Businesscard-V2/Software/Game-Test-Ported/platformio.ini
2024-10-18 20:29:50 +02:00

28 lines
758 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:ch32v203c8t6_evt_r0]
platform = https://github.com/Community-PIO-CH32V/platform-ch32v.git
board = ch32v203c8t6_evt_r0
framework = noneos-sdk
monitor_speed = 115200
; [env:ATmega32u4]
; platform = atmelavr
; board = micro
; board_build.mcu = atmega32u4
; board_build.f_cpu = 16000000L
; framework = arduino
; build_flags=-DATMEGA32U4
; upload_protocol = usbtiny
; upload_flags = -e
; ;