|
[EXT] [Zephyr-devel] about Dual Mac application for zephyr
Hello Nie, First you have a limitation in the fact the ethernet driver (eth_mcux) for this board is implemented as single instance, you need 2 instances (new feature implementation). I’m also not sure
Hello Nie, First you have a limitation in the fact the ethernet driver (eth_mcux) for this board is implemented as single instance, you need 2 instances (new feature implementation). I’m also not sure
|
By
Andrei Gansari
· #6480
·
|
|
[EXT] [Zephyr-devel] from 1.14 to 2.0.99 zephyr/ext/hal folders
Hello Alessandro, nxp_hal was moved outside zephyr repo, you need to do “west update” to get the external repo. Zephyr project will know how to link that repository. If you have changes made there in
Hello Alessandro, nxp_hal was moved outside zephyr repo, you need to do “west update” to get the external repo. Zephyr project will know how to link that repository. If you have changes made there in
|
By
Andrei Gansari
· #6383
·
|
|
[EXT] [Zephyr-users] Zephyr SDK 0.10.2-rc1 available
Will not work in current mainline, unless you apply https://github.com/zephyrproject-rtos/zephyr/pull/17984 Andrei Gansari
Will not work in current mainline, unless you apply https://github.com/zephyrproject-rtos/zephyr/pull/17984 Andrei Gansari
|
By
Andrei Gansari
· #6144
·
|
|
[EXT] [Zephyr-devel] Help flashing nxp MIMXRT1050-EVKB
Hello Flavio, From what you describe, most probably you have an old version of SEGGER JLink on your host machine. I have the following version on my machine: SEGGER J-Link Commander V6.46c (Compiled J
Hello Flavio, From what you describe, most probably you have an old version of SEGGER JLink on your host machine. I have the following version on my machine: SEGGER J-Link Commander V6.46c (Compiled J
|
By
Andrei Gansari
· #6110
·
|
|
Syntax in dts file for defining a GPIO output based on nxp,kinetis-gpio.yaml
#defines
Hello, Yes, my example was hardcoded in regard to port and pin number. Your example makes them configurable via dts, while code remains the same. I only have to point another thing: the generated macr
Hello, Yes, my example was hardcoded in regard to port and pin number. Your example makes them configurable via dts, while code remains the same. I only have to point another thing: the generated macr
|
By
Andrei Gansari
· #5848
·
|
|
Syntax in dts file for defining a GPIO output based on nxp,kinetis-gpio.yaml
#defines
Hello Bo, We have a general help page for Device Tree: https://docs.zephyrproject.org/latest/guides/dts/index.html In your particular case, you need to set port b pin 22 as output. Device Tree: The pu
Hello Bo, We have a general help page for Device Tree: https://docs.zephyrproject.org/latest/guides/dts/index.html In your particular case, you need to set port b pin 22 as output. Device Tree: The pu
|
By
Andrei Gansari
· #5846
·
|
|
How can I configure optimization_level for my project?
Hello Kai, I’ve previously used -DCONFIG_NO_OPTIMIZATIONS=y when compiling to use O0. (default zephyr_sdk, should work for gcc-arm-none-eabi) Have a look at zephyr\cmake\compiler\gcc\target_optimizati
Hello Kai, I’ve previously used -DCONFIG_NO_OPTIMIZATIONS=y when compiling to use O0. (default zephyr_sdk, should work for gcc-arm-none-eabi) Have a look at zephyr\cmake\compiler\gcc\target_optimizati
|
By
Andrei Gansari
· #5757
·
|
|
i.MX 6/7 Flexcan driver Zephyr porting
Hello Aymeric, If you don’t mind using the bare metal driver in your application as Maureen suggested, there is also i.MX RT 1050 EVKB board that does support Ethernet and has an unpopulated CAN conne
Hello Aymeric, If you don’t mind using the bare metal driver in your application as Maureen suggested, there is also i.MX RT 1050 EVKB board that does support Ethernet and has an unpopulated CAN conne
|
By
Andrei Gansari
· #5697
·
|
|
warning: TEST_RANDOM_GENERATOR
Hello everyone, I have a question regarding TEST_RANDOM_GENERATOR. When building networking samples for boards with entropy devices is get the warning: warning: TEST_RANDOM_GENERATOR (defined at subsy
Hello everyone, I have a question regarding TEST_RANDOM_GENERATOR. When building networking samples for boards with entropy devices is get the warning: warning: TEST_RANDOM_GENERATOR (defined at subsy
|
By
Andrei Gansari
· #5635
·
|