|
nrf52 hw pwm 1 enabled and compile failed on sample code
#builds
#ninja
Hi Jeremy The reason is that hardware is static and defined as part of the device tree, so for the nRF52840 this will be in the boards\arm rf52840_pca10056 directory and is nrf52840_pca10056.dts, if y
Hi Jeremy The reason is that hardware is static and defined as part of the device tree, so for the nRF52840 this will be in the boards\arm rf52840_pca10056 directory and is nrf52840_pca10056.dts, if y
|
By
lairdjm
· #6079
·
|
|
native_posix on MacOS?
#builds
Thanks Alberto, Everything works great in my Linux VM. Perhaps this is an area I could lend a hand. Allen
Thanks Alberto, Everything works great in my Linux VM. Perhaps this is an area I could lend a hand. Allen
|
By
Allen Curtis
· #6262
·
|
|
native_posix on MacOS?
#builds
> Perhaps this is an area I could lend a hand. You’d be very welcome.
> Perhaps this is an area I could lend a hand. You’d be very welcome.
|
By
alpi@...
· #6263
·
|
|
native_posix on MacOS?
#builds
Hello, Before I waste a lot of time, could someone tell me if building Zephyr to run natively on MacOS is supported? I am getting the following error messages regarding GEN_OFFSET_SYM() and GEN_ABSOLU
Hello, Before I waste a lot of time, could someone tell me if building Zephyr to run natively on MacOS is supported? I am getting the following error messages regarding GEN_OFFSET_SYM() and GEN_ABSOLU
|
By
Allen Curtis
· #6260
·
|
|
native_posix on MacOS?
#builds
Hi, > could someone tell me if building Zephyr to run natively on MacOS is supported? Unfortunately, not yet: https://github.com/zephyrproject-rtos/zephyr/issues/10945 BR Alberto
Hi, > could someone tell me if building Zephyr to run natively on MacOS is supported? Unfortunately, not yet: https://github.com/zephyrproject-rtos/zephyr/issues/10945 BR Alberto
|
By
alpi@...
· #6261
·
|
|
nrf52 hw pwm 1 enabled and compile failed on sample code
#builds
#ninja
Hello guys, I have got a compile error after enable the PWM channel 1 on nrf52_pca10040 board with sample code. If I only use PWM0, there is no problem to pass the compile, but if I enable the PWM1, t
Hello guys, I have got a compile error after enable the PWM channel 1 on nrf52_pca10040 board with sample code. If I only use PWM0, there is no problem to pass the compile, but if I enable the PWM1, t
|
By
hotkernel@...
· #6078
·
|
|
Cannot debug specific files
#builds
#debug
#bluetooth
#nrf52
#nrf52832
Hi, you can check the content of the build.ninja in the build directory. Look for the files that you suspect are built incorrectly and check the build flags. That should at least confirm that the prob
Hi, you can check the content of the build.ninja in the build directory. Look for the files that you suspect are built incorrectly and check the build flags. That should at least confirm that the prob
|
By
pawel.dunaj@...
· #7282
·
|
|
How to check if a Kconfig string is empty?
#builds
#defines
Given this Kconfig: config MY_STR string "A string" The directive #if defined(CONFIG_MY_STR) will eval to true for the default empty string. How to check if CONFIG_MY_STR is an empty string at compile
Given this Kconfig: config MY_STR string "A string" The directive #if defined(CONFIG_MY_STR) will eval to true for the default empty string. How to check if CONFIG_MY_STR is an empty string at compile
|
By
arnaud.durand@...
· #7350
·
|
|
Cannot debug specific files
#builds
#debug
#bluetooth
#nrf52
#nrf52832
Hello, NOTE: I also posted this on github:https://github.com/zephyrproject-rtos/zephyr/issues/27706 I don't know which channel is the correct one for these types of issues. I have a question about deb
Hello, NOTE: I also posted this on github:https://github.com/zephyrproject-rtos/zephyr/issues/27706 I don't know which channel is the correct one for these types of issues. I have a question about deb
|
By
b.j.hendriks@...
· #7281
·
|
|
LittleFS example overwrite falsh memory
#builds
Hi there! I'm using the Samples/Littlefs with an STM32 EVB without any problems. I want to save some data files (txt, html, json, etc) in the uC's flash, so I can read them during the code execution.
Hi there! I'm using the Samples/Littlefs with an STM32 EVB without any problems. I want to save some data files (txt, html, json, etc) in the uC's flash, so I can read them during the code execution.
|
By
...
· #7866
·
|
|
LittleFS example overwrite falsh memory
#builds
Hi, If I understand correctly: the LittleFS partition is configured to start at the 0x080FC000, where you write your data with external tool? The LitteFS does not recognize the data on partition and f
Hi, If I understand correctly: the LittleFS partition is configured to start at the 0x080FC000, where you write your data with external tool? The LitteFS does not recognize the data on partition and f
|
By
Ermel, Dominik
· #7867
·
|
|
Porting Python to Zephyr
#firmwareupdate
#builds
Hi! I'm working on a project that utilizes Zephyr as its RTOS. There is a need to use Python with Zephyr and am willing to work to integrate an interpreter in Zephyr. For this task, will I be provided
Hi! I'm working on a project that utilizes Zephyr as its RTOS. There is a need to use Python with Zephyr and am willing to work to integrate an interpreter in Zephyr. For this task, will I be provided
|
By
CyberGai
· #8513
·
|
|
Porting Python to Zephyr
#firmwareupdate
#builds
Hi, Did you try micropython for zephyr? http://docs.micropython.org/en/latest/zephyr/general.html#zephyr-general Thanks, Jamie
Hi, Did you try micropython for zephyr? http://docs.micropython.org/en/latest/zephyr/general.html#zephyr-general Thanks, Jamie
|
By
lairdjm
· #8514
·
|