mbed_app.json 155 B

12345678910
  1. {
  2. "target_overrides": {
  3. "K64F": {
  4. "platform.stdio-baud-rate": 9600
  5. }
  6. },
  7. "requires": [
  8. "bare-metal"
  9. ]
  10. }