components/spidriver/spi_master_lobo.c

branch
novnc
changeset 39
e5900c9b9a7b
parent 1
ad2c8b13eb88
equal deleted inserted replaced
38:537ffe280775 39:e5900c9b9a7b
63 #include <stdio.h> 63 #include <stdio.h>
64 #include "soc/gpio_sig_map.h" 64 #include "soc/gpio_sig_map.h"
65 #include "soc/spi_reg.h" 65 #include "soc/spi_reg.h"
66 #include "soc/dport_reg.h" 66 #include "soc/dport_reg.h"
67 #include "soc/rtc_cntl_reg.h" 67 #include "soc/rtc_cntl_reg.h"
68 #include "rom/ets_sys.h" 68 #include "esp32/rom/ets_sys.h"
69 #include "esp_types.h" 69 #include "esp_types.h"
70 #include "esp_attr.h" 70 #include "esp_attr.h"
71 #include "esp_log.h" 71 #include "esp_log.h"
72 #include "esp_err.h" 72 #include "esp_err.h"
73 #include "freertos/semphr.h" 73 #include "freertos/semphr.h"

mercurial