|
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
· #8439
·
|
|
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
· #8408
·
|
|
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
· #8179
·
|
|
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
· #8054
·
|
|
SDK 0.13.0 Release
Hi Roberto, As per the discussion in the Toolchain WG meeting today, I have created an issue about this: https://github.com/zephyrproject-rtos/sdk-ng/issues/395 Please comment on the linked issue if y
Hi Roberto, As per the discussion in the Toolchain WG meeting today, I have created an issue about this: https://github.com/zephyrproject-rtos/sdk-ng/issues/395 Please comment on the linked issue if y
|
By
Stephanos Ioannidis
· #8010
·
|
|
nRF9160 CMSIS DSP code bloat
Hi, By default, CONFIG_CMSIS_DSP_FASTMATH and CONFIG_CMSIS_DSP_TRANSFORM pulls in many big tables: https://github.com/zephyrproject-rtos/zephyr/blob/feb0e9f766b1328b45666e5e71134c34ae17b742/modules/Kc
Hi, By default, CONFIG_CMSIS_DSP_FASTMATH and CONFIG_CMSIS_DSP_TRANSFORM pulls in many big tables: https://github.com/zephyrproject-rtos/zephyr/blob/feb0e9f766b1328b45666e5e71134c34ae17b742/modules/Kc
|
By
Stephanos Ioannidis
· #7966
·
|
|
SDK 0.11.4 Release
To elaborate, there is a critical bug in the GCC 8.3.0 (included in the Zephyr SDK 0.10.3) that causes it to emit incorrect instructions for the ARC targets. (see https://github.com/zephyrproject-rtos
To elaborate, there is a critical bug in the GCC 8.3.0 (included in the Zephyr SDK 0.10.3) that causes it to emit incorrect instructions for the ARC targets. (see https://github.com/zephyrproject-rtos
|
By
Stephanos Ioannidis
· #7153
·
|
|
回复:[Zephyr-devel] How to compile riscv64 program with 0.10.3 sdk "riscv64-zephyr-elf-gcc" toolchain?
Sure, that was why “riscv32-zephyr-elf-“ toolchain was removed in the SDK 0.11.0 release: https://github.com/zephyrproject-rtos/sdk-ng/commit/5997df8e3dc78184543f05ccbbc425c2d3c2818b Stephanos
Sure, that was why “riscv32-zephyr-elf-“ toolchain was removed in the SDK 0.11.0 release: https://github.com/zephyrproject-rtos/sdk-ng/commit/5997df8e3dc78184543f05ccbbc425c2d3c2818b Stephanos
|
By
Stephanos Ioannidis
· #6997
·
|
|
How to compile riscv64 program with 0.10.3 sdk "riscv64-zephyr-elf-gcc" toolchain?
Hi, You need to specify the correct ABI type through `-mabi` alongside the `-march` flag. Try `-march=rv64i -mabi=lp64` for instance. Regards, Stephanos
Hi, You need to specify the correct ABI type through `-mabi` alongside the `-march` flag. Try `-march=rv64i -mabi=lp64` for instance. Regards, Stephanos
|
By
Stephanos Ioannidis
· #6995
·
|
|
ARMv7 Cortex-A port for Xilinx Zynq7000
Hi Immo, Thanks for looking into this. For the time being, I believe focusing on the following issues would help in getting these changes upstream-ed: Getting all applicable tests to pass At least, al
Hi Immo, Thanks for looking into this. For the time being, I believe focusing on the following issues would help in getting these changes upstream-ed: Getting all applicable tests to pass At least, al
|
By
Stephanos Ioannidis
· #6790
·
|