Skip to content
Snippets Groups Projects
Commit eb590361 authored by Per's avatar Per
Browse files

fix

parent 25b94e5f
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ Blink leds according to audio input ...@@ -14,6 +14,7 @@ Blink leds according to audio input
## Drivers for NXP (Axel) ## Drivers for NXP (Axel)
--- ---
## WCET analysis for RTFM models using KLEE (Henrik) ## WCET analysis for RTFM models using KLEE (Henrik)
- Automated testebed, integrated as cargo sub-command - Automated testebed, integrated as cargo sub-command
--- ---
## USB-Hid (Johannes) ## USB-Hid (Johannes)
...@@ -21,29 +22,36 @@ Blink leds according to audio input ...@@ -21,29 +22,36 @@ Blink leds according to audio input
## ETM Tracing ## ETM Tracing
- Develop an API for setting up ETM trace - Develop an API for setting up ETM trace
[ARM](https://www.arm.com/files/pdf/AT_-_Advanced_Debug_of_Cortex-M_Systems.pdf) [ARM](https://www.arm.com/files/pdf/AT_-_Advanced_Debug_of_Cortex-M_Systems.pdf)
--- ---
## AES Encryption in hardware ## AES Encryption in hardware
- Develop on API for hardware supported AES encryption - Develop on API for hardware supported AES encryption
--- ---
## CAN bus API and Wheel Sensor implementation ## CAN bus API and Wheel Sensor implementation
- Develop a CAN bus API for cortex-m0 - Develop a CAN bus API for cortex-m0
- Implement a wheel sensor for existing model car - Implement a wheel sensor for existing model car
--- ---
## Stack Memory Analys ## Stack Memory Analys
- Seer or KLEE based path/call graph extraction - Seer or KLEE based path/call graph extraction
- Target code analysis, per function stack usage - Target code analysis, per function stack usage
- Static worst case stack analysis for RTFM and/or RTFM-TTA - Static worst case stack analysis for RTFM and/or RTFM-TTA
--- ---
## Ethernet driver for TCP/UDP/IP stack ## Ethernet driver for TCP/UDP/IP stack
- Develop driver and integrate to existing TCP/UDP/IP stack - Develop driver and integrate to existing TCP/UDP/IP stack
--- ---
## Nucleo 64 support crate ## Nucleo 64 support crate
- Drivers for the Nucleo 64, stm32f401re/stm32f411re, similar to the f3/bluepill support crates - Drivers for the Nucleo 64, stm32f401re/stm32f411re, similar to the f3/bluepill support crates
--- ---
## Time Triggered Architectuer (RTFM-TTA) ## Time Triggered Architectuer (RTFM-TTA)
- Periodic timers - Periodic timers
- Communication channels/message buffers - Communication channels/message buffers
- Static analysis (for safely bound buffers) - Static analysis (for safely bound buffers)
- Static analysis for data aging (opitmal ordering?) - Static analysis for data aging (opitmal ordering?)
--- ---
## Your ideas... ## Your ideas...
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment