bugfix(esp_lcd): propagate the errors in the IO link layer

Closes https://github.com/espressif/esp-idf/issues/11741
Check the result of each esp_lcd_panel_io_tx_param/esp_lcd_panel_io_tx_color call
Add runner and modify test rules
Update .build-test-rules.yml
This commit is contained in:
Planck (Lu Zeyu)
2023-07-05 15:45:20 +08:00
parent 47bcee11b7
commit c190beb4d9
7 changed files with 114 additions and 72 deletions

View File

@ -127,6 +127,7 @@ ENV_MARKERS = {
'ccs811': 'Runner with CCS811 connected',
'ethernet_w5500': 'SPI Ethernet module with two W5500',
'nvs_encr_hmac': 'Runner with test HMAC key programmed in efuse',
'i2c_oled': 'Runner with ssd1306 I2C oled connected',
# multi-dut markers
'ieee802154': 'ieee802154 related tests should run on ieee802154 runners.',
'openthread_br': 'tests should be used for openthread border router.',