Chalandi Amine
Chalandi Amine
Hi @Lapshin, I'm porting OSEK to esp32s3 using the CALL0 ABI (I'm not using the esp-idf sdk). As the toolchain supports compiling code with "-mabi=call0" I expected it to link...
Hi @Lapshin, I actually compiled the necessary libraries for the call0 ABI myself before opening the ticket. That said, I really think the toolchain should provide them by default. Without...
Hi @simonjwright, I created also a bare-metal C/C++ runtime for pico2 (no SDK). I faced similar issue during the setup of the PLL to 150MHz on RISC-V, the issue was...