Compare commits
7 Commits
master
...
disable_bl
Author | SHA1 | Date |
---|---|---|
|
2241252f4d | 3 years ago |
|
eb7fc13fa0 | 3 years ago |
|
afc41f5ca9 | 3 years ago |
|
b0a5df0fcf | 3 years ago |
|
1b84426f04 | 3 years ago |
|
c6ce2617d2 | 3 years ago |
|
c332238839 | 3 years ago |
@ -1,35 +0,0 @@
|
||||
Setup
|
||||
===
|
||||
|
||||
1. Need the "newlib" arm library (else there is no stdint.h &co.)
|
||||
|
||||
```sh
|
||||
pacman -S arm-none-eabi-newlib
|
||||
```
|
||||
|
||||
2. Get Libopencm3
|
||||
|
||||
```sh
|
||||
git submodule init
|
||||
git submodule update
|
||||
```
|
||||
|
||||
3. Generate headers in Libopencm3
|
||||
|
||||
```sh
|
||||
cd libopencm3
|
||||
make
|
||||
cd ..
|
||||
```
|
||||
|
||||
Possibly there are also some udev rules & co, I think they can be acquired from
|
||||
the `stlink` package.
|
||||
|
||||
Usage
|
||||
===
|
||||
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
It does everything. At least for STM32VLDISCOVERY board at my computer.
|
Loading…
Reference in New Issue