save all would be great

This commit is contained in:
paul nehlich
2024-06-18 12:17:04 +02:00
parent 08b4bf2ad7
commit c471de9179
4 changed files with 79 additions and 39 deletions

23
structures.txt Normal file
View File

@ -0,0 +1,23 @@
C
BSP_z7 XGpio...c // Linux (FreeRTOS compiled for Linux! (Wollen wir!))
mission-BSP gpio_rust_helper.c
FreeRTOS (/ RTEMS / Linux (haben wir nicht vor!)) (Für Hardwareabstractions egal!)
Rust
mod osal
mod safe_osal
FSRC
BSP_z7
FreeRTOS
mission
osal (-> FreeRTOS / Linux)
hal (-> BSP_z7 / BSP_ROMEO_OBC / Linux_Sockets_Simulator)
mission_rust
fsrc (-> osal (z.B TaskScheduler), hal (zB. trait ComIF))
rfsw (-> fsrc )