summaryrefslogtreecommitdiffstats
path: root/rgbtv_light/platformio.ini
blob: 6e0f132be01a98d7ea946b771486f9ecf2108b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
; PlatformIO Project Configuration File
;
;   Build options: build flags, source filter, extra scripting
;   Upload options: custom port, speed and extra flags
;   Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/en/stable/projectconf.html

[platformio]
env_default = pro8MHzatmega328

[env:miniatmega328]
platform=atmelavr
board=miniatmega328
framework=arduino

[env:pro8MHzatmega328]
platform=atmelavr
board=pro8MHzatmega328
framework=arduino
; minicore/optirun uses 38400 for 8MHz
upload_speed=38400

[platformio]
lib_dir=/home/manuel/coding/Arduino/libraries