Fix running dual test. Add basic wifi test
This commit is contained in:
parent
3ec128a0d4
commit
ddf834c781
6 changed files with 265 additions and 43 deletions
|
|
@ -1,8 +1,9 @@
|
|||
/* Unit tests to verify the "unaligned load handler" in core/exception_vectors.S that allows us to
|
||||
complete byte loads from unaligned memory, etc.
|
||||
|
||||
Adapted from a test program in 'experiments' that did this.
|
||||
*/
|
||||
/**
|
||||
* Unit tests to verify the "unaligned load handler" in core/exception_vectors.S
|
||||
* that allows us to complete byte loads from unaligned memory, etc.
|
||||
*
|
||||
* Adapted from a test program in 'experiments' that did this.
|
||||
*/
|
||||
#include "testcase.h"
|
||||
#include "esp/rom.h"
|
||||
#include "esp/timer.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue