Create README.md

This commit is contained in:
rusefillc 2023-05-23 18:54:28 -04:00 committed by GitHub
parent ba4e2b4ac4
commit 1c8f4f6771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# fw-AT-START-F435
An attempt to blink an LED on AT-START-F435 board using ChibiOS+rusEFI codebase
* https://github.com/rusefi/rusefi/tree/master/firmware/config/boards/cypress and https://github.com/rusefi/rusefi/tree/master/firmware/config/boards/kinetis are examples of custom platform for ChibiOS
* only difference with above mentioned cypress and kinetis is here we are trying to build on top of rusEFI as a submodule
* see 'ext/AT32F435_437_Firmware_Library' for Artery firmware library
Current state: just some skeleton progress nothing else