|
Migrating to cmake
Hi, In case you have not been following discussions here and pull requests on Github, a pull request is currently under review which removes Kbuild and introduced CMake. This is a very close to be mer
Hi, In case you have not been following discussions here and pull requests on Github, a pull request is currently under review which removes Kbuild and introduced CMake. This is a very close to be mer
|
By
Nashif, Anas
· #1218
·
|
|
New Defects reported by Coverity Scan for Zephyr
Regards, Anas Nashif Begin forwarded message:
Regards, Anas Nashif Begin forwarded message:
|
By
Nashif, Anas
· #1180
·
|
|
Zephyr SDK 0.9.2 released
Hi, Zephyr SDK 0.9.2 was just tagged and is available at https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2 Changes since 0.9.1: · openocd 0.10.0 o Zephyr support in openocd · bo
Hi, Zephyr SDK 0.9.2 was just tagged and is available at https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2 Changes since 0.9.1: · openocd 0.10.0 o Zephyr support in openocd · bo
|
By
Nashif, Anas
· #1162
·
|
|
[Zephyr-devil] Tiny tile Zephyr implementation
Can you please open an issue here https://github.com/zephyrproject-rtos/zephyr/issues with all details and what sample code you are building and how to reproduce this please, this thread starting to g
Can you please open an issue here https://github.com/zephyrproject-rtos/zephyr/issues with all details and what sample code you are building and how to reproduce this please, this thread starting to g
|
By
Nashif, Anas
· #1119
·
|
|
[Zephyr-devil] Tiny tile Zephyr implementation
Which serial device do you connect minicom to? How is the device connected to your host? TinyTILe board is configured to use USB CDC, so the console output is on ttyACM, if you flash the Arduino board
Which serial device do you connect minicom to? How is the device connected to your host? TinyTILe board is configured to use USB CDC, so the console output is on ttyACM, if you flash the Arduino board
|
By
Nashif, Anas
· #1117
·
|
|
Zephyr 1.9.1 released
Hi, First bug fix release for 1.9 with many Bluetooth related bug fixes, see the release page for details: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v1.9.1 Thanks, Anas
Hi, First bug fix release for 1.9 with many Bluetooth related bug fixes, see the release page for details: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v1.9.1 Thanks, Anas
|
By
Nashif, Anas
· #1110
·
|
|
Zephyr SDK 0.9.2-rc5
Hi, RC5 has been released and available from https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2-rc5 This release removes the QEMU update and restores the original versions availa
Hi, RC5 has been released and available from https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2-rc5 This release removes the QEMU update and restores the original versions availa
|
By
Nashif, Anas
· #1109
·
|
|
BSD Sockets in mainline, and how that affects design decisions for the rest of IP stack (e.g. send MTU handling)
Paul, You gave very detailed background information and listed issues we had in the past but it was not clear what you are proposing, we do have sockets already, are you suggesting we should move ever
Paul, You gave very detailed background information and listed issues we had in the past but it was not clear what you are proposing, we do have sockets already, are you suggesting we should move ever
|
By
Nashif, Anas
· #1090
·
|
|
Question about Zephyr for Jira 3.5.1
This is the wrong project, you are looking for something different, This Zephyr project is not related to Jira, this is an RTOS. Anas
This is the wrong project, you are looking for something different, This Zephyr project is not related to Jira, this is an RTOS. Anas
|
By
Nashif, Anas
· #1060
·
|
|
Zephyr issue tracking system moved to Github
Hi, As announced earlier this week, we now have migrated all JIRA issues to github issues: https://github.com/zephyrproject-rtos/zephyr/issues under GH issues we have kept the components and consolida
Hi, As announced earlier this week, we now have migrated all JIRA issues to github issues: https://github.com/zephyrproject-rtos/zephyr/issues under GH issues we have kept the components and consolida
|
By
Nashif, Anas
· #1053
·
|
|
How to reduce footprint and size of applications in Zephyr
The reports show correct numbers, those are not MBs, those are read in bytes, so your RAM usage is round 50k, not 5Mb. Where did you read the 5Mb number? Anas
The reports show correct numbers, those are not MBs, those are read in bytes, so your RAM usage is round 50k, not 5Mb. Where did you read the 5Mb number? Anas
|
By
Nashif, Anas
· #1049
·
|
|
Zephyr File System Not Working
When you enable the filesystem without actually having storage, FAT is enabled with a RAM disk with 96kb storage, this does not fit in Qemu configuration you are using. If you are looking at emulation
When you enable the filesystem without actually having storage, FAT is enabled with a RAM disk with 96kb storage, this does not fit in Qemu configuration you are using. If you are looking at emulation
|
By
Nashif, Anas
· #1047
·
|
|
Zephyr File System Not Working
Hi, You are running out of memory, this is not related to the file system. What exactly are you building? Are you linking external code in? Anas
Hi, You are running out of memory, this is not related to the file system. What exactly are you building? Are you linking external code in? Anas
|
By
Nashif, Anas
· #1044
·
|
|
Zephyr SDK issue tracking moved to github
Hi, As part of the migration to Github Issues, we moved the SDK Jira project and made the Jira project read-only. All new SDK issues should be reported to https://github.com/zephyrproject-rtos/meta-ze
Hi, As part of the migration to Github Issues, we moved the SDK Jira project and made the Jira project read-only. All new SDK issues should be reported to https://github.com/zephyrproject-rtos/meta-ze
|
By
Nashif, Anas
· #1025
·
|
|
RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Re (1): in this spirit, I would also enable CONFIG_ASSERT by default... Re (4): SYS_LOG itself is not the issue, it is the layers added on top of it to enable logging in subsystems such as the IP stac
Re (1): in this spirit, I would also enable CONFIG_ASSERT by default... Re (4): SYS_LOG itself is not the issue, it is the layers added on top of it to enable logging in subsystems such as the IP stac
|
By
Nashif, Anas
· #1023
·
|
|
RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Should I assume you started replying before you read my final comment about logging? :-) Anas
Should I assume you started replying before you read my final comment about logging? :-) Anas
|
By
Nashif, Anas
· #1010
·
|
|
RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Hi, I fully agree with your first paragraph but then I got completely lost how enabling logging is going to solve the issue you have presented. Frankly, the first thing I do when trying out an applica
Hi, I fully agree with your first paragraph but then I got completely lost how enabling logging is going to solve the issue you have presented. Frankly, the first thing I do when trying out an applica
|
By
Nashif, Anas
· #998
·
|
|
Zephyr SDK 0.9.2-rc4 tagged
Hi, a new release candidate of the SDK has been released at: https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2-rc4 This is has a fix for openocd which did not work with CMSIS-DA
Hi, a new release candidate of the SDK has been released at: https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2-rc4 This is has a fix for openocd which did not work with CMSIS-DA
|
By
Nashif, Anas
· #969
·
|
|
Zephyr 1.9.0 tagged
Hi, We are pleased to announce the release of Zephyr v1.9.0. Major enhancements planned with this release include: Bluetooth 5.0 Support (all features except Advertising Extensions) Bluetooth Qualific
Hi, We are pleased to announce the release of Zephyr v1.9.0. Major enhancements planned with this release include: Bluetooth 5.0 Support (all features except Advertising Extensions) Bluetooth Qualific
|
By
Nashif, Anas
· #958
·
|
|
Zephyr 1.9.0 rc4 tagged
Hi, Just tagged RC4, this will hopefully be the final RC and released as 1.9.0 https://github.com/zephyrproject-rtos/zephyr/releases/tag/v1.9.0-rc4 Regards, Anas
Hi, Just tagged RC4, this will hopefully be the final RC and released as 1.9.0 https://github.com/zephyrproject-rtos/zephyr/releases/tag/v1.9.0-rc4 Regards, Anas
|
By
Nashif, Anas
· #957
·
|