hide deprecated code; make USB snippet common for F0/F1/F3

This commit is contained in:
Edward Emelianov
2024-09-02 18:21:41 +03:00
parent 9166996bff
commit bdbd7d68d9
419 changed files with 3445 additions and 752 deletions

View File

@@ -0,0 +1,10 @@
Samples for STM32F042-nucleo and chinese STM32F030-based devboard
=================================
This directory contains examples for F0 without any library
- **canbus** - simplest CAN bus development board
- **CANbus_stepper** - (under development) stepper motor management over CAN-bus, USB and RS-485
- **pl2303** - CDC template (emulation of PL2303) (*deprecated*)
- **usbcan** - USB--CAN adapter using PL2303 emulation (*deprecated*)
- **USB_pl2303_snippet** - full minimal snippet of PL2303 emulation for STM32F072xB (*deprecated*)