Commit Graph

4 Commits

Author SHA1 Message Date
Daniel Esteban 95f0ca8c3e initial support for ttp229 (BSF) 2023-05-21 00:32:05 +02:00
ivoszz f627fd162d mpu6886: add smoke test 2023-05-20 15:49:13 +02:00
deadprogram 331a60ce2d sdcard: remove tinyfs example and replace with link to tinyfs repo in docs
Signed-off-by: deadprogram <ron@hybridgroup.com>
2023-05-20 09:38:16 +02:00
Ayke van Laethem 53404b3f4b ci: run smoke tests in parallel
This speeds up the smoke tests by over 5x on my laptop, but keeps two
features that I find very important:

 1. A stable output, which is used by tools like sizediff.
 2. An easy to change text file with all the smoke tests.

This means that parsing is a little bit harder, but with the help of
packages like shlex and flag this is actually not very difficult.
2023-05-07 12:30:44 +02:00