mirror of
https://github.com/lowobservable/coax.git
synced 2026-02-09 18:11:37 +00:00
Add interface2
This commit is contained in:
13
interface2/firmware/platformio.ini
Normal file
13
interface2/firmware/platformio.ini
Normal file
@@ -0,0 +1,13 @@
|
||||
[env:default]
|
||||
platform = ststm32
|
||||
framework = stm32cube
|
||||
board = stm32l443cc
|
||||
upload_protocol = dfu
|
||||
build_flags =
|
||||
!./generate_bitstream_inc.sh
|
||||
-Iinclude/cubemx
|
||||
-DUSE_FULL_LL_DRIVER
|
||||
src_build_flags =
|
||||
!echo "-DFIRMWARE_BUILD_WHAT='\""$(git describe --match ForceNone --abbrev=7 --always --dirty=+)"\"'"
|
||||
!echo "-DFIRMWARE_BUILD_WHO='\""$(whoami)"\"'"
|
||||
!echo "-DFIRMWARE_BUILD_WHEN='\""$(date)"\"'"
|
||||
Reference in New Issue
Block a user