73 lines
1.5 KiB
Plaintext
73 lines
1.5 KiB
Plaintext
|
.
|
||
|
|-- Demo
|
||
|
| |-- Common
|
||
|
| | |-- FreeRTOS-openocd.c
|
||
|
| | |-- Makefile
|
||
|
| | |-- bin
|
||
|
| | `-- main.cpp
|
||
|
| |-- arch
|
||
|
| | |-- boot.S
|
||
|
| | |-- clib.c
|
||
|
| | |-- clib.h
|
||
|
| | |-- link.ld
|
||
|
| | |-- systemPort.c
|
||
|
| | `-- vexriscv
|
||
|
| | |-- gpio.h
|
||
|
| | |-- interrupt.h
|
||
|
| | |-- murax.h
|
||
|
| | |-- prescaler.h
|
||
|
| | |-- timer.h
|
||
|
| | `-- uart.h
|
||
|
| `-- conf
|
||
|
| `-- FreeRTOSConfig.h
|
||
|
|-- README.md
|
||
|
|-- Source
|
||
|
| |-- croutine.c
|
||
|
| |-- event_groups.c
|
||
|
| |-- include
|
||
|
| | |-- FreeRTOS.h
|
||
|
| | |-- FreeRTOS.h.gch
|
||
|
| | |-- FreeRTOSConfig.h
|
||
|
| | |-- StackMacros.h
|
||
|
| | |-- croutine.h
|
||
|
| | |-- deprecated_definitions.h
|
||
|
| | |-- event_groups.h
|
||
|
| | |-- gpio.h
|
||
|
| | |-- interrupt.h
|
||
|
| | |-- list.h
|
||
|
| | |-- mpu_wrappers.h
|
||
|
| | |-- murax.h
|
||
|
| | |-- portable.h
|
||
|
| | |-- prescaler.h
|
||
|
| | |-- projdefs.h
|
||
|
| | |-- queue.h
|
||
|
| | |-- semphr.h
|
||
|
| | |-- stdint.readme
|
||
|
| | |-- task.h
|
||
|
| | |-- timer.h
|
||
|
| | |-- timers.h
|
||
|
| | `-- uart.h
|
||
|
| |-- list.c
|
||
|
| |-- portable
|
||
|
| | |-- GCC
|
||
|
| | | `-- RISCV
|
||
|
| | | |-- port.c
|
||
|
| | | |-- portasm.S
|
||
|
| | | `-- portmacro.h
|
||
|
| | `-- MemMang
|
||
|
| | |-- heap_1.c
|
||
|
| | |-- heap_2.c
|
||
|
| | |-- heap_3.c
|
||
|
| | |-- heap_4.c
|
||
|
| | `-- heap_5.c
|
||
|
| |-- queue.c
|
||
|
| |-- readme.txt
|
||
|
| |-- string.c
|
||
|
| |-- tasks.c
|
||
|
| `-- timers.c
|
||
|
|-- __t
|
||
|
|-- gdb.txt
|
||
|
`-- tags
|
||
|
|
||
|
13 directories, 57 files
|