Updated README.

This commit is contained in:
imi415 2022-01-13 20:35:46 +08:00
parent 0418f2cb5f
commit 56aab11a7e
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
1 changed files with 3 additions and 3 deletions

View File

@ -21,15 +21,15 @@ cmake -DCMAKE_TOOLCHAIN_FILE=arm-none-eabi.cmake ..
```
### About targets
`_FLASH.elf` is not working, since H750VB only got 128kB Flash
`_FLASH.elf` is not working, since H750VB only got 128kB Flash
`_RAM.elf` is mean to be loaded by a debugger, e.g. ST-LINK
### Notes
This code is highly coupled with STM32H750(caused by fixed memory map).
This code is highly coupled with STM32H750(caused by fixed memory map).
A custom board design is planned.
### License
Anything comes with its own license, either in the header of the file, or listed seperately.
Anything comes with its own license, either in the header of the file, or listed seperately.
Others are subject to the `LICENSE` file.
### TODO