Commit Graph

  • 63e9806d85 esp_random: XOR the RNG register value several times before returning it Angus Gratton 2017-01-04 16:30:07 +11:00
  • 3922ce47b2 bootloader: Enable early boot RNG entropy source Angus Gratton 2017-01-04 15:36:04 +11:00
  • 83442526e0 bootloader: Allow custom baud rate on UART 0 Angus Gratton 2017-01-04 16:16:41 +11:00
  • 2e3ca1c2f7 bootloader: Boost bootloader CPU to 80MHz Angus Gratton 2017-01-04 15:36:40 +11:00
  • bf3093feca Merge branch 'driver_merge_tmp/merge_i2c' into 'master' Wang Jia Lin 2017-01-03 16:44:08 +08:00
  • 16de41941e CI: fix bug that test report job failed Yinling 2017-01-02 16:25:26 +08:00
  • b9a6d276a2 CI: update known issues Yinling 2017-01-02 13:15:10 +08:00
  • c47bc43afd CI: fix bug that restore initial condition fail: Yinling 2017-01-02 13:12:30 +08:00
  • 2407faf6c6 Merge branch 'feature/print_halt_abort' into 'master' Angus Gratton 2017-01-03 13:44:34 +08:00
  • 19fa6e254d Merge branch 'feature/make_monitor' into 'master' Angus Gratton 2017-01-03 08:43:49 +08:00
  • 189543f317 Merge branch 'bugfix/remove_keep_ram_sections' into 'master' Angus Gratton 2017-01-03 08:38:56 +08:00
  • 5e96070c27 linker script: Remove KEEP from RAM-resident sections Angus Gratton 2016-12-30 10:38:21 +11:00
  • 4f7314a760 README: Add a note about parallel builds Angus Gratton 2016-12-30 12:19:39 +11:00
  • 03551ec2da build system: Add 'make monitor' target from arduino-esp32 Angus Gratton 2016-12-30 12:19:02 +11:00
  • 7883a5bae5 Merge branch 'feature/esptool_reset_options' into 'master' Angus Gratton 2017-01-03 07:48:10 +08:00
  • 9c7cc86793 1. modify i2c_set_pin function 2. update example comments and other minor changes 3. rename API: i2c_cmd_link_create/i2c_cmd_link_delete (+4 squashed commits) Wangjialin 2016-12-16 23:41:04 +08:00
  • fa72a98635 component/bt: remove source codes from esp-audio modules; wangmengyang 2017-01-02 14:20:28 +08:00
  • d0b10ba2dd components/coap: Add libcoap port for ESP32 platform liuhan 2016-12-24 14:43:53 +08:00
  • 2b41c1b8b2 components/coap: Add libcoap library as submodule liuhan 2016-12-24 12:58:37 +08:00
  • 6b87419d42 CI build_examples: Don't stop on first failed example, print failure summary Angus Gratton 2016-12-30 16:13:07 +11:00
  • eb8324e2c2 examples: Fix build errors that weren't being caught by CI Angus Gratton 2016-12-30 16:12:48 +11:00
  • 79d6d9f701 CI build_examples: Correctly detect example build failures Angus Gratton 2016-12-30 15:20:49 +11:00
  • 370cf5493f Merge branch 'driver/i2s' into 'master' Ivan Grokhotkov 2016-12-30 11:39:49 +08:00
  • 3783e28f0e bootloader: Check all partitions fit inside configured flash size Angus Gratton 2016-12-30 13:16:22 +11:00
  • 76e61ded30 bootloader: Call esp_partition_table_basic_verify() as part of standard boot Angus Gratton 2016-12-30 13:15:01 +11:00
  • d245f016ea esptool: Add new options to reset before/after, detect flash size Angus Gratton 2016-12-20 18:02:47 +11:00
  • 2350288a33 examples: Move sdkconfig.defaults support into build system Angus Gratton 2016-12-21 12:46:24 +11:00
  • d0fccbce15 examples: Add OTA demo Chen Wu 2016-12-19 15:40:21 +08:00
  • 5462d98e5a Add i2s driver Tuan PM 2016-12-29 17:29:14 +08:00
  • 8bcd341fca Merge branch 'buffix/uart_frm_err_parity_err_mismatch' into 'master' Wang Jia Lin 2016-12-29 13:15:48 +08:00
  • c1370c5561 Merge branch 'feature/osx_brew_reqs' into 'master' Ivan Grokhotkov 2016-12-29 12:36:30 +08:00
  • 48c4a10827 Merge branch 'feature/gpio_intr_function' into 'master' Ivan Grokhotkov 2016-12-29 12:36:04 +08:00
  • 156845f754 Merge branch 'bugfix/doc_template' into 'master' Ivan Grokhotkov 2016-12-29 12:33:51 +08:00
  • 0b79a108b8 Merge branch 'feature/add_ip_frag_option' into 'master' Wu Jian Gang 2016-12-29 11:26:06 +08:00
  • ade7ee2092 gpio_driver: add per-pin interrupt handlers Wangjialin 2016-12-24 20:45:57 +08:00
  • 1c08cf2f79 Merge branch 'bugfix/uart_intr_config' into 'master' Angus Gratton 2016-12-29 05:36:26 +08:00
  • 3cfe738fcf Merge branch 'bugfix/minor_issues' into 'master' Angus Gratton 2016-12-28 13:18:34 +08:00
  • 2d7681249a Merge branch 'bugfix/freertos_tick_period' into 'master' Angus Gratton 2016-12-28 08:28:04 +08:00
  • 06e03ff52e Replace backwards-compatible portTICK_RATE_MS with FreeRTOS v8+ portTICK_PERIOD_MS Angus Gratton 2016-12-22 12:42:21 +11:00
  • e6b09dc258 FreeRTOS: Default to canary byte stack overflow checking Angus Gratton 2016-12-22 14:47:14 +11:00
  • 665dcc5712 linux docs: Add note about precompiled gdb on Arch Angus Gratton 2016-12-22 14:20:00 +11:00
  • 9496fda662 RMT driver: Rename rmt_set_evt_intr_en to rmt_set_tx_thr_intr_en Angus Gratton 2016-12-22 13:54:42 +11:00
  • 948a2ba23a uart driver: Remove invalid UART_BITRATE_115200 enum from example Angus Gratton 2016-12-22 13:44:50 +11:00
  • 6395081503 uart driver: Set type of uart_driver_install queue param Angus Gratton 2016-12-22 13:43:42 +11:00
  • 45571b3c38 LEDC driver: Use ledc_channel_t for all channel arguments Angus Gratton 2016-12-22 13:30:24 +11:00
  • 41eca2c67b RMT: Don't require carrier_freq_hz to be non-zero if carrier_en unset Angus Gratton 2016-12-22 13:21:11 +11:00
  • ff1fa8a323 gpio driver: Fix gpio_set_level validation of gpio_num argument Angus Gratton 2016-12-22 13:05:19 +11:00
  • 1e44f72e98 esp_wifi_init: Update comment about init event_q Angus Gratton 2016-12-22 12:37:03 +11:00
  • c1a6d55116 WiFi interface: SSID and password fields should be uint8_t in all cases Angus Gratton 2016-12-22 12:34:11 +11:00
  • da977149f6 panic handlers: Print the PC address where abort() was called, don't dump registers Angus Gratton 2016-12-06 16:33:24 -08:00
  • 6d0fd80af4 Merge branch 'bugfix/tw9313_dual_core_issue' into 'master' Jiang Jiang Jian 2016-12-27 22:06:55 +08:00
  • 6a39bc6996 Clarification on documenting examples Krzysztof 2016-12-27 12:32:40 +01:00
  • d7c1c0b1f6 component/bt: fix API typos, add license headers and fix some log messages wangmengyang 2016-12-27 13:48:07 +08:00
  • 835fa31d56 Merge branch 'feature/save_and_commit_CI_test_result' into 'master' Ivan Grokhotkov 2016-12-27 12:23:38 +08:00
  • d049fd3929 freertos: rework code based on review Liu Zhi Fu 2016-12-27 12:11:07 +08:00
  • 9b6247a507 component/bt: modify comment formats for API headers wangmengyang 2016-12-26 22:02:40 +08:00
  • c94e0177c2 component/bt: Merge branch 'master' into feature/btdm_a2dp wangmengyang 2016-12-26 20:35:28 +08:00
  • d2e58193d2 add more protection for per-core data Liu Zhi Fu 2016-12-26 19:04:41 +08:00
  • 0ad3017df7 component/bt: A2DP code original in example project moved to component/bt directory; wangmengyang 2016-12-26 17:40:28 +08:00
  • 6163d214b3 component/bt: API clean up for the A2DP example wangmengyang 2016-12-26 17:26:54 +08:00
  • 3ad6dbbaa1 Merge branch 'feature/ethernet_driver' into 'master' Wu Jian Gang 2016-12-26 15:50:21 +08:00
  • 15651b5923 lwip: add ip frag and reassembly option in menuconfig XiaXiaotian 2016-12-26 15:47:20 +08:00
  • 5ddf6daa98 feature/ethernet_driver: update ethernet driver shangke 2016-12-18 21:18:37 +08:00
  • 05fcdcfedb Merge branch 'bugfix/make_erase_flash' into 'master' Ivan Grokhotkov 2016-12-25 09:13:58 +08:00
  • 28aa7ba658 Merge branch 'bugfix/ci_use_gitlab_for_bt_lib_on_non_master_branch' into 'master' Ivan Grokhotkov 2016-12-24 02:32:11 +08:00
  • a1915f7f87 use gitlab repo for bt lib on non master barnch Yinling 2016-12-23 15:16:29 +08:00
  • e8b194d5e5 provide list of packages for homebrew Malte Janduda 2016-09-22 01:50:53 +02:00
  • 794f7dd294 bugfix: uart event mismatch Wangjialin 2016-12-22 12:08:15 +08:00
  • abb7668af7 build system: Fix bug where erase_flash was always invoked for flash Angus Gratton 2016-12-22 16:32:19 +11:00
  • 99f4c697ee freertos: enable dual core by default Liu Zhi Fu 2016-12-22 13:37:07 +08:00
  • 4cfbe80b0f Merge branch 'bugfix/bootloader_stack' into 'master' Angus Gratton 2016-12-22 12:15:18 +08:00
  • 578b627d9b Merge branch 'bugfix/build_system_tilde' into 'master' Angus Gratton 2016-12-22 12:14:16 +08:00
  • ab5915ff8b spi_flash: Standardise argument types & names used for flash offsets Angus Gratton 2016-12-22 12:28:08 +11:00
  • 2f9772860a Examples: Add READMEs for examples which did not have them Angus Gratton 2016-12-22 12:18:15 +11:00
  • 3a2fbda35c freertos: minor change according to review comments Liu Zhi Fu 2016-12-22 10:51:40 +08:00
  • 57817f7c53 generate test result and commit to CI-test-result: Yinling 2016-11-24 11:46:58 +08:00
  • 2cffaf9cc8 freertos: fix dual core issue Liu Zhi Fu 2016-12-22 10:17:39 +08:00
  • a760eb3980 Merge branch 'feature/erase_flash' into 'master' Ivan Grokhotkov 2016-12-22 09:53:25 +08:00
  • de8ecdd3c1 build system: Fix Windows case when IDF_PATH contains colons (ie C:/) Angus Gratton 2016-12-22 10:31:20 +11:00
  • 168190d7e4 Merge branch 'feature/uart' into 'master' Wang Jia Lin 2016-12-21 14:10:37 +08:00
  • 9dbdab5c9a driver: uart Wangjialin 2016-12-19 12:52:10 +08:00
  • 4f3ff1cf7e Merge branch 'bugfix/ringbuffer_receive_upto_api' into 'master' Angus Gratton 2016-12-21 10:01:13 +08:00
  • bae0149920 Merge branch 'bugfix/minor_fixes' into 'master' Angus Gratton 2016-12-21 06:54:33 +08:00
  • 51cd654658 Merge branch 'bugfix/ota_select_info_point_fix' into 'master' Angus Gratton 2016-12-21 06:54:21 +08:00
  • 198889ad26 bootloader: Check if DRAM segments are going to collide with stack Angus Gratton 2016-12-20 16:04:15 +11:00
  • cca883490e Merge branch 'bugfix/tcpip_adapter_set_ip_info' into 'master' Wu Jian Gang 2016-12-20 11:18:17 +08:00
  • ba08d1ae25 Merge branch 'feature/phy_init_data_update' into 'master' Ivan Grokhotkov 2016-12-20 10:26:16 +08:00
  • 41ce99db32 Merge branch 'feature/ulp' into 'master' Ivan Grokhotkov 2016-12-20 10:25:55 +08:00
  • 4c86aba160 Merge branch 'bugfix/exception_handling' into 'master' Jeroen Domburg 2016-12-20 09:22:41 +08:00
  • 7ba6be782e Merge branch 'feature/secure_boot_remote_sign' into 'master' Angus Gratton 2016-12-20 07:04:31 +08:00
  • 59e0f63d37 Build system: Add make erase_flash target Angus Gratton 2016-12-20 10:00:04 +11:00
  • d031530196 Merge branch 'feature/dhcpserver_null_gw' into 'master' Angus Gratton 2016-12-20 06:14:44 +08:00
  • 6a8a9a0272 bugfix: ring buffer, fix api xRingbufferReceiveUpToFromISR Wangjialin 2016-12-20 01:13:03 +08:00
  • 1597f7a035 Add IRAM_ATTR to esp_intr_{enable,disable} Deomid Ryabkov 2016-12-19 06:28:28 +00:00
  • 99849ca2cc Fix timer example; it had too little stack resulting in a stack overflow Jeroen Domburg 2016-12-19 18:17:54 +08:00
  • 93e72649dc Fix memory debugging code Jeroen Domburg 2016-12-19 18:13:36 +08:00
  • 4854dcf0eb Get rid of old interrupt example code Jeroen Domburg 2016-12-19 16:39:55 +08:00
  • 65fe6ab320 component/bt : modify demo for new api Tian Hao 2016-12-19 17:12:43 +08:00
  • c01dedcb06 component/bt : change api for V2.0 Tian Hao 2016-12-11 16:36:47 +08:00
  • bb584c4333 Fix exception handler to jump to correct vector instead of crashing to the double exception vector. Jeroen Domburg 2016-12-19 16:01:21 +08:00