KonstantinKondrashov 
							
						 
					 
					
						
						
							
						
						2a635b6c63 
					 
					
						
						
							
							unit-test-app/configs(esp32c3): CI sill uses ECO2 for flash_encryption tests  
						
						
						
						
					 
					
						2021-09-24 17:49:30 +08:00 
						 
				 
			
				
					
						
							
							
								KonstantinKondrashov 
							
						 
					 
					
						
						
							
						
						2cc8fc907c 
					 
					
						
						
							
							example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3)  
						
						
						
						
					 
					
						2021-09-24 17:49:30 +08:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						3908360e46 
					 
					
						
						
							
							Merge branch 'feature/support_bss_in_psram_for_esp32s2_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						[system] Allow .bss segment placed in external memory for ESP32-S2 ( backport v4.3)
See merge request espressif/esp-idf!14946  
						
						
					 
					
						2021-09-15 08:09:42 +00:00 
						 
				 
			
				
					
						
							
							
								Wu Zheng Hui 
							
						 
					 
					
						
						
							
						
						4fd6d3deae 
					 
					
						
						
							
							Adjust the variable name &  
						
						... 
						
						
						
						Add mapping support for different sizes of spi ram 
						
						
					 
					
						2021-09-15 16:09:33 +08:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						94667365d3 
					 
					
						
						
							
							Merge branch 'esp32c3/override_assert_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						newlib: Override __assert and __assert_func (v4.3)
See merge request espressif/esp-idf!14685  
						
						
					 
					
						2021-09-09 13:24:01 +00:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						e741161b2e 
					 
					
						
						
							
							Merge branch 'bugfix/renable_unit_tests_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						ci: enable previously disabled unit tests (v4.3)
See merge request espressif/esp-idf!13775  
						
						
					 
					
						2021-09-08 09:03:32 +00:00 
						 
				 
			
				
					
						
							
							
								Sachin Parekh 
							
						 
					 
					
						
						
							
						
						cc9d354ba8 
					 
					
						
						
							
							Update tests for assert and abort  
						
						... 
						
						
						
						- Place panic_abort in IRAM
- Added abort, assert test case in case of cache disabled
- Expect assert instead of abort in a freertos_mutex test 
						
						
					 
					
						2021-09-08 16:32:09 +08:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						f06307c08d 
					 
					
						
						
							
							tools/unit_test_app: fixes to build this application with Make build  
						
						
						
						
					 
					
						2021-08-12 08:43:35 +05:30 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						0b8ed8d76e 
					 
					
						
						
							
							ci: enable previously disabled unit tests  
						
						
						
						
					 
					
						2021-07-29 09:29:29 +08:00 
						 
				 
			
				
					
						
							
							
								Jakob Hasse 
							
						 
					 
					
						
						
							
						
						a2a7ea7012 
					 
					
						
						
							
							[test_utils]: added extern C decl to ccomp  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/7121  
						
						
					 
					
						2021-07-12 14:26:22 +08:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						42657a7464 
					 
					
						
						
							
							ci: remove spi_flash_qio_s2 config  
						
						... 
						
						
						
						This config is already run for all targets in spi_flash_qio config 
						
						
					 
					
						2021-05-12 17:20:00 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						6c9005e11b 
					 
					
						
						
							
							ut: Exclude test_utils component from default_2_c3 config  
						
						... 
						
						
						
						Theory is that the large alignments in this test component are triggering linker
bug (to be fixed in next toolchain update). This component is already tested
in a dedicated config, so it doesn't need to be included in this config. 
						
						
					 
					
						2021-05-05 16:39:58 +10:00 
						 
				 
			
				
					
						
							
							
								KonstantinKondrashov 
							
						 
					 
					
						
						
							
						
						10cce6b74a 
					 
					
						
						
							
							unit-test-app(config): esp32c3 uses eco0 for UTs  
						
						
						
						
					 
					
						2021-04-09 00:02:40 +08:00 
						 
				 
			
				
					
						
							
							
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						747ac00f9b 
					 
					
						
						
							
							Merge branch 'bugfix/flash_encyption_80Mflash_40Mram' into 'master'  
						
						... 
						
						
						
						flash_encryption/psram: fixed the issue that block when flash_encryption_write
See merge request espressif/esp-idf!12177  
						
						
					 
					
						2021-02-05 22:00:26 +08:00 
						 
				 
			
				
					
						
							
							
								Cao Sen Miao 
							
						 
					 
					
						
						
							
						
						3294547d27 
					 
					
						
						
							
							ci: move freerom/sdmmc repo to psram3 for saving ram  
						
						
						
						
					 
					
						2021-02-05 20:10:55 +08:00 
						 
				 
			
				
					
						
							
							
								Cao Sen Miao 
							
						 
					 
					
						
						
							
						
						c1b41ece32 
					 
					
						
						
							
							flash_encryption: Quick fixed the issue that block when flash_encryption_write, Related  https://github.com/espressif/esp-idf/issues/6322 , Related  https://github.com/espressif/esp-idf/issues/6254  
						
						
						
						
					 
					
						2021-02-05 20:10:42 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						ffa8c22c39 
					 
					
						
						
							
							Merge branch 'feature/ut_perf_tests_disable_on_fpga' into 'master'  
						
						... 
						
						
						
						ut: Disable all performance test comparisons when running on FPGA
See merge request espressif/esp-idf!11415  
						
						
					 
					
						2021-02-05 09:56:20 +08:00 
						 
				 
			
				
					
						
							
							
								ChenJianxing 
							
						 
					 
					
						
						
							
						
						dc350a9c7c 
					 
					
						
						
							
							esp_wifi: support esp32c3 rom eco3  
						
						
						
						
					 
					
						2021-02-04 18:28:06 +08:00 
						 
				 
			
				
					
						
							
							
								Omar Chebib 
							
						 
					 
					
						
						
							
						
						c4dc3acba9 
					 
					
						
						
							
							heap: add light poisoning configuration to the tests.  
						
						... 
						
						
						
						Relates to IDF-2653 
						
						
					 
					
						2021-02-01 11:58:42 +08:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						80b196a662 
					 
					
						
						
							
							unit-test-app: disable encrypted flash read/write in psram config to fix build failure  
						
						
						
						
					 
					
						2021-01-28 12:19:21 +00:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						0134fb5cf9 
					 
					
						
						
							
							Merge branch 'feature/skip_known_failure_cases' into 'master'  
						
						... 
						
						
						
						CI: Ignore Known Failure Cases Result
Closes IDFCI-135 and IDF-1992
See merge request espressif/esp-idf!10866  
						
						
					 
					
						2021-01-28 17:47:57 +08:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						719aeacb4e 
					 
					
						
						
							
							Merge branch 'feature/enable_app_update_tests_for_c3' into 'master'  
						
						... 
						
						
						
						Enable app_update tests for ESP32-C3
Closes IDF-2495
See merge request espressif/esp-idf!12173  
						
						
					 
					
						2021-01-28 17:41:42 +08:00 
						 
				 
			
				
					
						
							
							
								Fu Hanxi 
							
						 
					 
					
						
						
							
						
						85d4bca81a 
					 
					
						
						
							
							feat(tiny_test_fw): unify all junit report test case name  
						
						... 
						
						
						
						new format: <target>.<config>.<case_name>, the default value of
"config" is "default" 
						
						
					 
					
						2021-01-28 12:25:14 +08:00 
						 
				 
			
				
					
						
							
							
								Martin Vychodil 
							
						 
					 
					
						
						
							
						
						69096ddce5 
					 
					
						
						
							
							Security: ESP32C3 memory protection feature (IRAM0/DRAM0)  
						
						... 
						
						
						
						Software support for PMS module.
Allows controlled memory access to IRAM (R/W/X) and DRAM0 (R/W)
On/locked by default, configurable in Kconfig (esp_system)
Closes https://jira.espressif.com:8443/browse/IDF-2092  
						
						
					 
					
						2021-01-27 08:44:03 +01:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						85f120654a 
					 
					
						
						
							
							unit-test-app: add config for app_update tests for ESP32-C3  
						
						
						
						
					 
					
						2021-01-27 12:50:39 +05:30 
						 
				 
			
				
					
						
							
							
								Fu Hanxi 
							
						 
					 
					
						
						
							
						
						0146f258d7 
					 
					
						
						
							
							style: format python files with isort and double-quote-string-fixer  
						
						
						
						
					 
					
						2021-01-26 10:49:01 +08:00 
						 
				 
			
				
					
						
							
							
								Aditya Patwardhan 
							
						 
					 
					
						
						
							
						
						cc3843263a 
					 
					
						
						
							
							esp-tls: Added unit tests  
						
						
						
						
					 
					
						2021-01-21 01:17:23 +00:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						b69f94fb3a 
					 
					
						
						
							
							Merge branch 'feature/move_ringbuf_funcs_into_flash' into 'master'  
						
						... 
						
						
						
						esp_ringbuf: add kconfig opt to move ringbuffer functions into flash
Closes IDF-2247
See merge request espressif/esp-idf!10731  
						
						
					 
					
						2021-01-20 07:32:39 +08:00 
						 
				 
			
				
					
						
							
							
								Alex Lisitsyn 
							
						 
					 
					
						
						
							
						
						8bde6b8fca 
					 
					
						
						
							
							esp_ringbuf: add kconfig opt to move ringbuffer functions into flash  
						
						
						
						
					 
					
						2021-01-20 07:32:31 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						753a929525 
					 
					
						
						
							
							global: fix sign-compare warnings  
						
						
						
						
					 
					
						2021-01-12 14:05:08 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						6d3e06a9a3 
					 
					
						
						
							
							ttfw: Move TestCaseFailed exception and handle differently to other exceptions  
						
						... 
						
						
						
						But also ensure the string form of this exception is never empty, if it ends up
somewhere else. 
						
						
					 
					
						2021-01-12 11:42:03 +11:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						441d1306be 
					 
					
						
						
							
							ci ttfw: Consistently handle unexpected exceptions in test cases  
						
						
						
						
					 
					
						2021-01-12 11:42:03 +11:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						76ed28172c 
					 
					
						
						
							
							unity: Add option to ignore performance test failures  
						
						... 
						
						
						
						Set by default on FPGA, where performance may be significantly different to a
real chip. 
						
						
					 
					
						2020-12-31 10:29:31 +11:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						641b92da75 
					 
					
						
						
							
							Merge branch 'feature/add_c3_target_master' into 'master'  
						
						... 
						
						
						
						tools: merge C3 changes into master
Closes IDF-2364 and IDF-2564
See merge request espressif/esp-idf!11800  
						
						
					 
					
						2020-12-30 10:39:14 +08:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						7fe16bae25 
					 
					
						
						
							
							tools: merge C3 changes into master  
						
						
						
						
					 
					
						2020-12-30 07:04:12 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						7f3b16a99d 
					 
					
						
						
							
							freertos: always enable static allocation  
						
						... 
						
						
						
						to use it for newlib locks 
						
						
					 
					
						2020-12-29 16:18:04 +01:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						772bb2a380 
					 
					
						
						
							
							test_utils: Remove debug code, disable ccomp internal tests for C3  
						
						
						
						
					 
					
						2020-12-22 19:57:27 +11:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						0a95151a75 
					 
					
						
						
							
							unit_test: Refactor all performance tests that rely on cache compensated timer  
						
						... 
						
						
						
						There is no ccomp timer on C3, which means our performance tests will start
failing again due to variance caused by cache misses.
This MR adds TEST_PERFORMANCE_CCOMP_ macro that will only fail
performance test if CCOMP timer is supported on the target 
						
						
					 
					
						2020-12-22 18:56:24 +11:00 
						 
				 
			
				
					
						
							
							
								He Yin Ling 
							
						 
					 
					
						
						
							
						
						a4fab9c67f 
					 
					
						
						
							
							test: fix some unit test results not uploaded to Jira:  
						
						... 
						
						
						
						`UnitTestParser.py` will strip unit case config name when generate test
ID. But in `unit_test.py` we didn't do this. It makes the test ID in 2
stages are different. Now we will add this step to `unit_test.py`. 
						
						
					 
					
						2020-12-15 21:36:27 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						5228d9f9ce 
					 
					
						
						
							
							esp32c3: Apply one-liner/small changes for ESP32-C3  
						
						
						
						
					 
					
						2020-12-01 10:58:50 +11:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						6ce34a227e 
					 
					
						
						
							
							Merge branch 'feature/fatfs_fast_seek' into 'master'  
						
						... 
						
						
						
						feature/fatfs: enable the usage of fast-seek algorithm
See merge request espressif/esp-idf!9916  
						
						
					 
					
						2020-11-17 07:17:31 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						420aef1ffe 
					 
					
						
						
							
							Updates for riscv support  
						
						... 
						
						
						
						* Target components pull in xtensa component directly
* Use CPU HAL where applicable
* Remove unnecessary xtensa headers
* Compilation changes necessary to support non-xtensa gcc types (ie int32_t/uint32_t is no
  longer signed/unsigned int).
Changes come from internal branch commit a6723fc 
						
						
					 
					
						2020-11-13 07:49:11 +11:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						66fb5a29bb 
					 
					
						
						
							
							Whitespace: Automated whitespace fixes (large commit)  
						
						... 
						
						
						
						Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace) 
						
						
					 
					
						2020-11-11 07:36:35 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						3882c2b8ed 
					 
					
						
						
							
							Merge branch 'feature/bringup_esp32s3_fpga_update_rmt_driver' into 'master'  
						
						... 
						
						
						
						rmt: support esp32s3
Closes IDF-1773
See merge request espressif/esp-idf!10292  
						
						
					 
					
						2020-11-07 07:15:53 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						5dd16db1d6 
					 
					
						
						
							
							Merge branch 'feature/esp_event_cxx' into 'master'  
						
						... 
						
						
						
						C++: ESP Event wrapper classes
Closes IDF-1048 and IDF-232
See merge request espressif/esp-idf!9602  
						
						
					 
					
						2020-11-06 17:24:34 +08:00 
						 
				 
			
				
					
						
							
							
								Felipe Neves 
							
						 
					 
					
						
						
							
						
						32e760adfb 
					 
					
						
						
							
							fat_vfs: added fast seek capable file operation  
						
						
						
						
					 
					
						2020-11-05 17:01:50 -03:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						ff976867b3 
					 
					
						
						
							
							rmt: split TX and RX in LL driver  
						
						... 
						
						
						
						Split TX and RX function in LL driver.
Channel number is encoded in driver layer.
Added channel signal list in periph.c 
						
						
					 
					
						2020-11-05 19:00:55 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						9de6cba434 
					 
					
						
						
							
							ci: add more build test for esp32-s3  
						
						
						
						
					 
					
						2020-10-27 17:22:17 +08:00 
						 
				 
			
				
					
						
							
							
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						2a329df051 
					 
					
						
						
							
							Merge branch 'feat/spi_flash_qio_test' into 'master'  
						
						... 
						
						
						
						spi_flash: add unit tests for qio mode
See merge request espressif/esp-idf!8303  
						
						
					 
					
						2020-10-27 12:24:05 +08:00 
						 
				 
			
				
					
						
							
							
								Jakob Hasse 
							
						 
					 
					
						
						
							
						
						f835bead45 
					 
					
						
						
							
							C++: ESP Event wrapper classes  
						
						... 
						
						
						
						* Provide easy interface to esp_event in C++
* Extended functionality linke synchronous
  waiting for events
* Closes IDF-1048
* Closes IDF-232 
						
						
					 
					
						2020-10-22 09:56:52 +08:00