esp_ringbuf: migrated esp_ringbuf component tests to pytest framework

This commit migrates the esp_ringbuf tests to the pytest framework.
This commit is contained in:
Sudeep Mohanty
2022-10-04 13:19:07 +02:00
parent a8eacd690c
commit 6feab513e4
12 changed files with 95 additions and 9 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# This config is split between targets since different component needs to be included
CONFIG_IDF_TARGET="esp32c2"
TEST_COMPONENTS=app_trace efuse esp_common esp_eth esp_event esp_hid esp_netif esp_phy esp_ringbuf esp_wifi espcoredump hal lwip mdns mqtt newlib nvs_flash partition_table sdmmc spiffs
TEST_COMPONENTS=app_trace efuse esp_common esp_eth esp_event esp_hid esp_netif esp_phy esp_wifi espcoredump hal lwip mdns mqtt newlib nvs_flash partition_table sdmmc spiffs
+1 -2
View File
@@ -1,3 +1,2 @@
TEST_COMPONENTS=freertos driver spi_flash esp_ringbuf
TEST_COMPONENTS=freertos driver spi_flash
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH=y