restructuring

This commit is contained in:
2022-03-10 11:04:14 +03:00
parent 29560b7c0c
commit 733dbd75d2
1758 changed files with 14 additions and 26855 deletions

11
F3:F303/Readme.md Normal file
View File

@@ -0,0 +1,11 @@
Samples for STM32F303
=================================
Most of these samples works with [my non-solder devboard](https://github.com/eddyem/stm32samples/tree/master/F0_F1_F3-LQFP48_testboard)
- **blink** - simple LEDs blink on PB0 and PB1
- **usart1** - read data from USART1 and send it back (blocking sending)
- **usarts** - work with all three USARTs with Tx DMA, send to USART1 data read from other, you can send "2\n" or "3\n" to USART1 for tests of USART2/USART3
- **floatPrintf** - work with floats, convert floating point number into a string
- **usart1fullDMA** - USART1 Rx and Tx DMA access (Rx terminated by character match of '\n' or buffer overflow).
- **PL2303** - emulates PL2303