]> granicus.if.org Git - esp-idf/commit
Add UART driver
authorWangjialin <wangjialin@espressif.com>
Mon, 24 Oct 2016 01:17:10 +0000 (09:17 +0800)
committerWangjialin <wangjialin@espressif.com>
Mon, 24 Oct 2016 01:17:10 +0000 (09:17 +0800)
commit288f4f63f0a108003e29c3a041b86de3bb64976a
tree2664f062f6ab5216b0ee2110443b9b4a6b799bfe
parentbeff3aab813a092d620c79ff24a179e0f1ae65bd
Add UART driver

1. add uart.h and uart.c
2. add ESP_ERR_TIMEOUT in esp_err.h
3. add UART AHB FIFO address in uart_reg.h
4. modify xRingbufferSendFromISR return value in ringbuffer.c
5. add #include "soc/gpio_sig_map.h" in gpio.h
components/driver/include/driver/gpio.h
components/driver/include/driver/uart.h [new file with mode: 0644]
components/driver/uart.c [new file with mode: 0644]
components/esp32/include/esp_err.h
components/esp32/include/soc/uart_reg.h
components/freertos/ringbuf.c