Commit graph

5 commits

Author SHA1 Message Date
sheinz
e84f47f944 SPI flash refactoring.
Extract common spiflash.c into core.
Use spiflash.c in sysparam.
Use memcpy in spiflash.c insted of hand-written version.
Tests for spiflash.c
2016-11-28 17:34:17 +02:00
sheinz
2105d5a5cd Sysparam getting bool without memory allocation. Bool tests. 2016-11-28 12:16:38 +02:00
sheinz
2f611dfbc0 Fix for negative int8 in sysparam. Tests update. 2016-11-28 09:59:12 +02:00
sheinz
8b9e757904 Sysparam test cases 2016-11-28 00:35:26 +02:00
sheinz
7c702d7f09 Unit testing for esp-open-rtos (#253)
* Get testing system by projectgus working with master HEAD

* Fix running dual test. Add basic wifi test

* Moved spiff test to a test case. Reset retries in test runner

* Add timers test case

* test_runner: List test cases and run individual test cases

* Add README for tests

* Update README.md

* Code clean-up

* Python3.4 support. README.md update
2016-11-05 22:12:14 +02:00