mirror of
https://github.com/IcedRooibos/py32f0-template.git
synced 2025-10-29 00:42:06 -07:00
refactor: rename example folders
This commit is contained in:
parent
7d51b453e6
commit
a8e40581ac
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user