]> granicus.if.org Git - esp-idf/commit
Only modify headers in soc/ .
authorWangjialin <wangjialin@espressif.com>
Tue, 13 Sep 2016 15:02:03 +0000 (23:02 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Wed, 14 Sep 2016 05:47:28 +0000 (13:47 +0800)
commit41d397cf3f8618a4a7a6bd6695b392a247aee994
tree6e162370a02aaa4e8803c9013cd93d4a45c0098a
parentfb64393f63cecb3e76314c4226966917aed61a33
Only modify headers in soc/ .
Pass compiling under esp-idf-tests/merge_soc_tmp/merge_for_soc_headers branch.(only change some names of register and INUM).
30 files changed:
components/bootloader/src/main/bootloader_start.c
components/bootloader/src/main/flash_encrypt.c
components/bootloader/src/main/secure_boot.c
components/esp32/cpu_start.c
components/esp32/include/rom/spi_flash.h
components/esp32/include/soc/dport_reg.h
components/esp32/include/soc/efuse_reg.h
components/esp32/include/soc/gpio_reg.h
components/esp32/include/soc/gpio_sd_reg.h
components/esp32/include/soc/i2c_reg.h [new file with mode: 0644]
components/esp32/include/soc/i2s_reg.h
components/esp32/include/soc/io_mux_reg.h
components/esp32/include/soc/ledc_reg.h [new file with mode: 0644]
components/esp32/include/soc/pcnt_reg.h [new file with mode: 0644]
components/esp32/include/soc/rmt_reg.h [new file with mode: 0644]
components/esp32/include/soc/rtc_cntl_reg.h
components/esp32/include/soc/rtc_io_reg.h
components/esp32/include/soc/saradc_reg.h [new file with mode: 0644]
components/esp32/include/soc/soc.h
components/esp32/include/soc/spi_reg.h [new file with mode: 0644]
components/esp32/include/soc/spi_register.h [deleted file]
components/esp32/include/soc/timer_group_reg.h [new file with mode: 0644]
components/esp32/include/soc/timers_reg.h [deleted file]
components/esp32/include/soc/uart_reg.h [new file with mode: 0644]
components/esp32/include/soc/uart_register.h [deleted file]
components/esp32/include/soc/uhci0_reg.h [deleted file]
components/esp32/include/soc/uhci_reg.h [new file with mode: 0644]
components/freertos/gdbstub.c
components/freertos/panic.c
components/spi_flash/esp_spi_flash.c