Go to file
2010-08-23 16:44:02 +09:00
boards/OLIMEX_STM32_H103 USB-CDC test 2010-08-10 15:35:34 +09:00
ChibiOS_2.0.2 Initial import 2010-08-10 12:11:02 +09:00
src Now works as OpenPGPcard v1 2010-08-23 16:44:02 +09:00
STM32_USB-FS-Device_Driver Initial import 2010-08-10 12:11:02 +09:00
USBCDC Initial import 2010-08-10 12:11:02 +09:00
README let device runs with three interfaces. 2010-08-18 14:21:58 +09:00

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
$