Merge branch 'master' of git.disroot.org:Vovanium/stm32-ada

This commit is contained in:
Vovanium 2024-03-21 19:52:44 +03:00
commit bba8664dac
1 changed files with 5 additions and 1 deletions

View File

@ -111,4 +111,8 @@ by doing following steps:
- Go to Gnat runtime directory {gnat's prefix}/arm-eabi/lib/gnat
- Copy runtime: `cp -r light-stm32f4 light-stm32f401`
- Apply patch: `patch light-stm32f401 < {patch dir}/light-stm32f401.patch
- Apply patch: `patch -p1 -d light-stm32f401 < {patch dir}/light-stm32f401.patch
- Go to runtime dir: `cd light-stm32f401`
- Clean: `gprclean -P runtime_build.gpr`
- Compile runtime: `gprbuild -P runtime_build.gpr`