| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Removed old iterations of the project and moved the files from 02-usart
to the root directory since that's the sole place where the action is
and that subproject has outgrown its initial title.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, when running a test binary in --nofork mode, it was up to the
test to reset the program state before exiting to avoid dependencies on
other tests. Now after each test the test harness will:
1. Wipeout the fake environmennt.
2. Reset the data segment to its initialization state.
This achieves reasonable insulation between tests even though certain
things (like a segfault) are stil not practical to completely insulate
without fork()'ing.
|
| |
|
|
|
|
|
| |
This abstraction makes it much more intuitive to use the
DMA features on the STM32L4 boards.
|
| |
|
|
testing_harness with fake environment to allow testing on x86
development machines.
|