Skip to content

Commit

Permalink
back to uptodate master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ronzeiller committed Dec 10, 2018
1 parent 1f9dde7 commit 89028f8
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,6 @@ extra_scripts = tools/platformio_cfg_gitversion.py
# To disable size optimization
#build_unflags = -Os

[env:host-teensy36]
src_filter = +<common/*>,+<host/*>
build_flags =
${common.build_flags} -Isrc/common -Isrc/host
-DSERIAL1_RX_BUFFER_SIZE=512 -DSERIAL1_TX_BUFFER_SIZE=512
-DSERIAL2_RX_BUFFER_SIZE=256 -DSERIAL2_TX_BUFFER_SIZE=256
-DSERIAL3_RX_BUFFER_SIZE=256 -DSERIAL3_TX_BUFFER_SIZE=256
platform = teensy
framework = arduino
board = teensy36
lib_deps =
${common.lib_deps_common}
${common.lib_deps_teensy}
extra_scripts = tools/platformio_cfg_gitversion.py

# This configuration builds a very simple firmware for the host that allows to upload
# a firmware to the ESP8266 module.
[env:program-esp]
Expand All @@ -97,17 +82,6 @@ lib_deps =
${common.lib_deps_teensy}
lib_ignore = ${common.incompatible_libs_teensy}

[env:program-esp-teensy36]
src_filter = +<common/*>, +<program-esp/*>, +<host/esp-programmer/>
build_flags = ${common.build_flags} -Isrc/common
platform = teensy
framework = arduino
board = teensy36
lib_ldf_mode = deep
lib_deps =
${common.lib_deps_common}
${common.lib_deps_teensy}

[env:esp]
src_filter = +<common/*>,+<esp/*>
# no-strict-aliasing required here due to ESP+NMEA2000 incompatibilities
Expand Down Expand Up @@ -141,16 +115,6 @@ lib_deps =
${common.lib_deps_teensy}
lib_ignore = ${common.incompatible_libs_teensy}

[env:mfg-teensy36]
src_filter = +<common/*>, +<mfg/*>, +<host/drivers/ILI9341GC.cpp>
build_flags = ${common.build_flags} -Isrc/common
platform = teensy
framework = arduino
board = teensy36
lib_deps =
${common.lib_deps_common}
${common.lib_deps_teensy}

[env:test]
src_filter =
+<common/comms/*>, +<common/nmea/*>, +<common/signalk/*>, +<common/time/*>, +<common/util/*>,
Expand Down

0 comments on commit 89028f8

Please sign in to comment.