|
Zephyr 1.9.2 tagged
Hi, We are pleased to announce the release of Zephyr kernel version 1.9.2. This is a maintenance release with bug fixes to 1.9.x series of Zephyr. For more details, please see https://github.com/zephy
Hi, We are pleased to announce the release of Zephyr kernel version 1.9.2. This is a maintenance release with bug fixes to 1.9.x series of Zephyr. For more details, please see https://github.com/zephy
|
By
Nashif, Anas
· #1299
·
|
|
Doing job of porting Zephyr to ARMV5-TE and ARMV7-A arch.
Hi, Thank you for your interest in Zephyr. To submit your work upstream, you need to start by porting the changes to the latest status of the code and submit it against master. Do this in multiple ste
Hi, Thank you for your interest in Zephyr. To submit your work upstream, you need to start by porting the changes to the latest status of the code and submit it against master. Do this in multiple ste
|
By
Nashif, Anas
· #1298
·
|
|
CMake migration complete
Conf is coming from SDK now (on Linux)
Conf is coming from SDK now (on Linux)
|
By
Nashif, Anas
· #1228
·
|
|
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
·
|