forked from espressif/esp-idf
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:
@ -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.',
|
||||
|
Reference in New Issue
Block a user