Skip to content

Latest commit

 

History

History
57 lines (51 loc) · 2.08 KB

File metadata and controls

57 lines (51 loc) · 2.08 KB

STM32F103CB_Maple_Mini_Clone_USB_CDC_Serial

Boilerplate for USB CDC VCOM serial communication with STM32F103CB-based Maple Mini Clone.

Folder Structure

--STM32F103CB_Maple_Mini_Clone_USB_CDC_Serial
  |
  |--lib
  |  |
  |  |--usb_serial_lib
  |     |
  |     |- delay.c
  |     |- delay.h
  |     |- usb_serial.c
  |     |- usb_serial.h
  |     |- usbcdc.c
  |     |- usbcdc.h
  |
  |--src
  |   |
  |   |- main.c
  |
  |- platformio.ini

Code Dependency

            [main.c]
               |
               |
         [usb_serial.*]
               |
               |
      +------------------+
      |                  |
      |                  |
  [usbcdc.*]         [delay.*]

Built With

  • PlatformIO IDE - IDE used for programming
  • libopencm3 - Open-Source lowlevel hardware library for ARM Cortex-M microcontrollers

Author

Daniel Duller - dadul96

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details

References/Documentation/Inspiration