Commit Graph

  • 9903ea1c11 Add --warn-undefined-variables to MAKEFLAGS Deomid Ryabkov 2016-12-03 22:11:22 +00:00
  • 167f2cf9e1 Merge branch 'bugfix/nvs_item_crc_check' into 'master' Angus Gratton 2017-09-05 12:09:40 +08:00
  • 5361c08989 heap: Support adding new heap regions at runtime Angus Gratton 2017-08-28 17:12:29 +10:00
  • 8433fed7f4 Merge branch 'bugfix/core_dump_loop' into 'master' Ivan Grokhotkov 2017-09-05 11:40:31 +08:00
  • 74a017e1e4 Merge branch 'bugfix/mbedtls_net_failures' into 'master' Angus Gratton 2017-09-05 11:28:43 +08:00
  • 9362d66812 Merge branch 'feature/adc_calibration' into 'master' Ivan Grokhotkov 2017-09-05 11:23:05 +08:00
  • c007213fed Merge branch 'bugfix/deep_sleep_wakeup_stub' into 'master' Ivan Grokhotkov 2017-09-05 11:22:52 +08:00
  • 70cdb03ffa Merge branch 'bugfix/openssl_client_example' into 'master' Ivan Grokhotkov 2017-09-05 11:15:55 +08:00
  • fb8b0c534a esp32: Fixes infinite loop caused by exception during core dumping Alexey Gerenkov 2017-09-04 20:05:36 +03:00
  • 51e8f439b8 Merge branch 'bugfix/cpu_clk_disable_spi' into 'master' Ivan Grokhotkov 2017-09-05 10:41:51 +08:00
  • d531b56d93 Merge branch 'bugfix/spinlock_performance' into 'master' Angus Gratton 2017-09-05 09:16:10 +08:00
  • 8ce09c2c1c mbedtls: Don't assign ctx->fd until connect() or bind() has succeeded Angus Gratton 2017-09-05 10:37:58 +10:00
  • 11a87ca811 Merge branch 'bugfix/bootloader_ota_sel' into 'master' Angus Gratton 2017-09-05 07:25:08 +08:00
  • e93c33050e ethernet: enable EMAC module clock on initialization Ivan Grokhotkov 2017-09-04 22:43:25 +08:00
  • b38186dc43 sdmmc: use periph_ctrl to enable peripheral when initializing the host Ivan Grokhotkov 2017-09-04 18:12:46 +08:00
  • 956a28a95c driver: add periph_ctrl support for SDMMC, SDIO slave, CAN, EMAC Ivan Grokhotkov 2017-09-04 18:12:15 +08:00
  • b834fcf78a fix(spi_master): this fix the SPI MOSI output missing bug. michael 2017-08-31 19:59:30 +08:00
  • f254555a41 Merge branch 'feature/btdm_add_set_local_MTU_API_for_gatt' into 'master' Jiang Jiang Jian 2017-09-04 21:32:23 +08:00
  • cf29dd47a9 apptrace lock acquire function was re-designed to minimize waiting time with disabled IRQs Alexey Gerenkov 2017-09-03 03:44:21 +03:00
  • b3c6748a0b ci: add extra unit test job Ivan Grokhotkov 2017-09-04 20:39:35 +08:00
  • 0e74ec67be Fix rebooting when PSRAM is active Jeroen Domburg 2017-09-04 19:00:47 +08:00
  • 9da1bf1a45 Merge branch 'bugfix/lwip_send_timeout' into 'master' Ivan Grokhotkov 2017-09-04 18:19:59 +08:00
  • a19aaf2072 esp32: Update wifi lib to use new spinlock implementation Angus Gratton 2017-08-31 10:49:42 +10:00
  • 4486d4cb10 portmux: Add vPortCPUAcquireMutexTimeout() function Angus Gratton 2017-07-20 16:34:45 +10:00
  • 397c0bfb4b freertos scheduler test: Free timer group interrupt handle when test finishes Angus Gratton 2017-06-26 14:09:02 +10:00
  • 5c996a1b29 freertos: Inline vPortCPUAcquireMutex/vPortCPUReleaseMutex into implementations Angus Gratton 2017-02-16 16:56:06 +11:00
  • db58a2732b freertos: vPortCPUReleaseMutex() no longer returns a value Angus Gratton 2017-02-16 16:03:02 +11:00
  • 4d42b2d100 freertos spinlock/portmux: Reduce spinlocking overhead Angus Gratton 2017-02-13 14:46:37 +11:00
  • f2952de3a5 freertos spinlocks/portmux: Add combination unit tests & microbenchmarks Angus Gratton 2017-02-13 16:53:33 +11:00
  • f487bb19d7 Merge branch 'bugfix/ci_build_examples_more' into 'master' Angus Gratton 2017-09-04 16:02:12 +08:00
  • 2806b57fc1 build system: Don't make menuconfig if "make clean" run with no sdkconfig Angus Gratton 2017-09-04 14:50:52 +10:00
  • 867b20837f build system: Explicitly disallow 'clean' along with non-cleaning targets Angus Gratton 2017-09-04 13:17:32 +10:00
  • 97efaab27b build system tests: Run inside PWD same as build_examples.sh Angus Gratton 2017-09-04 11:15:04 +10:00
  • 774c9d0a61 ci: Add two more example build jobs per CI pass Angus Gratton 2017-09-01 17:29:51 +10:00
  • c275ad4ca4 build system: Add dependencies to component clean steps Angus Gratton 2017-09-01 17:28:13 +10:00
  • 2544355301 build_examples: Small cleanups Angus Gratton 2017-09-01 13:42:39 +10:00
  • 3dfcc312c8 ota_ops: Fix get_selected_boot_partition() in case there is no factory partition Angus Gratton 2017-09-04 17:05:16 +10:00
  • 1cd2ce2471 bootloader: Fix regression preventing OTA updates Angus Gratton 2017-09-04 16:50:09 +10:00
  • 547b7b0246 match sys tick with lwip_send_timeout zhangyanjiao 2017-09-04 14:47:11 +08:00
  • c0269bc1cd nvs: check CRC of items on full pages Ivan Grokhotkov 2017-09-04 11:54:18 +08:00
  • c0510c4266 Merge branch 'feature/psram_in_address_space' into 'master' Jeroen Domburg 2017-09-04 14:18:23 +08:00
  • d523a5181b example/openssl_client: Fix http string "printf" error without end character '\0' Dong Heng 2017-09-04 13:29:19 +08:00
  • 153275b743 Merge branch 'bugfix/uart_5mbaud' into 'master' Jeroen Domburg 2017-09-04 12:06:33 +08:00
  • 34372a091c Add initial SPI RAM support. This adds support for an ESP-PSRAM32 chip connected to the default flash pins and GPIO 16 and 17. The RAM is mapped to address 0x3F800000, but otherwise ignored by esp-idf as of yet. Jeroen Domburg 2017-07-20 16:26:35 +08:00
  • f1c4eda373 Component/bt: add set local MTU API - add esp_ble_gatt_set_local_mtu( ) API - modify esp_ble_gattc_config_mtu(esp_gatt_if_t gattc_if, uint16_t conn_id) - modify gattc demo zhiweijian 2017-08-24 19:54:41 +08:00
  • 3a1de7dba3 Merge branch 'bugfix/btdm_fix_connection_parameters_update' into 'master' Jiang Jiang Jian 2017-09-01 20:15:30 +08:00
  • 73473ad351 Merge branch 'bugfix/btdm_optimize_gatt_security_server_demo' into 'master' Jiang Jiang Jian 2017-09-01 20:13:13 +08:00
  • b9ff771e2c deep sleep: don't use protected DPORT access in wake stub Ivan Grokhotkov 2017-09-01 18:35:42 +08:00
  • 518edac42f Add GD chip into qio data, so (at least my) ESP-WROVER uses QIO mode succesfully. Jeroen Domburg 2017-07-31 12:05:53 +08:00
  • 5666fc0a56 Merge branch 'feature/esp_timer_improvements' into 'master' Ivan Grokhotkov 2017-09-01 16:14:01 +08:00
  • fe140fe347 Fix off-by-one in 5MBaud arg checking; propagate errors better Jeroen Domburg 2017-08-31 11:29:12 +08:00
  • 4fbeaba77f Bugfix/ added esp_adc_cal include guards Darian Leung 2017-09-01 12:07:37 +08:00
  • 98e5c475b3 Merge branch 'feature/light_sleep' into 'master' Ivan Grokhotkov 2017-09-01 11:10:52 +08:00
  • f31efb697c newlib: rename esp_setup_time_syscalls to esp_set_time_from_rtc Ivan Grokhotkov 2017-08-29 11:48:18 +08:00
  • d2acf1ce77 sleep: add light sleep, factor out APIs common for deep/light sleep Ivan Grokhotkov 2017-04-21 12:32:50 +08:00
  • 65b046f17f dport access: introduce pause/resume instead of deinit Ivan Grokhotkov 2017-08-24 17:48:40 +08:00
  • f8b719d911 soc/rtc: add sleep flag to control powerdown of VDD_SDIO Ivan Grokhotkov 2017-08-25 07:14:29 +08:00
  • 06af8cd086 esp_timer: return signed timestamp (int64_t) Ivan Grokhotkov 2017-08-30 11:15:29 +08:00
  • c5632d3012 esp32: use ref_clock in esp_timer and delay tests Ivan Grokhotkov 2017-08-30 09:01:37 +08:00
  • 9a2c62cf2b unity: add reference clock for use in unit tests Ivan Grokhotkov 2017-08-21 22:33:03 +08:00
  • 1af6384349 esp_timer: lock-free implementation of esp_timer_get_time Ivan Grokhotkov 2017-08-30 08:43:02 +08:00
  • c743bdac88 soc/rtc: round APB clock frequency to nearest MHz Ivan Grokhotkov 2017-08-21 22:33:52 +08:00
  • d24e0dcc2c Merge branch 'bugfix/ci_build_examples' into 'master' Ivan Grokhotkov 2017-09-01 10:33:38 +08:00
  • d4e950d311 Merge branch 'feature/cxx_exceptions' into 'master' Ivan Grokhotkov 2017-09-01 00:27:41 +08:00
  • b76a672aed ci: disable sd card tests Ivan Grokhotkov 2017-08-31 23:50:56 +08:00
  • 3d8390fa8a ci: put example log files on the build volume Ivan Grokhotkov 2017-08-31 23:00:48 +08:00
  • c92fba3261 Merge branch 'feature/timeradd' into 'master' Ivan Grokhotkov 2017-08-31 13:57:19 +08:00
  • 0a5a705ca8 Merge branch 'bugfix/log_tag_change_level' into 'master' Ivan Grokhotkov 2017-08-31 10:45:55 +08:00
  • 1c718330a9 Merge branch 'bugfix/remove_at_build_from_ci' into 'master' Ivan Grokhotkov 2017-08-31 10:45:40 +08:00
  • 1cfe96b1d7 Merge branch 'bugfix/i2s_dac_channel' into 'master' Ivan Grokhotkov 2017-08-31 10:45:30 +08:00
  • b4857fc159 Merge branch 'bugfix/memory_issues_pr838' into 'master' Ivan Grokhotkov 2017-08-31 10:45:19 +08:00
  • e57a664798 Merge branch 'feature/freertos_interrupt_backtrace_opt' into 'master' Ivan Grokhotkov 2017-08-31 10:45:06 +08:00
  • 96f9ae3e30 Merge branch 'bugfix/minor_prs_github' into 'master' Angus Gratton 2017-08-31 07:11:30 +08:00
  • 32571dd004 Merge branch 'bugfix/uart_set_dtr_rts' into 'master' Angus Gratton 2017-08-31 06:50:24 +08:00
  • a88f4126c6 Merge branch 'bugfix/timer_group_example' into 'master' Angus Gratton 2017-08-31 06:49:26 +08:00
  • 1c9e821fb4 bugfix(timer group): remove floating-point in timer isr in example. Wangjialin 2017-08-05 00:21:52 +08:00
  • e183897924 README: Converting URLs from HTTP to HTTPS Josh Lospinoso 2017-05-18 14:33:37 -05:00
  • 4f812eb29c Remove redundant code line from uart.c Angus Gratton 2017-08-30 15:16:11 +10:00
  • c8d8fb58e7 Fixed incorrect value in comments for GPIO_NUM_33. Simon Werner 2017-06-07 16:56:05 +12:00
  • 3e6c515d5b Using a 128-bit UUID is not an error Deomid Ryabkov 2017-06-19 23:34:36 +01:00
  • f77020ee5f Add quotes to PATH declarations lf 2017-07-13 00:05:07 -05:00
  • eb8bd937c6 deep_sleep: RTC-GPIO pin calculation incorrect Geza Husi 2017-08-18 09:27:54 +02:00
  • c61b3e89f1 Typo fixes Lacy Rhoades 2017-07-23 20:33:20 -04:00
  • 76cb1bac2b Fix distinction between shared and non-shared interrupts in docs Patrick Hobusch 2017-06-15 15:21:31 +02:00
  • 762d5fcb4c Update documentation for esp_avrc_api phuzi 2017-07-27 09:54:10 +01:00
  • 1e3dd2a4fa Add missing debug log message for out-of-sockets case Stephen Casner 2017-08-11 14:06:06 -07:00
  • 8c1acb0363 Provide a default for CONFIG_BT_RESERVE_DRAM Deomid Ryabkov 2017-08-15 14:36:06 +01:00
  • 105f9f466e openssl_server: Rename openssl_client_init() to openssl_server_init() to match usage Chris Morgan 2017-08-22 14:52:44 -04:00
  • 92535158e7 components/lwip: Expose TCP_MSL in menuconfig. devsaurus 2017-07-09 12:42:37 +02:00
  • 8f994b9dce feat(time): enable the macro timeradd, timersub, timerclear, etc. michael 2017-08-30 12:34:07 +08:00
  • 95fe7929c0 Fix spinlock bug for uart_set_rts and uart_set_dtr Henrik Maier 2017-05-30 17:05:36 +10:00
  • ef60d73fe4 Merge branch 'bugfix/mdns_tcpip_threadsafe' into 'master' Angus Gratton 2017-08-30 13:28:51 +08:00
  • 58ba8a2a24 tcpip_adapter: Fix bug which prevents setting a static IP address for Ethernet interface Henrik Maier 2017-05-31 21:49:27 +10:00
  • a25eb825e1 Merge branch 'bugfix/dport_protect_crypto' into 'master' Ivan Grokhotkov 2017-08-30 11:45:35 +08:00
  • 547ef83020 Merge branch 'feature/disable_some_perip_clk_when_cpu_start' into 'master' Ivan Grokhotkov 2017-08-30 11:43:38 +08:00
  • 1a9b02ccbc component/bt: fix connection parameters update - update connection parameters timeout due to master update illegal connection parameters - slave returns error status when slave check the connection parameters - slave connection parameters update callback get that interval_max is equal to interval_min zhiweijian 2017-08-24 20:46:03 +08:00
  • b6b36bd9dd mdns: fix leak after _mdns_create_service if we have a malloc error. Quentin Thérond 2017-07-25 14:14:35 +02:00
  • 88e71a680e vfs: fix double free. Quentin Thérond 2017-07-25 14:14:23 +02:00
  • 36eccee213 i2s: fix leak in i2s_create_dma_queue if we have a malloc issue. Quentin Thérond 2017-07-25 14:14:03 +02:00
  • a1b5813049 Merge branch 'feature/adc_calibration' into 'master' Jeroen Domburg 2017-08-30 10:00:19 +08:00