]> granicus.if.org Git - esp-idf/commit
Modify as Angus's suggestion:
authorWangjialin <wangjialin@espressif.com>
Fri, 4 Nov 2016 04:52:34 +0000 (12:52 +0800)
committerWangjialin <wangjialin@espressif.com>
Fri, 4 Nov 2016 04:52:34 +0000 (12:52 +0800)
commit3ec23f1b837959548da8e7ddec4dfd7db7929a6c
treedda994e9f5f0de7a8884a7fd5d18ebfa56eb42bd
parent15474b9b7ecb06ace6f307b40cf0d246e63355f6
Modify as Angus's suggestion:

1. Set XXX_TAG static, remove extern XXX_TAG in uart.h/ledc.h/gpio.h
2. I removed uart_set/get_print_port() functions, these functions are not well tested, I removed them for now.
3. Modify some function names for uart_read/write_bytes
4. Modify uart_write_bytes and uart_write_bytes_with_break.
components/driver/gpio.c
components/driver/include/driver/gpio.h
components/driver/include/driver/ledc.h
components/driver/include/driver/uart.h
components/driver/ledc.c
components/driver/uart.c