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
Javier Viguera 67b6d9ed60 apix-gpio-example: fix invalid NULL check for controller names
Replace incorrect NULL pointer checks on button_ctrl and led_ctrl with
string emptiness checks, since these are fixed-size character arrays and
never NULL.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2025-06-18 18:07:11 +02: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 ce4c1f55d6 gpio: update readme with the new gpio used in the example
Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
2022-11-08 16:22:07 +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
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
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 029dcf0463 gpio: remove some wrong lines in the readme
Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
2017-12-11 14:05:06 +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 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
Javier Viguera 1e2358f5bf dey-examples: add libdigiapix GPIO example
https://jira.digi.com/browse/DEL-4795

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2017-09-14 16:42:14 +02:00