|
Build error with west T2 star topology
While it's possible, there's no need to tag modules because the west.yml manifest already performs that. A west (or repo) manifest _is_ that process. If you get a different manifest when using a diffe
While it's possible, there's no need to tag modules because the west.yml manifest already performs that. A west (or repo) manifest _is_ that process. If you get a different manifest when using a diffe
|
By
Marc Herbert
· #1729
·
|
|
marat
Try removing D: from-DBOARD_ROOT=D:\CoIDE\UPS_SecurityBoard\boards You can also try a relative path. Marc From: <users@...> on behalf of Erwan Gouriou <erwan.gouriou@...> Da
Try removing D: from-DBOARD_ROOT=D:\CoIDE\UPS_SecurityBoard\boards You can also try a relative path. Marc From: <users@...> on behalf of Erwan Gouriou <erwan.gouriou@...> Da
|
By
Marc Herbert
· #1695
·
|
|
Documentation in PDF
Hi Karol, Have you tried this on Linux: cd zephyr make pdfdocs Cheers, Marc From: <users@...> on behalf of Karol P <karprzy7@...> Date: Wednesday, 11 September 2019 at 11:44
Hi Karol, Have you tried this on Linux: cd zephyr make pdfdocs Cheers, Marc From: <users@...> on behalf of Karol P <karprzy7@...> Date: Wednesday, 11 September 2019 at 11:44
|
By
Marc Herbert
· #1691
·
|
|
[Zephyr-devel] Do not use west v0.6.1; upgrade to v0.6.2
One of those jobs that everyone needs but no one wants to do? PS: versioning plus a bit more https://docs.zephyrproject.org/latest/guides/west/why.html
One of those jobs that everyone needs but no one wants to do? PS: versioning plus a bit more https://docs.zephyrproject.org/latest/guides/west/why.html
|
By
Marc Herbert
· #1673
·
|
|
Error in NRF SoC flash memory compilation
#nrf52840
Hi, Are these messages from a C++ compiler? If yes trying casting. Marc From: <users@...> on behalf of "giriprasad@..." <giriprasad@...> Date: Wednesday, 4
Hi, Are these messages from a C++ compiler? If yes trying casting. Marc From: <users@...> on behalf of "giriprasad@..." <giriprasad@...> Date: Wednesday, 4
|
By
Marc Herbert
· #1661
·
|
|
west build broken?
My bad, can you please try this revert https://github.com/zephyrproject-rtos/zephyr/pull/17549 ? Marc From: <users@...> on behalf of Lawrence King <lawrence.king@...> Date:
My bad, can you please try this revert https://github.com/zephyrproject-rtos/zephyr/pull/17549 ? Marc From: <users@...> on behalf of Lawrence King <lawrence.king@...> Date:
|
By
Marc Herbert
· #1567
·
|
|
flag for board type issue
I'm afraid that's the way CMake's cache works: https://stackoverflow.com/questions/26145865/confused-about-cmakes-cached-variable-setting-priority There are at least two "workarounds": cmake -Be70buil
I'm afraid that's the way CMake's cache works: https://stackoverflow.com/questions/26145865/confused-about-cmakes-cached-variable-setting-priority There are at least two "workarounds": cmake -Be70buil
|
By
Marc Herbert
· #1555
·
|
|
cant perform west init
You have a very old Python version in your HOME directory, is that on purpose? Does some other project require it maybe? Marc From: <users@...> on behalf of KAY LI NG <kayli0109@gm
You have a very old Python version in your HOME directory, is that on purpose? Does some other project require it maybe? Marc From: <users@...> on behalf of KAY LI NG <kayli0109@gm
|
By
Marc Herbert
· #1544
·
|
|
flash zephyr build onto atmel board through VM
On Ubuntu/Debian try: sudo apt-get install flashrom. Even if you don't care about flashrom, it comes with a /usr/lib/udev/rules.d/z60_flashrom.rules file that is interesting. Fedora ships with the sam
On Ubuntu/Debian try: sudo apt-get install flashrom. Even if you don't care about flashrom, it comes with a /usr/lib/udev/rules.d/z60_flashrom.rules file that is interesting. Fedora ships with the sam
|
By
Marc Herbert
· #1535
·
|
|
C Compiler "/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc" does not compile
Hi, You're missing a ${ZEPHYR_BASE} definition. Do you use west? This often confused me too. So I looked into adding a better error message but I couldn't find an implementation that wouldn't have to
Hi, You're missing a ${ZEPHYR_BASE} definition. Do you use west? This often confused me too. So I looked into adding a better error message but I couldn't find an implementation that wouldn't have to
|
By
Marc Herbert
· #1492
·
|
|
Closing an accepting BSD socket from a different thread
You could have a second poll() thread for all accepts with a much bigger ACCEPTS_LOOP_PERIOD; hours or even days.
You could have a second poll() thread for all accepts with a much bigger ACCEPTS_LOOP_PERIOD; hours or even days.
|
By
Marc Herbert
· #1478
·
|
|
Closing an accepting BSD socket from a different thread
You're assuming Unix signals work... https://lwn.net/Articles/414618/ Unfixable designs Even if MAIN_LOOP_PERIOD is somewhat longer than the network protocol timeout(s) after which the socket should b
You're assuming Unix signals work... https://lwn.net/Articles/414618/ Unfixable designs Even if MAIN_LOOP_PERIOD is somewhat longer than the network protocol timeout(s) after which the socket should b
|
By
Marc Herbert
· #1473
·
|
|
BlueZ PHY CODED scan via HCI UART on nRF52840_pca10056
#ble
#nrf52840
#uart
#hci
There's a "Group Reply" button in the bottom right-corner. It took me while to find because you can see it only *after* clicking "Reply", that's an unusual interface.
There's a "Group Reply" button in the bottom right-corner. It took me while to find because you can see it only *after* clicking "Reply", that's an unusual interface.
|
By
Marc Herbert
· #1380
·
|
|
West not installing; Alternative ways to install?
#west
Hi, I think the current Getting Started guide really underestimates the importance of "pip[3]". The zephyr repo has about 100 Python scripts now and counting and pip plays an incredibly crucial role i
Hi, I think the current Getting Started guide really underestimates the importance of "pip[3]". The zephyr repo has about 100 Python scripts now and counting and pip plays an incredibly crucial role i
|
By
Marc Herbert
· #1314
·
|