mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-21 12:17:46 -04:00
* Update BSP and SDK for HiFive board This commit also adds demo start and success/failure output messages.
10 lines
203 B
Text
10 lines
203 B
Text
/include/ "core.dts"
|
|
/ {
|
|
chosen {
|
|
metal,entry = <&spi0 1 65536>;
|
|
metal,boothart = <&L6>;
|
|
stdout-path = "/soc/serial@10013000:115200";
|
|
metal,itim = <&itim 0 0>;
|
|
metal,ram = <&dtim 0 0>;
|
|
};
|
|
};
|