stm32-usbd 0.1.0

'usb-device' implementation for STM32 microcontrollers
Documentation
1
2
3
4
5
6
/* Linker script for building examples for the STM32F103C8T6 */
MEMORY
{
  FLASH : ORIGIN = 0x08000000, LENGTH = 64K
  RAM : ORIGIN = 0x20000000, LENGTH = 20K
}