Commit Graph

23 Commits

Author SHA1 Message Date
Gonzalo Ruiz 77e9124728 ccimx95: add support for the ConnectCore 95 platform
Add missing entries in the readme for ConnectCore 91 and 93.

https://onedigi.atlassian.net/browse/DEL-9832

Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
2025-12-16 09:58:32 +01:00
Francisco Gil 28932ae553 ccmp2-dvk: update libdigiapix.conf for ccmp2-dvk
Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
2024-07-30 11:56:29 +02:00
Francisco Gil e65ba8d69f ccmp91: add support for the ConnectCore 91 platform
Add missing entries in the readme for ConnectCore 93

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
2024-07-30 11:52:58 +02:00
Arturo Buzarra a326832902 ccmp25: add support for the ConnectCore MP2 platform
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
2024-07-22 23:09:55 +02:00
Tatiana Leon fa3f38f698 readmes: update toolchain environment name for ConnectCore 6UL
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2023-09-06 12:25:57 +02:00
Francisco Gil 7b617dc12a ccmp13: add support for the ccmp13 platform
Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
2022-12-21 18:08:16 +01:00
Francisco Gil 230c3ad038 ccmp15: add support for the ccmp15 platform
https://onedigi.atlassian.net/browse/DEL-8151

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
2022-11-08 16:20:51 +01:00
Hector Palacios c8257ea56e apix-pwm-example: make a more visual PWM change on LED
When running this example on an LED-connected GPIO, the delay
of 1 second is too large, and the selected values not very good
to notice the difference in brightness.

Use a ramp array of values with a more visual difference when
running on an LED and shorten the wait between changes.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
2021-06-08 16:23:51 +02:00
Francisco Gil ada1185ac6 cc8mm: add support for cc8mm in the examples
https://jira.digi.com/browse/DEL-7463

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
2021-03-08 12:53:18 +01:00
Hector Bujanda a2412edf38 apix-gpio-example: make use of libgpiod
From the user point of view the the main change is the addition of function
ldx_gpio_request_by_controller() which selects the gpio to use using following
arguments:
   - controller: The controller name or alias of the GPIO to request.
   - line: The line number of the GPIO to request.
   - request_mode argument has been removed since that argument only has
     sense for sysfs related functions as it controls the way the line is
     exported and unexported.

The configuration file entries change to following format:
   - USER_LED = mca-gpio,12
   - USER_BUTTON = mca-gpio,10

Also improved argument parsing and help

https://jira.digi.com/browse/DEL-6425

Signed-off-by: Hector Bujanda hector.bujanda@digi.com
2020-04-27 11:00:22 +02:00
Hector Bujanda dfa1e51519 apix-pwm-example: apix-adc-example: improve arguments parsing
In previous implementation, if alias wanted to be used, it had to be passed twice.

https://jira.digi.com/browse/DEL-6425

Signed-off-by: Hector Bujanda <hector.bujanda@digi.com>
2020-04-02 12:39:21 -07:00
Arturo Buzarra af624592e6 README.md: Update CCIMX8X readme file to match with the new PWM and GPIO settings
https://jira.digi.com/browse/DEL-6807

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
2020-02-11 13:15:26 +01:00
Francisco Gil 69455d0b51 readme: reorganize the platform from newest to eldest
Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
2020-02-06 16:35:20 +01:00
Francisco Gil e340d9be3e cc8m: add support for the cc8m platform
https://jira.digi.com/browse/DEL-6955

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
2020-02-06 16:35:14 +01:00
Jose Diaz de Grenu a821bc2f7c README.md: standarize prompts
Use the same prompts that we use in the online documentation:
* For the target: "~#"
* For the host:   "~$"

Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
2019-06-12 13:14:28 +02:00
Jose Diaz de Grenu 9286799d5c README.md: minor fixes
Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
2019-06-12 13:14:18 +02:00
Gonzalo Ruiz e8baba6de8 README: add CC8X boards interfaces to README files
Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
2019-04-12 17:31:06 +02:00
Tatiana Leon 9cf9701082 apix readme: minor fixes for apix samples readme files
This commit:
 * adds the name of the connector in the readme files
 * uses the official platform names
 * minor changes for consistency between readme files

Signed-off-by: Tatiana Leon <tatiana.leon@digi.com>
2017-12-12 17:26:02 +01:00
Francisco Gil cfca505e10 debug: changes in the makefile to reduce the optimization level.
We need to reduce the optimization level in order to be able to
perform a debugging of the applications, without this there is
an strange behaviour while debugging.

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
2017-11-30 13:12:58 +01:00
Francisco Gil f89af39654 pwm: fix a problem with the pwm example.
The first time that the example is run there was an error
related with an invalid value for the duty cycle.
With this fix we set the duty cycle to 0 when we close the example.

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
2017-11-30 13:12:58 +01:00
Francisco Gil 3b7bbdbf65 dey-examples: Rework the examples to be launch-ready
Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
2017-11-30 13:12:58 +01:00
Francisco Gil Martinez d574d6b748 examples refactor the examples
Signed-off-by: Francisco Gil Martinez <francisco.gilmartinez@digi.com>
2017-10-06 16:18:16 +02:00
Francisco Gil Martinez 372d338d3f pwm_apix_sample: add an example for the pwm digi apix
https://jira.digi.com/browse/DEL-4881

Signed-off-by: Francisco Gil Martinez <francisco.gilmartinez@digi.com>
2017-09-11 09:40:57 +02:00