Commit graph

19 commits

Author SHA1 Message Date
sheinz
6a44cb0f96 Merge 0f8e308609 into 857b8002e0 2017-05-22 01:51:44 +00:00
sheinz
a91ec6eb61 sysparam fixes, tests, spi flash refactoring (#299)
Original work by @ourairquality
* Sysparam threadsafe and SPI access
* Sysparam test cases
* Fix for negative int8
* Sysparam getting bool without memory allocation. Bool tests.
* 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
2017-03-22 02:18:04 +05:00
sheinz
438a7582bf Revert "Travis running tests" (#291) 2016-11-21 11:39:13 +02:00
sheinz
6481f71ce0 Travis running tests on test servers (#272)
- README.md for adding test servers
 - Bash script for running tests on remote servers
 - Extend test_runner.py to flash using esptool.py
 - Python3.4 support. README.md update
2016-11-19 12:32:38 +02:00
sheinz
a5311af49a Merge branch 'master' into feature/travis-test 2016-11-12 23:20:37 +02:00
Our Air Quality
bc50c7c2fc open_esplibs: add a skeleton for code in more libraries. (#266) 2016-11-12 20:54:24 +02:00
sheinz
f7bba2b386 Merge branch 'master' into feature/travis-test 2016-11-12 01:36:37 +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
sheinz
e443655e7f Travis running tests on remote servers.
Extend test_runner.py to flash using esptool.py
2016-11-01 00:02:35 +02:00
sheinz
d7fe808810 Python3.4 support. README.md update 2016-10-26 17:26:38 +03:00
sheinz
26c539174d Merge branch 'master' into feature/testing 2016-10-26 16:37:23 +03:00
sheinz
3b7a26fa3e Code clean-up 2016-10-25 17:52:15 +03:00
sheinz
9d2649b77b Update README.md 2016-10-25 14:50:37 +03:00
sheinz
4c24d01ba1 Add README for tests 2016-10-25 14:22:48 +03:00
sheinz
192f2b43d1 test_runner: List test cases and run individual test cases 2016-10-25 13:46:44 +03:00
sheinz
4a50b33434 Add timers test case 2016-10-25 13:08:27 +03:00
sheinz
78d95431f5 Moved spiff test to a test case. Reset retries in test runner 2016-10-24 21:47:29 +03:00
sheinz
ddf834c781 Fix running dual test. Add basic wifi test 2016-10-24 19:44:22 +03:00
sheinz
3ec128a0d4 Get testing system by projectgus working with master HEAD 2016-10-21 22:45:51 +03:00