Commit Graph

  • 3b22173a93 components/lwip: fix grammar Ivan Grokhotkov 2016-09-20 16:53:56 +08:00
  • 6b42b90595 Merge branch 'master' into bugfix/lwip_so_reuse Ivan Grokhotkov 2016-09-20 16:24:21 +08:00
  • 316d3f9c4a components/lwip: make SO_REUSE configurable via menuconfig Ivan Grokhotkov 2016-09-20 15:36:55 +08:00
  • f64e1c54b7 lwip: add license and add lwip_debug.h liuzhifu 2016-09-20 15:36:49 +08:00
  • 50c7583f4d lwip: add debug code to show udp/tcp pcbs liuzhifu 2016-09-20 14:51:03 +08:00
  • dcf34b1be1 bootloader: remove trailing newlines from log messages Ivan Grokhotkov 2016-09-20 14:18:23 +08:00
  • 45df01ef68 Merge branch 'feature/ci_test_trigger' into 'master' Ivan Grokhotkov 2016-09-20 14:11:24 +08:00
  • 6ca02748ac Merge branch 'bugfix/newlib_fd_memory_leak' into 'master' Ivan Grokhotkov 2016-09-20 12:12:06 +08:00
  • f5f625ead5 kconfig: fix build on macOS Ivan Grokhotkov 2016-09-20 11:20:31 +08:00
  • e8ae38024d components/freertos: override per-task __cleanup handler to close stdin, stdout, stderr Ivan Grokhotkov 2016-09-19 19:28:36 +08:00
  • 948be5c0c4 modify typo Wangjialin 2016-09-19 17:50:18 +08:00
  • 2be163f6cc add gpio driver code Wangjialin 2016-09-19 17:33:21 +08:00
  • b1ac144874 Merge branch 'driver_merge_tmp/merge_struct_header' into 'master' Ivan Grokhotkov 2016-09-19 15:34:37 +08:00
  • ff2750ab07 components/esp32: move peripheral symbols to separate ld script Ivan Grokhotkov 2016-09-19 15:05:32 +08:00
  • dfab57cd93 Merge branch 'features/lwip-SO_REUSEADDR' into 'master' Jeroen Domburg 2016-09-19 10:42:35 +08:00
  • c2bc965c2c Merge branch 'bugfix/rom_gpio' into 'master' Angus Gratton 2016-09-19 10:41:34 +08:00
  • 0c71709b63 Merge branch 'bugfix/windows' into 'master' Angus Gratton 2016-09-19 10:41:14 +08:00
  • 14e003fcf2 components/log: regroup macros for better readability Ivan Grokhotkov 2016-09-19 08:53:09 +08:00
  • d9338e64e5 gitlab-ci: allow running tests for branches, triggered via API Ivan Grokhotkov 2016-09-18 23:12:50 +08:00
  • 1188bdfc68 components/log: fix timestamp calculation Ivan Grokhotkov 2016-09-18 21:06:43 +08:00
  • 26bf85bad6 components/log: set default runtime log level to ESP_LOG_VERBOSE Ivan Grokhotkov 2016-09-18 21:01:28 +08:00
  • 3cdefd9923 components/log: fix error when using ESP_LOGx from C++ code Ivan Grokhotkov 2016-09-18 20:51:57 +08:00
  • c72590c1b9 Merge branch 'bugfix/fix_memory_debug_macro_issue' into 'master' Ivan Grokhotkov 2016-09-18 20:25:20 +08:00
  • 69278b28bf components/log: fix bugs, add options to override log level for files, components, and bootloader Ivan Grokhotkov 2016-09-18 20:24:31 +08:00
  • 015ae7e0d0 fix ledc and spi typo Wangjialin 2016-09-18 19:24:43 +08:00
  • 94bcb14bcc remove prefix and postfix Wangjialin 2016-09-18 19:05:37 +08:00
  • 4d4c6a3694 Enable SO_REUSEADDR in LWIP Jeroen Domburg 2016-09-18 16:43:48 +08:00
  • 4c74ec9415 freertos: fix memory debug macro issue Define configENABLE_MEMORY_DEBUG according to CONFIG_ENABLE_MEMORY_DEBUG liuzhifu 2016-09-18 15:35:42 +08:00
  • 9938f512f3 peripheral structure headers: move volatile keyword from members to typedef Ivan Grokhotkov 2016-09-18 12:36:33 +08:00
  • f703acd344 Adding -fstrict-volatile-bitfields to the CFLAGS/CXXFLAGS. Without this, gcc tries to access bitfields using the smallest possible methods (eg l8i to grab an 8-bit field from a 32-bit). Our hardware does not like that. This flag tells gcc that if a bitfield is volatile, it should always use the type the field is defined at (uint32_t in our case) to size its access to the field. This fixes accessing the hardware through the xxx_struct.h headers. Jeroen Domburg 2016-09-18 12:10:01 +08:00
  • 489b4f31a9 add peripheral module struct headers Wangjialin 2016-09-18 03:14:18 +08:00
  • 6cf5d44b31 build system docs: Add note about no spaces in component names Angus Gratton 2016-09-16 18:22:16 +10:00
  • 90017397e5 Docs: Add note about unusual submodule messages when cloning on Windows Angus Gratton 2016-09-16 18:05:52 +10:00
  • cdd1b95b6e config system: Support Windows when CRLFs used for eol markers Angus Gratton 2016-09-16 17:56:50 +10:00
  • 567cabb3f5 docs: Add note about esp-idf not supporting spaces in paths Angus Gratton 2016-09-16 14:31:46 +10:00
  • 6cffb5d8b4 rom/gpio.h: Use new GPIO_PIN0_REG register name Angus Gratton 2016-09-16 09:43:52 +10:00
  • 7fade89fb6 Merge branch 'bugfix/github_deploy' into 'master' Ivan Grokhotkov 2016-09-15 14:08:35 +08:00
  • b0683b0bb4 components/esp32,bootloader: fix build Ivan Grokhotkov 2016-09-15 02:37:54 +08:00
  • 90e37d9eda fix whitespace after merge Ivan Grokhotkov 2016-09-15 02:17:08 +08:00
  • cf22e4445a Merge branch 'master' into feature/logging Ivan Grokhotkov 2016-09-15 02:15:50 +08:00
  • 0290a34b55 components/esp32: clean up cpu_start Ivan Grokhotkov 2016-09-15 01:59:42 +08:00
  • 716cec5ded components/log: add implementation, update a few components to use it Ivan Grokhotkov 2016-09-15 00:53:33 +08:00
  • db2da43fc1 components/openssl: add API header for openssl compatibility layer dongheng 2016-09-14 19:39:24 +08:00
  • 2efaf42253 Merge remote-tracking branch 'origin/feature/mbedtls' Wu Jian Gang 2016-09-14 18:05:56 +08:00
  • b3e671e725 esp32/lib: update to 3372298f Wu Jian Gang 2016-09-14 17:51:51 +08:00
  • 066f3358a7 components/esp32: use APB_CLK_FREQ instead of a number Ivan Grokhotkov 2016-09-13 20:53:25 +08:00
  • 5ab769516d components/esp32: add CPU frequency selection in menuconfig Ivan Grokhotkov 2016-09-13 18:10:58 +08:00
  • e04e6b0c7f Merge branch 'feature/wifi_lib_update' into 'master' Wu Jian Gang 2016-09-14 17:53:01 +08:00
  • 8051a8b91e Merge branch 'bugfix/tw7058_mode_fatal' into 'master' Wu Jian Gang 2016-09-14 17:46:12 +08:00
  • 6bfe892099 esp32/lib: update to 1303c92c Wu Jian Gang 2016-09-14 16:57:00 +08:00
  • 6104370ac9 Merge branch 'feature/support_vendor_ie_api' into 'master' Wu Jian Gang 2016-09-14 16:53:53 +08:00
  • 064d2b4ecb dhcpserver: Fix crash when switching wifi mode Xu Chun Guang 2016-09-14 16:14:50 +08:00
  • 67a26d52ac mbedtls: Temporarily disable default hardware crypto SHA & bignum Angus Gratton 2016-09-14 17:52:39 +10:00
  • f01cabf71d mbedtls hwcrypto sha512: Fix redirection of function names Angus Gratton 2016-09-14 17:52:24 +10:00
  • 126a68ca1f mbedtls upstream tweak: Move mbedtls_sha512_process in sha512.h Angus Gratton 2016-09-14 17:51:27 +10:00
  • 56586a10ac Format code by using 4 spaces instead qiyueixa 2016-09-14 14:42:17 +08:00
  • 4d4506954a Merge branch 'driver_merge_tmp/merge_soc_header' into 'master' Wu Jian Gang 2016-09-14 14:12:39 +08:00
  • f32823ff6c modify character conversion error and typo Wangjialin 2016-09-14 13:16:34 +08:00
  • c13ab62e4c modify i2s_reg.h, rebase to master Wangjialin 2016-09-14 02:34:24 +08:00
  • 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 +08:00
  • 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 +08:00
  • d866fe84a4 modify arguments for vendor ie APIs by using enum instead qiyueixa 2016-09-13 17:11:53 +08:00
  • fb64393f63 Merge branch 'feature/adjust_task_priority' into 'master' Wu Jian Gang 2016-09-14 13:28:50 +08:00
  • 01cc811ee0 esp32: fix typo Wu Jian Gang 2016-09-14 13:26:17 +08:00
  • c1a874fb9e esp32: fix kconfig Wu Jian Gang 2016-09-14 12:55:41 +08:00
  • 2fc60ba938 Merge branch master into feature/logging Ivan Grokhotkov 2016-09-14 12:19:43 +08:00
  • d2d231de29 define lwip task priority in esp_task.h liuzhifu 2016-09-14 09:36:54 +08:00
  • 8ed5010356 components: esp32 - fix build error liuzhifu 2016-09-01 15:48:59 +08:00
  • 4a98027242 components: lwip - Modify lwip task priority and stack definition method liuzhifu 2016-09-01 14:48:12 +08:00
  • 2a15eda8bc components: esp32 liuzhifu 2016-09-01 14:37:19 +08:00
  • 109691f9bc components: esp32 liuzhifu 2016-09-01 14:18:16 +08:00
  • 9cf997a6fc components: esp32/lwip liuzhifu 2016-09-01 14:09:21 +08:00
  • 56a684d9eb task priority: modify lwip/wifi/event task priority liuzhifu 2016-08-31 19:38:43 +08:00
  • 058a411786 Merge branch 'feature/add_wifi_api_comments' into 'master' Wu Jian Gang 2016-09-14 11:17:29 +08:00
  • d7cfe08b13 Merge branch 'bugfix/add_tx_flowcontrol' into 'master' Angus Gratton 2016-09-14 09:01:42 +08:00
  • 66b6a4c642 Merge branch 'feature/esptool_upstream' Angus Gratton 2016-09-14 10:28:41 +10:00
  • d7f7c36af0 gitlab-ci: fix setting GitHub deploy key Ivan Grokhotkov 2016-09-13 21:24:57 +08:00
  • ed8e8848e3 fix typos Wu Jian Gang 2016-09-13 20:54:20 +08:00
  • ab12f6e9c1 Merge branch 'bugfix/spi_flash_unlock_once' into 'master' Ivan Grokhotkov 2016-09-13 18:14:22 +08:00
  • b56098a612 Merge remote-tracking branch 'origin/master' into feature/mbedtls Wu Jian Gang 2016-09-13 16:31:48 +08:00
  • bf5e83a6ed callback: add a void* pointer with each callback Wu Jian Gang 2016-09-13 15:57:11 +08:00
  • c56a790f64 header: callbacks use "void *" as arguments Wu Jian Gang 2016-09-12 17:25:51 +08:00
  • c5f8396df4 header: format and fix typos Wu Jian Gang 2016-09-12 16:43:32 +08:00
  • ded5df7513 add wifi api comments liuzhifu 2016-09-07 20:33:13 +08:00
  • b86e060647 add wifi api comments liuzhifu 2016-09-07 17:29:08 +08:00
  • 9027be98d1 Merge branch 'bugfix/ci_update_for_wifi_revision' into 'master' Ivan Grokhotkov 2016-09-13 16:05:17 +08:00
  • 29c6eab6dc components/spi_flash: call SPIUnlock only once Ivan Grokhotkov 2016-09-13 15:16:36 +08:00
  • b6b83c33be Merge branch 'feature/bootloader_config' into 'master' Angus Gratton 2016-09-13 14:31:18 +08:00
  • f9013d9ff8 Merge branch 'feature/dualcore_spi_flash_api' into 'master' Ivan Grokhotkov 2016-09-13 13:58:54 +08:00
  • ce2153c447 components/spi_flash: improve comments and readability Ivan Grokhotkov 2016-09-13 12:47:21 +08:00
  • 7ba471d531 esp32 cpu_start: Include rom/uart.h, remove inline ROM function declarations Angus Gratton 2016-09-13 13:48:28 +10:00
  • 3061ae40c0 bootloader: Add bootloader Kconfig Angus Gratton 2016-09-13 13:46:51 +10:00
  • 174a0e3f8b Fix bug where nesting vTaskEnterCritical calls would not re-enable interrupts after vTaskExitCritical sections. Jeroen Domburg 2016-09-13 10:22:38 +08:00
  • 1f6fca672d installed gitlab key in global before_script, don't need to overwrite in template before_script Yinling 2016-09-13 10:06:09 +08:00
  • 417dcee450 ci: Use github repo for wifi libraries on master branch, gitlab repo otherwise Angus Gratton 2016-09-13 11:34:28 +10:00
  • 23d5c7579b components/esp32,spi_flash: update some comments Ivan Grokhotkov 2016-09-12 19:54:35 +08:00
  • 1b6022bd07 components/esp32: remove dependency of WIFI_ENABLED on FREERTOS_UNICORE Ivan Grokhotkov 2016-09-12 19:53:38 +08:00
  • 4598f9fc88 esp32/lib: Bump WiFi revision Wu Jian Gang 2016-09-12 19:32:05 +08:00
  • 19bbe64a56 update ci: build ssc with idf submodule wifi lib Yinling 2016-09-12 19:09:28 +08:00
  • e9f2645b21 components/esp32: add inter-processor call API and implement spi_flash through it Ivan Grokhotkov 2016-09-12 18:54:45 +08:00