Skip to content

Instantly share code, notes, and snippets.

@forrestfiller
Created November 21, 2016 03:55
Show Gist options
  • Save forrestfiller/b0ff50b352fb8f218f14d5feacc87c9d to your computer and use it in GitHub Desktop.
Save forrestfiller/b0ff50b352fb8f218f14d5feacc87c9d to your computer and use it in GitHub Desktop.

Revisions

  1. forrestfiller created this gist Nov 21, 2016.
    11 changes: 11 additions & 0 deletions PlatformIO .ini config file for mDot
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    [env:mDot]
    ; On OSX /Volume/MULTITECH is where mDot dev board maps as drive
    upload_port = /Volumes/MULTITECH
    platform = ststm32
    framework = mbed
    board = mts_mdot_f405rg
    ; create_lib_with = arm-none-eabi-ar -d libmDot-GCC_ARM-pwr_ex.a stm32f4xx_hal_pwr_ex.o
    build_flags = -L.piolibdeps/libmDot-mbed5 -lmDot-GCC_ARM-pwr_ex.a
    lib_deps =
    https://developer.mbed.org/teams/MultiTech/code/libmDot-mbed5
    https://developer.mbed.org/teams/MultiTech/code/MTS-Utils