|
Divide zephyr into libraries 3 messages
#west
Hi Isn't `ninja menuconfig` what you are looking after? Link : https://docs.zephyrproject.org/latest/guides/kconfig/menuconfig.html?highlight=menuconfig . Regards
Hi Isn't `ninja menuconfig` what you are looking after? Link : https://docs.zephyrproject.org/latest/guides/kconfig/menuconfig.html?highlight=menuconfig . Regards
|
By
Lukasz Iwaszkiewicz
·
|
|
ninja: error when build in the share fold of VM
#west
I execute ubuntu18 in VM and test zephyr project is successful However, since the program cannot be transferred under win, do zephyr project in the shared folder But, west cannot create the build.ninj
I execute ubuntu18 in VM and test zephyr project is successful However, since the program cannot be transferred under win, do zephyr project in the shared folder But, west cannot create the build.ninj
|
By
mfinmuch@...
·
|
|
#west 4 messages
#west
attached my Dockerfile and myscript1.sh
attached my Dockerfile and myscript1.sh
|
By
ahmed.balata@...
·
|
|
Git submodules with West 2 messages
#west
Hi, Right now, the only way to handle submodules with west is the way you're currently doing it. If you are interested in submitting a PR with support, I think it'd make sense to add. The only wrinkle
Hi, Right now, the only way to handle submodules with west is the way you're currently doing it. If you are interested in submitting a PR with support, I think it'd make sense to add. The only wrinkle
|
By
Bolivar, Marti
·
|
|
unable to build 2 messages
#west
You appear to be using Python 3.5. Zephyr requires Python 3.6. I am surprised the build got this far along. You should have seen an error about this earlier. "Stefan Hristozov via Lists.Zephyrproject.
You appear to be using Python 3.5. Zephyr requires Python 3.6. I am surprised the build got this far along. You should have seen an error about this earlier. "Stefan Hristozov via Lists.Zephyrproject.
|
By
Bolivar, Marti
·
|
|
Adding a costume module to my project 4 messages
#west
Hi, Please check your build directory's zephyr_modules.txt file to make sure it is being included in the list. If it's not, please check where you are setting ZEPHYR_EXTRA_MODULES again. If it is pres
Hi, Please check your build directory's zephyr_modules.txt file to make sure it is being included in the list. If it's not, please check where you are setting ZEPHYR_EXTRA_MODULES again. If it is pres
|
By
Bolivar, Marti
·
|
|
Adafruit Trinket M0: west flash > How to? 9 messages
#flash
#west
I have downloaded the Arduino IDE and that includes a version of BOSSAC that may be useful. That may be a quickest method to find a working replacement version. My interest in the use of bossac comes
I have downloaded the Arduino IDE and that includes a version of BOSSAC that may be useful. That may be a quickest method to find a working replacement version. My interest in the use of bossac comes
|
By
William Fish
·
|
|
Errors generated when build a sample using clang6.0 2 messages
#west
llvm/clang isn’t supported for ARM SoCs. - k
llvm/clang isn’t supported for ARM SoCs. - k
|
By
Kumar Gala
·
|
|
C++ support (Eclipse CDT4) - 'printk' could not be resolved 4 messages
#west
"leonardomt via Lists.Zephyrproject.Org" <leonardomt=gmail.com@...> writes: No, sorry, I just built it on the command line. I'm not an Eclipse user, sorry :(. It does sound like th
"leonardomt via Lists.Zephyrproject.Org" <leonardomt=gmail.com@...> writes: No, sorry, I just built it on the command line. I'm not an Eclipse user, sorry :(. It does sound like th
|
By
Bolivar, Marti
·
|
|
DTC version unsupported error 3 messages
#west
Hi Eric: You need to download and install a newer version of the Device Tree Compiler (dtc). Here is the easiest way I have found to do this: wget http://mirrors.kernel.org/ubuntu/pool/main/d/device-t
Hi Eric: You need to download and install a newer version of the Device Tree Compiler (dtc). Here is the easiest way I have found to do this: wget http://mirrors.kernel.org/ubuntu/pool/main/d/device-t
|
By
Lawrence King
·
|
|
West not installing; Alternative ways to install? 5 messages
#west
Hi Marc, Just seeing this, thanks for the follow-up. I think this question of how much material to provide for auxiliary tools and dependencies is a probably a tough one. I think with pip/python, corr
Hi Marc, Just seeing this, thanks for the follow-up. I think this question of how much material to provide for auxiliary tools and dependencies is a probably a tough one. I think with pip/python, corr
|
By
...
·
|
|
How to setup the host system to debug via west gdbserver and Eclipse IDE? 3 messages
#west
#gdb
#eclipse
Merci Port 3333 was the missing detail :D A small add: Debugging with the "C/C++ Remote Application" have problems resolving symbols and code. You get errors like that: """ Using runner: openocd Open
Merci Port 3333 was the missing detail :D A small add: Debugging with the "C/C++ Remote Application" have problems resolving symbols and code. You get errors like that: """ Using runner: openocd Open
|
By
Stefan Jaritz
·
|