|
Zephyr 1.14.0 Released
Hi, We are pleased to announce the release of Zephyr kernel version 1.14.0. The 1.14.0 will be the first Zephyr LTS release that we will support for at least 2 years. Major enhancements with this rele
Hi, We are pleased to announce the release of Zephyr kernel version 1.14.0. The 1.14.0 will be the first Zephyr LTS release that we will support for at least 2 years. Major enhancements with this rele
|
By
Kumar Gala
· #1422
·
|
|
stm3210c_eval flashing via openocd dfu fails
#stm32
#flash
Adding Erwan to see if he might have some insight. - k
Adding Erwan to see if he might have some insight. - k
|
By
Kumar Gala
· #1409
·
|
|
Zephyr v1.14.0-rc3 Tagged
Hi all, We have just tagged Zephyr 1.14.0-rc3. At this point ONLY PRs related to docs or related to a GitHub issue / bug will go in. If a PR fixes a bug it MUST have an associated GitHub issue. Our bu
Hi all, We have just tagged Zephyr 1.14.0-rc3. At this point ONLY PRs related to docs or related to a GitHub issue / bug will go in. If a PR fixes a bug it MUST have an associated GitHub issue. Our bu
|
By
Kumar Gala
· #1355
·
|
|
Zephyr v1.14.0-rc2 Tagged
Hi all, We have just tagged Zephyr 1.14.0-rc2. At this point we are freezing the code base. The focus at this point will be to close out any serious bugs and documentation issues. There will be far mo
Hi all, We have just tagged Zephyr 1.14.0-rc2. At this point we are freezing the code base. The focus at this point will be to close out any serious bugs and documentation issues. There will be far mo
|
By
Kumar Gala
· #1346
·
|
|
Zephyr SDK 0.10.0 available
The is the first release of the Zephyr SDK that utilizes crosstool-ng to build the toolchains. We utilize crosstool-ng-1.24.0-rc2. Toolchain version: • GCC 8.3 • GDB 8.2.1 • BINUTILS 2.32 • NEWLIB 3.1
The is the first release of the Zephyr SDK that utilizes crosstool-ng to build the toolchains. We utilize crosstool-ng-1.24.0-rc2. Toolchain version: • GCC 8.3 • GDB 8.2.1 • BINUTILS 2.32 • NEWLIB 3.1
|
By
Kumar Gala
· #1339
·
|
|
nRF52840 memory layout
The nordic guys probably know better, but its possible that the flash that isn’t carved up is used for code. - k
The nordic guys probably know better, but its possible that the flash that isn’t carved up is used for code. - k
|
By
Kumar Gala
· #1337
·
|
|
device_get_binding() returns NULL
How is CONFIG_GPIO_PCAL9535A_0_DEV_NAME getting set in your build? - k
How is CONFIG_GPIO_PCAL9535A_0_DEV_NAME getting set in your build? - k
|
By
Kumar Gala
· #1311
·
|
|
Zephyr v1.14.0-rc1 Tagged
Hi all, We have just tagged Zephyr 1.14.0-rc1. All required features that have not been pushed out to 1.14 are now merged, and so we begin the stabilization phase that should run for around 4 weeks th
Hi all, We have just tagged Zephyr 1.14.0-rc1. All required features that have not been pushed out to 1.14 are now merged, and so we begin the stabilization phase that should run for around 4 weeks th
|
By
Kumar Gala
· #1297
·
|
|
Help with DTS for new device
The reg for max170xx is incorrect, this should be the I2C address you use to talk to the max170xx. This is what you should be doing. Might need the node name to be ‘max170xx@4’ but that shouldn’t impa
The reg for max170xx is incorrect, this should be the I2C address you use to talk to the max170xx. This is what you should be doing. Might need the node name to be ‘max170xx@4’ but that shouldn’t impa
|
By
Kumar Gala
· #1240
·
|
|
toolchain version used in zephyr sdk
#nrf52840
That is the version of the ARM embedded toolchain. You can use that version, however Zephyr has an SDK under linux. 0.9.3 is the version of the Zephyr SDK under linux. - k
That is the version of the ARM embedded toolchain. You can use that version, however Zephyr has an SDK under linux. 0.9.3 is the version of the Zephyr SDK under linux. - k
|
By
Kumar Gala
· #1168
·
|
|
How to integrate code tests into projects containing own boards and drivers?
#test
#ztest
Really quickly, I’m not sure if we’ve done anything like this. Typically the testing support has been focused on what we’d use as a developer community for the zephyr project. So we have things like t
Really quickly, I’m not sure if we’ve done anything like this. Typically the testing support has been focused on what we’d use as a developer community for the zephyr project. So we have things like t
|
By
Kumar Gala
· #1158
·
|
|
6 SERCOM on ATSAMD21G18A as UART
There isn’t anything in particular in Zephyr that would preclude this working. However you’d need to see if the board is capable of exposing all those UARTs, than get all the pin cfg setup in the code
There isn’t anything in particular in Zephyr that would preclude this working. However you’d need to see if the board is capable of exposing all those UARTs, than get all the pin cfg setup in the code
|
By
Kumar Gala
· #1096
·
|
|
Happy Gecko Support
We support boards/SoC with 8KB of RAM like nucleo_f030r8 - k
We support boards/SoC with 8KB of RAM like nucleo_f030r8 - k
|
By
Kumar Gala
· #533
·
|
|
Happy Gecko Support
One would need to port the Happy Gecko SoC and a board to Zephyr. Since Wonder Gecko has been ported, I’d expect that it wouldn’t be too difficult to do this. - k
One would need to port the Happy Gecko SoC and a board to Zephyr. Since Wonder Gecko has been ported, I’d expect that it wouldn’t be too difficult to do this. - k
|
By
Kumar Gala
· #530
·
|
|
[Zephyr-tsc] OpenIoT Summit / ELCE - CFP Opportunity (closes January 7, 2018)
FYI. - k Begin forwarded message: From: Brett Preston <bpreston@...> Subject: Re: [Zephyr-tsc] OpenIoT Summit / ELCE - CFP Opportunity (closes January 7, 2018) Date: January 3, 2018 at
FYI. - k Begin forwarded message: From: Brett Preston <bpreston@...> Subject: Re: [Zephyr-tsc] OpenIoT Summit / ELCE - CFP Opportunity (closes January 7, 2018) Date: January 3, 2018 at
|
By
Kumar Gala
· #446
·
|
|
per app device tree overlay
You should be able to use an device tree overlap file. There’s examples in ./samples/bluetooth/hci_uart. The overlay file needs to be named BOARD_NAME.overlay. I opened up Issue #5408 in GitHub to wor
You should be able to use an device tree overlap file. There’s examples in ./samples/bluetooth/hci_uart. The overlay file needs to be named BOARD_NAME.overlay. I opened up Issue #5408 in GitHub to wor
|
By
Kumar Gala
· #380
·
|
|
[Zephyr-devel] CMake migration complete
Curious why on OS-X we need conf build before hand instead of doing what we do on linux? Or are we getting conf from the SDK on linux? - k
Curious why on OS-X we need conf build before hand instead of doing what we do on linux? Or are we getting conf from the SDK on linux? - k
|
By
Kumar Gala
· #242
·
|
|
Enabling bluetooth on K64F (Kconfig.defconfig options)
I feel like Maureen had written up instructions on bluetooth w/FRDM-K64F, but I can’t seem to find them now. - k
I feel like Maureen had written up instructions on bluetooth w/FRDM-K64F, but I can’t seem to find them now. - k
|
By
Kumar Gala
· #232
·
|
|
Help with compiling for qemu ARM cortex m3
I don’t believe there is a way to change the amount of memory in qemu. Even with switching to the KW41Z guess you are going to run into memory issues (as it has 128k). So are you building your own app
I don’t believe there is a way to change the amount of memory in qemu. Even with switching to the KW41Z guess you are going to run into memory issues (as it has 128k). So are you building your own app
|
By
Kumar Gala
· #149
·
|
|
How to write a string to serial?
If you just use printf() you will get strings outputted to serial with most default configurations. - k
If you just use printf() you will get strings outputted to serial with most default configurations. - k
|
By
Kumar Gala
· #20
·
|