]> granicus.if.org Git - esp-idf/commit
add PHY init support
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 15 Nov 2016 10:36:18 +0000 (18:36 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 18 Nov 2016 12:11:16 +0000 (20:11 +0800)
commit4db29f74a0cf2ac950628bd4cf56d08451d333a6
treec49ae37e3d9009182f3914eaef5e2769486bcb65
parenta0feea8daa21d301a19283304ef635008eeff75c
add PHY init support
components/esp32/Kconfig
components/esp32/Makefile.projbuild [new file with mode: 0644]
components/esp32/cpu_start.c
components/esp32/include/esp_phy_init.h [new file with mode: 0644]
components/esp32/lib
components/esp32/phy.h [new file with mode: 0644]
components/esp32/phy_init.c [new file with mode: 0644]
components/esp32/phy_init_data.h [new file with mode: 0644]