refactor: rename example folders

This commit is contained in:
IOsetting 2023-01-20 00:03:43 +08:00
parent 7d51b453e6
commit a8e40581ac
53 changed files with 3 additions and 2 deletions

View File

@ -23,12 +23,13 @@
├── Docs # Datesheets and User Manuals
├── Examples
│   ├── FreeRTOS # FreeRTOS examples
│   ├── Raw # NonFreeRTOS examples
│   └── Raw_LL # NonFreeRTOS examples with low layer lib
│   ├── HAL # HAL library examples
│   └── LL # LL(Low Layer) library examples
├── Libraries
│   ├── BSP # SysTick delay and printf for debug
│   ├── BSP_LL # SysTick delay and printf for debug
│   ├── CMSIS
│   ├── FreeRTOS # FreeRTOS library
│   ├── LDScripts # LD files
│   ├── PY32F0xx_HAL_Driver # MCU peripheral driver
│   └── PY32F0xx_LL_Driver # MCU low layer peripheral driver