% update blackpill doc

This commit is contained in:
Vovanium 2024-03-20 21:53:03 +03:00
parent b465184160
commit 9eb3013b98
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`