Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-16 | async: Add preliminary time scheduler. | Vegard Storheil Eriksen | 1 | -0/+21 | |
2022-01-26 | debug: add overload for writing floats to stimulus ports | Karl Palsson | 1 | -0/+9 | |
Overload all the things! Signed-off-by: Karl Palsson <karlp@etactica.com> | |||||
2022-01-26 | cortex-debug: support itm blocking for char too | Karl Palsson | 1 | -0/+8 | |
less end user casting, more back end c++ magic | |||||
2022-01-26 | cortex-debug: add blocking ITM helpers. | Karl Palsson | 1 | -0/+26 | |
Sometimes you really would like to slow things down to get trace out. | |||||
2021-09-16 | ITM: allow varisized access | Karl Palsson | 1 | -1/+5 | |
save that trace bandwidth baby | |||||
2021-09-16 | cortex_m: debug: basic ITM/DWT/TPIU stubs. | Karl Palsson | 1 | -0/+41 | |
Sourced from zyp on irc. Maybe not the best or most permanent name, but saves dropping it into every project. Signed-off-by: Karl Palsson <karlp@etactica.com> | |||||
2012-12-31 | Fixed FPU support. | Vegard Storheil Eriksen | 1 | -0/+20 | |
Selecting proper FPU flags in build_rules and enabling FPU during startup. |