├── .gitignore ├── Makefile ├── Platforms └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xc0170/mbed_gcc_makefile/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xc0170/mbed_gcc_makefile/HEAD/Makefile -------------------------------------------------------------------------------- /Platforms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xc0170/mbed_gcc_makefile/HEAD/Platforms -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xc0170/mbed_gcc_makefile/HEAD/README.md --------------------------------------------------------------------------------