Simple USB-MIDI foot controller

Dependencies:   PinDetect USBDevice_STM32F103 mbed-STM32F103C8T6

Committer:
SpotlightKid
Date:
Tue Jan 09 21:59:10 2018 +0100
Revision:
13:f9eb1f79cd0a
Parent:
3:8b8cb5392fa0
Remove STM32F103C8T6 library and reduced stack sizes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
SpotlightKid 3:8b8cb5392fa0 1 {
SpotlightKid 13:f9eb1f79cd0a 2 "config": {
SpotlightKid 13:f9eb1f79cd0a 3 "thread_stack_size": {
SpotlightKid 13:f9eb1f79cd0a 4 "value": 1024
SpotlightKid 13:f9eb1f79cd0a 5 },
SpotlightKid 13:f9eb1f79cd0a 6 "main_stack_size": {
SpotlightKid 13:f9eb1f79cd0a 7 "value": 1024
SpotlightKid 13:f9eb1f79cd0a 8 }
SpotlightKid 13:f9eb1f79cd0a 9 },
SpotlightKid 3:8b8cb5392fa0 10 "macros": [
SpotlightKid 3:8b8cb5392fa0 11 "NDEBUG=1"
SpotlightKid 3:8b8cb5392fa0 12 ],
SpotlightKid 3:8b8cb5392fa0 13 "target_overrides": {
SpotlightKid 3:8b8cb5392fa0 14 "*": {
SpotlightKid 3:8b8cb5392fa0 15 "platform.stdio-flush-at-exit": false
SpotlightKid 3:8b8cb5392fa0 16 }
SpotlightKid 3:8b8cb5392fa0 17 }
SpotlightKid 3:8b8cb5392fa0 18 }