Commit Graph

  • 489b4f31a9 add peripheral module struct headers Wangjialin 2016-09-18 03:14:18 +0800
  • 6cf5d44b31 build system docs: Add note about no spaces in component names Angus Gratton 2016-09-16 18:22:16 +1000
  • 90017397e5 Docs: Add note about unusual submodule messages when cloning on Windows Angus Gratton 2016-09-16 18:05:52 +1000
  • cdd1b95b6e config system: Support Windows when CRLFs used for eol markers Angus Gratton 2016-09-16 17:56:50 +1000
  • 567cabb3f5 docs: Add note about esp-idf not supporting spaces in paths Angus Gratton 2016-09-16 14:31:46 +1000
  • 6cffb5d8b4 rom/gpio.h: Use new GPIO_PIN0_REG register name Angus Gratton 2016-09-16 09:43:52 +1000
  • 7fade89fb6 Merge branch 'bugfix/github_deploy' into 'master' Ivan Grokhotkov 2016-09-15 14:08:35 +0800
  • b0683b0bb4 components/esp32,bootloader: fix build Ivan Grokhotkov 2016-09-15 02:37:54 +0800
  • 90e37d9eda fix whitespace after merge Ivan Grokhotkov 2016-09-15 02:17:08 +0800
  • cf22e4445a Merge branch 'master' into feature/logging Ivan Grokhotkov 2016-09-15 02:15:50 +0800
  • 0290a34b55 components/esp32: clean up cpu_start Ivan Grokhotkov 2016-09-15 01:59:42 +0800
  • 716cec5ded components/log: add implementation, update a few components to use it Ivan Grokhotkov 2016-09-15 00:53:33 +0800
  • db2da43fc1 components/openssl: add API header for openssl compatibility layer dongheng 2016-09-14 19:39:24 +0800
  • 2efaf42253 Merge remote-tracking branch 'origin/feature/mbedtls' Wu Jian Gang 2016-09-14 18:05:56 +0800
  • b3e671e725 esp32/lib: update to 3372298f Wu Jian Gang 2016-09-14 17:51:51 +0800
  • 066f3358a7 components/esp32: use APB_CLK_FREQ instead of a number Ivan Grokhotkov 2016-09-13 20:53:25 +0800
  • 5ab769516d components/esp32: add CPU frequency selection in menuconfig Ivan Grokhotkov 2016-09-13 18:10:58 +0800
  • e04e6b0c7f Merge branch 'feature/wifi_lib_update' into 'master' Wu Jian Gang 2016-09-14 17:53:01 +0800
  • 8051a8b91e Merge branch 'bugfix/tw7058_mode_fatal' into 'master' Wu Jian Gang 2016-09-14 17:46:12 +0800
  • 6bfe892099 esp32/lib: update to 1303c92c Wu Jian Gang 2016-09-14 16:57:00 +0800
  • 6104370ac9 Merge branch 'feature/support_vendor_ie_api' into 'master' Wu Jian Gang 2016-09-14 16:53:53 +0800
  • 064d2b4ecb dhcpserver: Fix crash when switching wifi mode Xu Chun Guang 2016-09-14 16:14:50 +0800
  • 67a26d52ac mbedtls: Temporarily disable default hardware crypto SHA & bignum Angus Gratton 2016-09-14 17:52:39 +1000
  • f01cabf71d mbedtls hwcrypto sha512: Fix redirection of function names Angus Gratton 2016-09-14 17:52:24 +1000
  • 126a68ca1f mbedtls upstream tweak: Move mbedtls_sha512_process in sha512.h Angus Gratton 2016-09-14 17:51:27 +1000
  • 56586a10ac Format code by using 4 spaces instead qiyueixa 2016-09-14 14:42:17 +0800
  • 4d4506954a Merge branch 'driver_merge_tmp/merge_soc_header' into 'master' Wu Jian Gang 2016-09-14 14:12:39 +0800
  • f32823ff6c modify character conversion error and typo Wangjialin 2016-09-14 13:16:34 +0800
  • c13ab62e4c modify i2s_reg.h, rebase to master Wangjialin 2016-09-14 02:34:24 +0800
  • 41d397cf3f 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). Wangjialin 2016-09-13 23:02:03 +0800
  • f02e5cdec7 Rename vender_ie_type_t and vendor_ie_id_t to wifi_vendor_ie_type_t and wifi_vendor_ie_id_t respectively qiyueixa 2016-09-14 11:30:19 +0800
  • d866fe84a4 modify arguments for vendor ie APIs by using enum instead qiyueixa 2016-09-13 17:11:53 +0800
  • fb64393f63 Merge branch 'feature/adjust_task_priority' into 'master' Wu Jian Gang 2016-09-14 13:28:50 +0800
  • 01cc811ee0 esp32: fix typo Wu Jian Gang 2016-09-14 13:26:17 +0800
  • c1a874fb9e esp32: fix kconfig Wu Jian Gang 2016-09-14 12:55:41 +0800
  • 2fc60ba938 Merge branch master into feature/logging Ivan Grokhotkov 2016-09-14 12:19:43 +0800
  • d2d231de29 define lwip task priority in esp_task.h liuzhifu 2016-09-14 09:36:54 +0800
  • 8ed5010356 components: esp32 - fix build error liuzhifu 2016-09-01 15:48:59 +0800
  • 4a98027242 components: lwip - Modify lwip task priority and stack definition method liuzhifu 2016-09-01 14:48:12 +0800
  • 2a15eda8bc components: esp32 liuzhifu 2016-09-01 14:37:19 +0800
  • 109691f9bc components: esp32 liuzhifu 2016-09-01 14:18:16 +0800
  • 9cf997a6fc components: esp32/lwip liuzhifu 2016-09-01 14:09:21 +0800
  • 56a684d9eb task priority: modify lwip/wifi/event task priority liuzhifu 2016-08-31 19:38:43 +0800
  • 058a411786 Merge branch 'feature/add_wifi_api_comments' into 'master' Wu Jian Gang 2016-09-14 11:17:29 +0800
  • d7cfe08b13 Merge branch 'bugfix/add_tx_flowcontrol' into 'master' Angus Gratton 2016-09-14 09:01:42 +0800
  • 66b6a4c642 Merge branch 'feature/esptool_upstream' Angus Gratton 2016-09-14 10:28:41 +1000
  • d7f7c36af0 gitlab-ci: fix setting GitHub deploy key Ivan Grokhotkov 2016-09-13 21:24:57 +0800
  • ed8e8848e3 fix typos Wu Jian Gang 2016-09-13 20:54:20 +0800
  • ab12f6e9c1 Merge branch 'bugfix/spi_flash_unlock_once' into 'master' Ivan Grokhotkov 2016-09-13 18:14:22 +0800
  • b56098a612 Merge remote-tracking branch 'origin/master' into feature/mbedtls Wu Jian Gang 2016-09-13 16:31:48 +0800
  • bf5e83a6ed callback: add a void* pointer with each callback Wu Jian Gang 2016-09-13 15:57:11 +0800
  • c56a790f64 header: callbacks use "void *" as arguments Wu Jian Gang 2016-09-12 17:25:51 +0800
  • c5f8396df4 header: format and fix typos Wu Jian Gang 2016-09-12 16:43:32 +0800
  • ded5df7513 add wifi api comments liuzhifu 2016-09-07 20:33:13 +0800
  • b86e060647 add wifi api comments liuzhifu 2016-09-07 17:29:08 +0800
  • 9027be98d1 Merge branch 'bugfix/ci_update_for_wifi_revision' into 'master' Ivan Grokhotkov 2016-09-13 16:05:17 +0800
  • 29c6eab6dc components/spi_flash: call SPIUnlock only once Ivan Grokhotkov 2016-09-13 15:16:36 +0800
  • b6b83c33be Merge branch 'feature/bootloader_config' into 'master' Angus Gratton 2016-09-13 14:31:18 +0800
  • f9013d9ff8 Merge branch 'feature/dualcore_spi_flash_api' into 'master' Ivan Grokhotkov 2016-09-13 13:58:54 +0800
  • ce2153c447 components/spi_flash: improve comments and readability Ivan Grokhotkov 2016-09-13 12:47:21 +0800
  • 7ba471d531 esp32 cpu_start: Include rom/uart.h, remove inline ROM function declarations Angus Gratton 2016-09-13 13:48:28 +1000
  • 3061ae40c0 bootloader: Add bootloader Kconfig Angus Gratton 2016-09-13 13:46:51 +1000
  • 174a0e3f8b Fix bug where nesting vTaskEnterCritical calls would not re-enable interrupts after vTaskExitCritical sections. Jeroen Domburg 2016-09-13 10:22:38 +0800
  • 1f6fca672d installed gitlab key in global before_script, don't need to overwrite in template before_script Yinling 2016-09-13 10:06:09 +0800
  • 417dcee450 ci: Use github repo for wifi libraries on master branch, gitlab repo otherwise Angus Gratton 2016-09-13 11:34:28 +1000
  • 23d5c7579b components/esp32,spi_flash: update some comments Ivan Grokhotkov 2016-09-12 19:54:35 +0800
  • 1b6022bd07 components/esp32: remove dependency of WIFI_ENABLED on FREERTOS_UNICORE Ivan Grokhotkov 2016-09-12 19:53:38 +0800
  • 4598f9fc88 esp32/lib: Bump WiFi revision Wu Jian Gang 2016-09-12 19:32:05 +0800
  • 19bbe64a56 update ci: build ssc with idf submodule wifi lib Yinling 2016-09-12 19:09:28 +0800
  • e9f2645b21 components/esp32: add inter-processor call API and implement spi_flash through it Ivan Grokhotkov 2016-09-12 18:54:45 +0800
  • 19f9ca0200 Merge branch 'bugfix/wifi_revision' into 'master' Wu Jian Gang 2016-09-12 18:52:40 +0800
  • b8f5974a62 Merge branch 'feature/add_rom_comments' into 'master' Wu Jian Gang 2016-09-12 18:14:02 +0800
  • bd8febe58c add MACRO to get flash pad number from efuse value Jack 2016-09-12 13:54:08 +0800
  • d0442602c7 add comments to register read/write operations Jack 2016-09-06 20:21:47 +0800
  • 04b53643ef header files: clean up Wu Jian Gang 2016-09-05 16:20:26 +0800
  • 24011ddd05 header files: modify rom code and soc header files jack 2016-08-31 21:53:23 +0800
  • fe3380d32e Merge branch 'bugfix/realloc' into 'master' Jeroen Domburg 2016-09-12 17:08:57 +0800
  • bab3faba58 add_path.sh: Use non-bash-specific instructions Angus Gratton 2016-09-12 18:39:13 +1000
  • bdc4ecb9dd CI for SSC: Allow for submodules & using the gitlab repo's libraries Angus Gratton 2016-09-12 18:04:09 +1000
  • fcf278848d Merge branch 'master' into feature/esptool_upstream Angus Gratton 2016-09-12 18:02:10 +1000
  • 5810dbef05 make: Add macro to test for & try to fix up files required for submodules Angus Gratton 2016-09-12 17:48:40 +1000
  • f293d530f8 esp32/lib: Bump WiFi revision Angus Gratton 2016-09-12 17:31:43 +1000
  • 9c51f8a7a3 Merge branch 'master' into feature/mbedtls Angus Gratton 2016-09-09 17:09:56 +1000
  • 56fcae19af Merge branch 'bug/storage_enum' into 'master' Wu Jian Gang 2016-09-12 11:49:22 +0800
  • 7c607e4d63 Change the enum of wifi_storage_t to be the same as that in wifi lib. xiaxiaotian 2016-09-12 11:38:13 +0800
  • 86f434c9be Merge branch 'feature/ci_add_function_test' into 'master' Ivan Grokhotkov 2016-09-12 11:30:09 +0800
  • 1c6859573b freertos: protect calls to prvAddTaskToReadyList with xTaskQueueMutex Ivan Grokhotkov 2016-09-05 10:22:37 +0800
  • 32f01c61a2 add comments about current tx flow control liuzhifu 2016-09-09 17:54:13 +0800
  • e38c4b0365 modify esp32_tx_flow_ctrl to static function and move extern api to header file liuzhifu 2016-09-09 14:31:10 +0800
  • 19c8476344 modify macro ESP32_TX_FLOW_CTRL to inline function liuzhifu 2016-09-09 10:20:14 +0800
  • a28ef1776e lwip: add socket tx flow control liuzhifu 2016-09-07 13:07:30 +0800
  • 9664de6867 Add working portASSERT_IF_IN_ISR function, fix enter_critical thing even better. Jeroen Domburg 2016-09-05 12:30:57 +0800
  • 128bb77c5a Fix prev code to not crash horribly when scheduler is not running yet Jeroen Domburg 2016-09-05 11:58:40 +0800
  • 08ec33c6a2 Make vTaskEnterCritical callable from ISR Jeroen Domburg 2016-09-05 11:46:08 +0800
  • be4dfed822 Merge branch 'master' into feature/dualcore_spi_flash_api Ivan Grokhotkov 2016-09-09 17:14:16 +0800
  • db93bceb55 Merge branch 'bugfix/lwip_esp8266_flag' into 'master' Jeroen Domburg 2016-09-09 14:47:27 +0800
  • 47db66e495 esp32: modify realloc behaves just like malloc when pass a null pointer for ptr. liuhan 2016-09-08 10:50:52 +0800
  • 46a9754b8e hwcrypto sha: Fix initialisation of SHA hardware in esp_shaX_start functions Angus Gratton 2016-09-09 14:27:34 +1000
  • eb47a25012 mbedtls: Revert changes to upstream library sources. Angus Gratton 2016-09-09 14:10:44 +1000
  • 6f006c25fb json & expat: Update component.mk after merging from master Angus Gratton 2016-09-09 14:07:45 +1000