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.
Frank put together the .ini file for our MultiTech mDot Dev board with the ststm32
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment