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 ├── Docs # Datesheets and User Manuals
├── Examples ├── Examples
│   ├── FreeRTOS # FreeRTOS examples │   ├── FreeRTOS # FreeRTOS examples
│   ├── Raw # NonFreeRTOS examples │   ├── HAL # HAL library examples
│   └── Raw_LL # NonFreeRTOS examples with low layer lib │   └── LL # LL(Low Layer) library examples
├── Libraries ├── Libraries
│   ├── BSP # SysTick delay and printf for debug │   ├── BSP # SysTick delay and printf for debug
│   ├── BSP_LL # SysTick delay and printf for debug │   ├── BSP_LL # SysTick delay and printf for debug
│   ├── CMSIS │   ├── CMSIS
│   ├── FreeRTOS # FreeRTOS library
│   ├── LDScripts # LD files │   ├── LDScripts # LD files
│   ├── PY32F0xx_HAL_Driver # MCU peripheral driver │   ├── PY32F0xx_HAL_Driver # MCU peripheral driver
│   └── PY32F0xx_LL_Driver # MCU low layer peripheral driver │   └── PY32F0xx_LL_Driver # MCU low layer peripheral driver