]> granicus.if.org Git - esp-idf/commit
Merge branch 'master' into feature/dualcore_spi_flash_api
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 9 Sep 2016 09:14:16 +0000 (17:14 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 9 Sep 2016 09:14:16 +0000 (17:14 +0800)
commitbe4dfed822be1b06882b4c638fbbab65d64b76b9
treef23942063c016f2e81c247c88233a093a220c82f
parentdec846a9530a395c164c95484cff8ab7053db964
parentdb93bceb55136815031dc736deb8ebf7d959179a
Merge branch 'master' into feature/dualcore_spi_flash_api

* master: (130 commits)
  lwip: Define LWIP_ESP8266 in port lwipopts.h not gcc command line
  CI: Build the esp-idf-template with the matching branch name, if it exists
  README: Add Resources section with some links
  Rename README.buildenv to docs/build_system.rst and ReST-ify it
  Eclipse docs: Easier to just replace entire PATH, msys32 has everything we need to build/flash
  test_build_system: Print ESP_IDF_TEMPLATE_GIT for easier debugging
  Name component makefiles component.mk instead of Makefile
  Eclipse doc: Add troubleshooting note about Makefile directories
  eclipse_make.sh: Fix printing of make directory
  Move bin/eclipse_windows_make.sh to tools/windows_eclipse_make.sh
  Eclipse docs: Prepend IDF paths to beginning of PATH
  Set default SPI flash access mode to DIO
  FreeRTOS: temporary solution for memory canaries and memory debug
  tcpip_adapter: fix dhcp client work flow
  event: not post got ip event if static is invalid
  tcpip_adapter: typedef clean up
  event: post got ip event when use static ip
  tcpip_adapter: use dhcp callback to post got ip event
  dhcp: add dhcp callback
  lwip: remove netif_reg_addr_change_cb
  ...