Commit Graph

  • 19f9ca0200 Merge branch 'bugfix/wifi_revision' into 'master' Wu Jian Gang 2016-09-12 18:52:40 +08:00
  • b8f5974a62 Merge branch 'feature/add_rom_comments' into 'master' Wu Jian Gang 2016-09-12 18:14:02 +08:00
  • bd8febe58c add MACRO to get flash pad number from efuse value Jack 2016-09-12 13:54:08 +08:00
  • d0442602c7 add comments to register read/write operations Jack 2016-09-06 20:21:47 +08:00
  • 04b53643ef header files: clean up Wu Jian Gang 2016-09-05 16:20:26 +08:00
  • 24011ddd05 header files: modify rom code and soc header files jack 2016-08-31 21:53:23 +08:00
  • fe3380d32e Merge branch 'bugfix/realloc' into 'master' Jeroen Domburg 2016-09-12 17:08:57 +08:00
  • bab3faba58 add_path.sh: Use non-bash-specific instructions Angus Gratton 2016-09-12 18:39:13 +10:00
  • bdc4ecb9dd CI for SSC: Allow for submodules & using the gitlab repo's libraries Angus Gratton 2016-09-12 18:04:09 +10:00
  • fcf278848d Merge branch 'master' into feature/esptool_upstream Angus Gratton 2016-09-12 18:02:10 +10:00
  • 5810dbef05 make: Add macro to test for & try to fix up files required for submodules Angus Gratton 2016-09-12 17:48:40 +10:00
  • f293d530f8 esp32/lib: Bump WiFi revision Angus Gratton 2016-09-12 17:31:43 +10:00
  • 9c51f8a7a3 Merge branch 'master' into feature/mbedtls Angus Gratton 2016-09-09 17:09:56 +10:00
  • 56fcae19af Merge branch 'bug/storage_enum' into 'master' Wu Jian Gang 2016-09-12 11:49:22 +08:00
  • 7c607e4d63 Change the enum of wifi_storage_t to be the same as that in wifi lib. xiaxiaotian 2016-09-12 11:38:13 +08:00
  • 86f434c9be Merge branch 'feature/ci_add_function_test' into 'master' Ivan Grokhotkov 2016-09-12 11:30:09 +08:00
  • 1c6859573b freertos: protect calls to prvAddTaskToReadyList with xTaskQueueMutex Ivan Grokhotkov 2016-09-05 10:22:37 +08:00
  • 32f01c61a2 add comments about current tx flow control liuzhifu 2016-09-09 17:54:13 +08:00
  • e38c4b0365 modify esp32_tx_flow_ctrl to static function and move extern api to header file liuzhifu 2016-09-09 14:31:10 +08:00
  • 19c8476344 modify macro ESP32_TX_FLOW_CTRL to inline function liuzhifu 2016-09-09 10:20:14 +08:00
  • a28ef1776e lwip: add socket tx flow control liuzhifu 2016-09-07 13:07:30 +08:00
  • 9664de6867 Add working portASSERT_IF_IN_ISR function, fix enter_critical thing even better. Jeroen Domburg 2016-09-05 12:30:57 +08:00
  • 128bb77c5a Fix prev code to not crash horribly when scheduler is not running yet Jeroen Domburg 2016-09-05 11:58:40 +08:00
  • 08ec33c6a2 Make vTaskEnterCritical callable from ISR Jeroen Domburg 2016-09-05 11:46:08 +08:00
  • be4dfed822 Merge branch 'master' into feature/dualcore_spi_flash_api Ivan Grokhotkov 2016-09-09 17:14:16 +08:00
  • db93bceb55 Merge branch 'bugfix/lwip_esp8266_flag' into 'master' Jeroen Domburg 2016-09-09 14:47:27 +08:00
  • 47db66e495 esp32: modify realloc behaves just like malloc when pass a null pointer for ptr. liuhan 2016-09-08 10:50:52 +08:00
  • 46a9754b8e hwcrypto sha: Fix initialisation of SHA hardware in esp_shaX_start functions Angus Gratton 2016-09-09 14:27:34 +10:00
  • eb47a25012 mbedtls: Revert changes to upstream library sources. Angus Gratton 2016-09-09 14:10:44 +10:00
  • 6f006c25fb json & expat: Update component.mk after merging from master Angus Gratton 2016-09-09 14:07:45 +10:00
  • 264b115eb0 mbedtls: Move esp_config.h file to port directory Angus Gratton 2016-09-09 14:06:14 +10:00
  • 1d355b93df lwip: Define LWIP_ESP8266 in port lwipopts.h not gcc command line Angus Gratton 2016-09-09 13:53:38 +10:00
  • 04aea7f987 update ci config file with 2 changes: 1. add build SSC and do sanity test config 2. add tags to each job as sanity test need to be executed on special runner Yinling 2016-09-09 10:49:03 +08:00
  • a939c15723 mbedtls networking: Remove WIN32 parts, minor cleanup Angus Gratton 2016-09-09 11:24:35 +10:00
  • f605e03344 make debugging: With V=1, output when including each Makefile.projbuild Angus Gratton 2016-09-09 10:49:35 +10:00
  • 7c58c1e06b Build system: Allow components to add to the global CFLAGS via Makefile.projbuild Angus Gratton 2016-09-09 10:14:38 +10:00
  • 31e6b2cdb4 Merge branch 'master' into feature/mbedtls Angus Gratton 2016-09-09 10:29:19 +10:00
  • add32cbc9a Merge branch 'bugfix/docs_eclipse' into 'master' Angus Gratton 2016-09-09 07:41:32 +08:00
  • 7268f0a60a components/log: add API header for logging library Ivan Grokhotkov 2016-09-08 20:02:26 +08:00
  • 95defc7d32 mbedtls: Use hardware accelerated AES, SHA, bignum Wu Jian Gang 2016-09-08 17:41:43 +08:00
  • 2211759cc0 hwcrypto aes: Fix bugs w/ ECB decrypt, CFB modes Angus Gratton 2016-09-08 17:06:27 +10:00
  • 99b64c82d1 Merge branch 'bugfix/default_dio_spiflashmode' into 'master' Jeroen Domburg 2016-09-08 16:58:34 +08:00
  • d951ab2661 hwcrypto aes: Performance tweak, only write key to hardware once Angus Gratton 2016-09-07 14:48:20 +10:00
  • a32e954f67 hwcrypto sha: Feed one block at a time to hardware SHA implementation Angus Gratton 2016-09-06 11:05:56 +10:00
  • 0a970e3a25 hwcrypto: Match API completely to mbedTLS naming conventions Angus Gratton 2016-09-06 10:38:12 +10:00
  • 2580c07ae6 esp32 hwcrypto: Make SHA-224 an obvious no-op for now Angus Gratton 2016-09-05 10:36:25 +10:00
  • 2bee84062a esp32: Add comment to ROM crypto functions recommending they not be used directly Angus Gratton 2016-09-02 18:39:57 +10:00
  • 0647d1e922 esp32 hwcrypto: Rework hardware crypto locking Angus Gratton 2016-09-02 18:36:26 +10:00
  • 4167b68eef esp32: Move hardware crypto implementation/headers to hwcrypto directories Angus Gratton 2016-09-02 14:40:43 +10:00
  • fc2bfc1f49 mbedtls: just format related files Wu Jian Gang 2016-09-02 11:31:38 +08:00
  • f4ff32977d components/mbedtls: modify MBEDTLS net feature liuhan 2016-09-01 10:53:23 +08:00
  • 09aa6ebc85 lwip Makefile: Add POSIX headers to include path to #include <sys/sockets.h>, etc, works. Angus Gratton 2016-09-01 08:28:03 +10:00
  • 1900c50d3b components/mbedtls: modify hardware encryption feature liuhan 2016-08-31 11:43:48 +08:00
  • 2d80fada70 components/mbedtls: MBEDTLS Handshake result check liuhan 2016-08-30 20:40:58 +08:00
  • 0f83831c74 1. multi thread verify bignum AES and SHA liuhan 2016-08-15 21:04:57 +08:00
  • 98021903a2 recompile crypto and bignum function liuhan 2016-08-08 17:29:28 +08:00
  • d9b660f6d4 1. add lock function for every function 2. modify some function for crypto liuhan 2016-08-08 13:56:36 +08:00
  • 30be5f6eb5 [t6001]: chip Use hardware acceleration of Encryption liuhan 2016-08-05 17:40:32 +08:00
  • 02543ee895 CI: Build the esp-idf-template with the matching branch name, if it exists Angus Gratton 2016-09-01 18:58:06 +10:00
  • b9a853c903 README: Add Resources section with some links Angus Gratton 2016-09-01 10:04:30 +10:00
  • 1d8eece834 Rename README.buildenv to docs/build_system.rst and ReST-ify it Angus Gratton 2016-09-01 09:58:47 +10:00
  • c50f7aa07b Eclipse docs: Easier to just replace entire PATH, msys32 has everything we need to build/flash Angus Gratton 2016-09-01 09:39:54 +10:00
  • b8634ae08b test_build_system: Print ESP_IDF_TEMPLATE_GIT for easier debugging Angus Gratton 2016-09-01 09:29:11 +10:00
  • 3b1c3dab4b Name component makefiles component.mk instead of Makefile Angus Gratton 2016-09-01 09:19:06 +10:00
  • 71785378bc Eclipse doc: Add troubleshooting note about Makefile directories Angus Gratton 2016-08-31 11:13:00 +10:00
  • 3e9a76f04d eclipse_make.sh: Fix printing of make directory Angus Gratton 2016-08-31 11:04:24 +10:00
  • 144ebe5d53 Move bin/eclipse_windows_make.sh to tools/windows_eclipse_make.sh Angus Gratton 2016-08-31 11:03:44 +10:00
  • 2ddd05a3fa Eclipse docs: Prepend IDF paths to beginning of PATH Angus Gratton 2016-08-30 18:10:30 +10:00
  • 42357990aa Merge branch 'feature/mbedtls_upstream_source' into 'master' Angus Gratton 2016-09-08 11:32:02 +08:00
  • e9b73e5c0d Merge branch 'feature/memory_canaries_temp' into 'master' Angus Gratton 2016-09-08 11:20:17 +08:00
  • 5a0e374a46 Set default SPI flash access mode to DIO Jeroen Domburg 2016-09-08 10:22:15 +08:00
  • 28ca0b0526 Merge branch 'bugfix/got_ip_event' into 'master' Wu Jian Gang 2016-09-08 09:44:48 +08:00
  • b21d2dfa6b FreeRTOS: temporary solution for memory canaries and memory debug liuzhifu 2016-09-07 21:52:24 +08:00
  • 1a6e63feef Merge branch 'feature/config_spi_flash_params_menuconfig' into 'master' Angus Gratton 2016-09-07 10:16:59 +08:00
  • c97aa4a709 tcpip_adapter: fix dhcp client work flow Wu Jian Gang 2016-09-05 20:24:47 +08:00
  • 80d60270bb event: not post got ip event if static is invalid Wu Jian Gang 2016-09-05 20:14:58 +08:00
  • df53d1588a tcpip_adapter: typedef clean up Wu Jian Gang 2016-09-06 13:02:02 +08:00
  • 1588d1aa6e event: post got ip event when use static ip Wu Jian Gang 2016-09-05 11:05:07 +08:00
  • c3af6e51d7 tcpip_adapter: use dhcp callback to post got ip event Wu Jian Gang 2016-09-02 20:27:22 +08:00
  • 3cf377b06e dhcp: add dhcp callback Wu Jian Gang 2016-09-02 20:00:45 +08:00
  • ef23607a67 lwip: remove netif_reg_addr_change_cb Wu Jian Gang 2016-09-02 18:18:22 +08:00
  • 507472343d Merge branch 'feature/get_sta_authmode' into 'master' Wu Jian Gang 2016-09-06 16:52:15 +08:00
  • 43d441d0f4 Change the type of authmode xiaxiaotian 2016-09-06 16:15:47 +08:00
  • 8622fda764 Change the type of authmode xiaxiaotian 2016-09-06 16:14:40 +08:00
  • 035a48f102 Post station's auth mode event after it is connected to AP. xiaxiaotian 2016-09-06 15:28:09 +08:00
  • c764683542 Add get station auth mode xiaxiaotian 2016-09-05 21:13:20 +08:00
  • 669e85758c Add flash freq selection to menuconfig Jeroen Domburg 2016-09-02 12:29:01 +08:00
  • 4272996ebe Add QIO/QOUT/DIO/DOUT select for esptool.py Jeroen Domburg 2016-09-01 15:47:09 +08:00
  • 68ede76ab5 Merge branch 'feature/lwip_sntp_fromwifi' into 'master' Angus Gratton 2016-09-06 10:04:14 +08:00
  • fe53b96634 Merge feature/lwip_sntp into feature/lwip_sntp_master Angus Gratton 2016-09-06 11:49:06 +10:00
  • b6f3573dd4 Merge branch 'feature/wifi-stage-two' into 'master' Angus Gratton 2016-09-06 09:41:53 +08:00
  • b8fc0c9511 FreeRTOS thread local storage config: If using WiFi this must be >0 Angus Gratton 2016-09-06 11:15:28 +10:00
  • 4fb3f2c27e mbedtls: Fix component Makefile Angus Gratton 2016-09-05 15:08:30 +10:00
  • ef91702100 Add mbedtls release version 2.3.0 Wu Jian Gang 2016-08-05 14:39:38 +08:00
  • 166d876d90 Temporarily restrict WiFi stack to only run in single core more Angus Gratton 2016-09-05 12:02:11 +10:00
  • 587f90929c Minor comment cleanup Angus Gratton 2016-09-05 11:50:53 +10:00
  • 44ef108fd8 Bump WiFi libraries to latest Angus Gratton 2016-09-05 10:54:43 +10:00
  • 412fbffeae Makefiles: Fix case where updating the WiFi libraries directory didn't trigger a re-link Angus Gratton 2016-09-05 10:49:12 +10:00
  • cb6bd109f2 Merge wifi commit '87977b92f3e12cfca74cf2e4dea87dc8d60b26fc' into feature/wifi-stage-two Angus Gratton 2016-09-05 10:42:17 +10:00
  • cef73d9dac Merge branch 'feature/wifi-stage-one' into 'master' Angus Gratton 2016-09-05 08:34:31 +08:00