MK20DX256 >> Assembly
開發環境
司徒目前使用的編譯器是GNU GCC,燒錄軟體則是使用teensy_loader_cli,安裝方式如下:
$ sudo apt-get install gcc-arm-none-eabi -y $ cd $ sudo apt-get install libusb-dev -y $ git clone https://github.com/PaulStoffregen/teensy_loader_cli $ cd teensy_loader_cli $ make