0e2a614ed3f65418bf5a10ba625d51d6be41dea5
Souce code ========== Initially, it is copy of ChibiOS_2.0.2/demos/ARMCM3-STM32F103-GCC/*. External source =============== * ChibiOS_2.0.2 Taken from http://chibios.sourceforge.net/ Note that CRLF is converted to LF in this repository. * STM32_USB-FS-Device_Driver Taken from http://github.com/robots/STM32.git * USBCDC Taken from http://github.com/robots/STM32.git HOWTO RUN ================= $ openocd -f interface/olimex-jtag-tiny.cfg -f board/olimex_stm32_h103.cfg $ arm-none-eabi-gdb --annotate=3 gnuk.elf $ telnet localhost 4444 > reset halt > flash write_image erase gnuk.elf > reset > exit $
Description
Languages
C
69%
Python
24.3%
Gherkin
5.8%
Makefile
0.4%
C++
0.2%
Other
0.3%