|
Zephyr python netifaces install failure
Hi, Please see https://github.com/zephyrproject-rtos/zephyr/issues/48584 For now, unless you need to work with the "Intel CAVS" platform, which actually requires this dependency, my suggestion would b
Hi, Please see https://github.com/zephyrproject-rtos/zephyr/issues/48584 For now, unless you need to work with the "Intel CAVS" platform, which actually requires this dependency, my suggestion would b
|
By
Stephanos Ioannidis
· #3030
·
|
|
Zephyr SDK 0.15.0-rc1 Pre-release
Hi, Zephyr SDK 0.15.0-rc1 pre-release is now available for testing. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.0-rc1 In this release, the GNU toolchain version has been updated: *
Hi, Zephyr SDK 0.15.0-rc1 pre-release is now available for testing. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.0-rc1 In this release, the GNU toolchain version has been updated: *
|
By
Stephanos Ioannidis
· #3017
·
|
|
Doubts about C++ new/delete support
#CPP
Hi, We have recently added https://docs.zephyrproject.org/latest/develop/languages/cpp/index.html C++ standard library support requires a fully featured C library bundled in the toolchain, which is th
Hi, We have recently added https://docs.zephyrproject.org/latest/develop/languages/cpp/index.html C++ standard library support requires a fully featured C library bundled in the toolchain, which is th
|
By
Stephanos Ioannidis
· #2971
·
|
|
Zephyr C++ support
#CPP
Hi Dave, > Is C++ exception support (reentrancy problems) now fixed? Yes, C++ exceptions should be working for all supported architectures now when using the Zephyr SDK. Regards, Stephanos
Hi Dave, > Is C++ exception support (reentrancy problems) now fixed? Yes, C++ exceptions should be working for all supported architectures now when using the Zephyr SDK. Regards, Stephanos
|
By
Stephanos Ioannidis
· #2960
·
|
|
Zephyr C++ support
#CPP
Hi, That documentation is outdated and will be updated in the 3.1 release. Zephyr supports new and delete operators. Regards, Stephanos
Hi, That documentation is outdated and will be updated in the 3.1 release. Zephyr supports new and delete operators. Regards, Stephanos
|
By
Stephanos Ioannidis
· #2958
·
|
|
Zephyr SDK 0.14.0 Release
Hi, Zephyr SDK 0.14.0 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.14.0 This is the first Zephyr SDK release to support all three major host operating systems: * gen
Hi, Zephyr SDK 0.14.0 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.14.0 This is the first Zephyr SDK release to support all three major host operating systems: * gen
|
By
Stephanos Ioannidis
· #2917
·
|
|
Zephyr SDK 0.14.0-beta1 Release
Hi, Zephyr SDK 0.14.0-beta1 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.14.0-beta1 This is the first Zephyr SDK release to support all three major host operating sy
Hi, Zephyr SDK 0.14.0-beta1 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.14.0-beta1 This is the first Zephyr SDK release to support all three major host operating sy
|
By
Stephanos Ioannidis
· #2890
·
|
|
Enabling Exceptions in C++ Build
#CPP
#CPP_Exceptions
Hi, While the newlib itself is thread-safe, libgcc and libstdc++ (and therefore C++ exceptions) are not. We currently build the GCC with --enable-threads=no (i.e. single thread model), so we are using
Hi, While the newlib itself is thread-safe, libgcc and libstdc++ (and therefore C++ exceptions) are not. We currently build the GCC with --enable-threads=no (i.e. single thread model), so we are using
|
By
Stephanos Ioannidis
· #2824
·
|
|
Configuration?
Hi, There are multiple "backends" for the [s]printf function in the Zephyr: * minimal libc (cbprintf) * newlib In case of newlib, you need to enable CONFIG_NEWLIB_LIBC_FLOAT_PRINTF as you mentioned ab
Hi, There are multiple "backends" for the [s]printf function in the Zephyr: * minimal libc (cbprintf) * newlib In case of newlib, you need to enable CONFIG_NEWLIB_LIBC_FLOAT_PRINTF as you mentioned ab
|
By
Stephanos Ioannidis
· #2794
·
|
|
Zephyr SDK 0.13.2 Release
Hi, Zephyr SDK 0.13.2 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.13.2 This release contains several bug fixes and enhancements: gcc: Added multilibs for the RISC-V
Hi, Zephyr SDK 0.13.2 has been released. https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.13.2 This release contains several bug fixes and enhancements: gcc: Added multilibs for the RISC-V
|
By
Stephanos Ioannidis
· #2783
·
|
|
Minimum required Zephyr SDK version update to 0.13.1
Hi all, The Zephyr SDK 0.13.1 will be required to build the Zephyr main branch after #38733 is merged (to be merged in a day or so). Please download and install the Zephyr SDK 0.13.1 from the followin
Hi all, The Zephyr SDK 0.13.1 will be required to build the Zephyr main branch after #38733 is merged (to be merged in a day or so). Please download and install the Zephyr SDK 0.13.1 from the followin
|
By
Stephanos Ioannidis
· #2712
·
|
|
SAME70 Xplained failed to build with ethernet networking
Have you tried ‘west update’? Stephanos
Have you tried ‘west update’? Stephanos
|
By
Stephanos Ioannidis
· #2100
·
|