Frederic Pillon

Results 26 issues of Frederic Pillon

Hi @Serasidis Hope you are fine 🙂 Did you test 64-bit binaries ? I would like to switch on 64-bit version as the arm-none-eabi toolchain only support 64-bit since 1...

This PR add the support of the [STM32U0](https://www.st.com/en/microcontrollers-microprocessors/stm32u0-series.html) series. * From [STM32CubeU0 v1.1.0](https://github.com/STMicroelectronics/STM32CubeU0/releases/tag/v1.1.0) * Add HAL from version 1.1.0 * Add CMSIS from version 1.0.0 ## Tests using a [Nucleo-U083RC](https://www.st.com/en/evaluation-tools/nucleo-u083rc.html):...

enhancement
new variant

This PR reverts 794945c10abb2dc6a875c471bb9aa4cbb131e5a2 then update all linker scripts to mark some segments as `READONLY`. Prevent LOAD segment with RWX permissions warning. The `READONLY` keyword is only supported in GCC11...

enhancement

To enhance Arduino API compatibility and ensure to not miss any fix/improvement, it would be fine to integrate the official ArduinoCore-API available here: https://github.com/arduino/ArduinoCore-API > [!Note] > **Any feedback on...

enhancement
arduino compatibility

This will simply warn user `boolean` is deprecated: `warning: 'boolean' is deprecated [-Wdeprecated-declarations]`

fix: case sensitive filename issue Fix: missing semicolon