Skip to content

sg-/mbed-drivers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building with yotta

The mbed OS's SDK is built using yotta. So first, install yotta, then:

# get the mbed-sdk source:
git clone git@github.com:mbedmicro/mbed-sdk.git
cd mbed-sdk

# build for the frdm-k64f-gcc target:
yotta target frdm-k64f-gcc

# build
yotta build
...

# fire up the debugger with the blinky test loaded
yotta debug test/mbed-test-blinky
...
> mon reset
> load
> continue

About

Drivers for common MCU peripherals in mbed OS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.3%
  • C 11.7%