]> granicus.if.org Git - esp-idf/shortlog
esp-idf
2017-09-06 Alexey Gerenkovpthread: Initial version of thread API
2017-09-05 Jeroen DomburgMerge branch 'bugfix/soft_reboot_psram' into 'master'
2017-09-05 Angus GrattonMerge branch 'feature/build_warn_undefined_vars' into...
2017-09-05 Angus Grattonbuild system: Remove obsolete GenerateBuildDirTarget...
2017-09-05 Angus GrattonMerge branch 'feature/tcp_msl_menuconfig' into 'master'
2017-09-05 Angus Grattonbuild system: Document --warn-undefined-variables and...
2017-09-05 Angus Grattonbuild system: Restore ifdef/ifndef in Makefiles, clean...
2017-09-05 Deomid RyabkovAdd --warn-undefined-variables to MAKEFLAGS
2017-09-05 Angus GrattonMerge branch 'bugfix/nvs_item_crc_check' into 'master'
2017-09-05 Ivan GrokhotkovMerge branch 'bugfix/core_dump_loop' into 'master'
2017-09-05 Angus GrattonMerge branch 'bugfix/mbedtls_net_failures' into 'master'
2017-09-05 Ivan GrokhotkovMerge branch 'feature/adc_calibration' into 'master'
2017-09-05 Ivan GrokhotkovMerge branch 'bugfix/deep_sleep_wakeup_stub' into ...
2017-09-05 Ivan GrokhotkovMerge branch 'bugfix/openssl_client_example' into ...
2017-09-05 Alexey Gerenkovesp32: Fixes infinite loop caused by exception during...
2017-09-05 Ivan GrokhotkovMerge branch 'bugfix/cpu_clk_disable_spi' into 'master'
2017-09-05 Angus GrattonMerge branch 'bugfix/spinlock_performance' into 'master'
2017-09-05 Angus Grattonmbedtls: Don't assign ctx->fd until connect() or bind...
2017-09-04 Angus GrattonMerge branch 'bugfix/bootloader_ota_sel' into 'master'
2017-09-04 Ivan Grokhotkovethernet: enable EMAC module clock on initialization
2017-09-04 Ivan Grokhotkovsdmmc: use periph_ctrl to enable peripheral when initia...
2017-09-04 Ivan Grokhotkovdriver: add periph_ctrl support for SDMMC, SDIO slave...
2017-09-04 michaelfix(spi_master): this fix the SPI MOSI output missing...
2017-09-04 Jiang Jiang... Merge branch 'feature/btdm_add_set_local_MTU_API_for_ga...
2017-09-04 Alexey Gerenkovapptrace lock acquire function was re-designed to minim...
2017-09-04 Ivan Grokhotkovci: add extra unit test job
2017-09-04 Jeroen DomburgFix rebooting when PSRAM is active
2017-09-04 Ivan GrokhotkovMerge branch 'bugfix/lwip_send_timeout' into 'master'
2017-09-04 Angus Grattonesp32: Update wifi lib to use new spinlock implementation
2017-09-04 Angus Grattonportmux: Add vPortCPUAcquireMutexTimeout() function
2017-09-04 Angus Grattonfreertos scheduler test: Free timer group interrupt...
2017-09-04 Angus Grattonfreertos: Inline vPortCPUAcquireMutex/vPortCPUReleaseMu...
2017-09-04 Angus Grattonfreertos: vPortCPUReleaseMutex() no longer returns...
2017-09-04 Angus Grattonfreertos spinlock/portmux: Reduce spinlocking overhead
2017-09-04 Angus Grattonfreertos spinlocks/portmux: Add combination unit tests...
2017-09-04 Angus GrattonMerge branch 'bugfix/ci_build_examples_more' into ...
2017-09-04 Angus Grattonbuild system: Don't make menuconfig if "make clean...
2017-09-04 Angus Grattonbuild system: Explicitly disallow 'clean' along with...
2017-09-04 Angus Grattonbuild system tests: Run inside PWD same as build_exampl...
2017-09-04 Angus Grattonci: Add two more example build jobs per CI pass
2017-09-04 Angus Grattonbuild system: Add dependencies to component clean steps
2017-09-04 Angus Grattonbuild_examples: Small cleanups
2017-09-04 Angus Grattonota_ops: Fix get_selected_boot_partition() in case...
2017-09-04 Angus Grattonbootloader: Fix regression preventing OTA updates
2017-09-04 zhangyanjiaomatch sys tick with lwip_send_timeout
2017-09-04 Ivan Grokhotkovnvs: check CRC of items on full pages
2017-09-04 Jeroen DomburgMerge branch 'feature/psram_in_address_space' into...
2017-09-04 Dong Hengexample/openssl_client: Fix http string "printf" error...
2017-09-04 Jeroen DomburgMerge branch 'bugfix/uart_5mbaud' into 'master'
2017-09-04 Jeroen DomburgAdd initial SPI RAM support. This adds support for...
2017-09-01 zhiweijianComponent/bt: add set local MTU API
2017-09-01 Jiang Jiang... Merge branch 'bugfix/btdm_fix_connection_parameters_upd...
2017-09-01 Jiang Jiang... Merge branch 'bugfix/btdm_optimize_gatt_security_server...
2017-09-01 Ivan Grokhotkovdeep sleep: don't use protected DPORT access in wake...
2017-09-01 Jeroen DomburgAdd GD chip into qio data, so (at least my) ESP-WROVER...
2017-09-01 Ivan GrokhotkovMerge branch 'feature/esp_timer_improvements' into...
2017-09-01 Jeroen DomburgFix off-by-one in 5MBaud arg checking; propagate errors...
2017-09-01 Darian LeungBugfix/ added esp_adc_cal include guards
2017-09-01 Ivan GrokhotkovMerge branch 'feature/light_sleep' into 'master'
2017-09-01 Ivan Grokhotkovnewlib: rename esp_setup_time_syscalls to esp_set_time_...
2017-09-01 Ivan Grokhotkovsleep: add light sleep, factor out APIs common for...
2017-09-01 Ivan Grokhotkovdport access: introduce pause/resume instead of deinit
2017-09-01 Ivan Grokhotkovsoc/rtc: add sleep flag to control powerdown of VDD_SDIO
2017-09-01 Ivan Grokhotkovesp_timer: return signed timestamp (int64_t)
2017-09-01 Ivan Grokhotkovesp32: use ref_clock in esp_timer and delay tests
2017-09-01 Ivan Grokhotkovunity: add reference clock for use in unit tests
2017-09-01 Ivan Grokhotkovesp_timer: lock-free implementation of esp_timer_get_time
2017-09-01 Ivan Grokhotkovsoc/rtc: round APB clock frequency to nearest MHz
2017-09-01 Ivan GrokhotkovMerge branch 'bugfix/ci_build_examples' into 'master'
2017-08-31 Ivan GrokhotkovMerge branch 'feature/cxx_exceptions' into 'master'
2017-08-31 Ivan Grokhotkovci: disable sd card tests
2017-08-31 Ivan Grokhotkovci: put example log files on the build volume
2017-08-31 Ivan GrokhotkovMerge branch 'feature/timeradd' into 'master'
2017-08-31 Ivan GrokhotkovMerge branch 'bugfix/log_tag_change_level' into 'master'
2017-08-31 Ivan GrokhotkovMerge branch 'bugfix/remove_at_build_from_ci' into...
2017-08-31 Ivan GrokhotkovMerge branch 'bugfix/i2s_dac_channel' into 'master'
2017-08-31 Ivan GrokhotkovMerge branch 'bugfix/memory_issues_pr838' into 'master'
2017-08-31 Ivan GrokhotkovMerge branch 'feature/freertos_interrupt_backtrace_opt...
2017-08-30 Angus GrattonMerge branch 'bugfix/minor_prs_github' into 'master'
2017-08-30 Angus GrattonMerge branch 'bugfix/uart_set_dtr_rts' into 'master'
2017-08-30 Angus GrattonMerge branch 'bugfix/timer_group_example' into 'master'
2017-08-30 Wangjialinbugfix(timer group): remove floating-point in timer...
2017-08-30 Josh LospinosoREADME: Converting URLs from HTTP to HTTPS
2017-08-30 Angus GrattonRemove redundant code line from uart.c
2017-08-30 Simon WernerFixed incorrect value in comments for GPIO_NUM_33.
2017-08-30 Deomid RyabkovUsing a 128-bit UUID is not an error
2017-08-30 lfAdd quotes to PATH declarations
2017-08-30 Geza Husideep_sleep: RTC-GPIO pin calculation incorrect
2017-08-30 Lacy RhoadesTypo fixes
2017-08-30 Patrick HobuschFix distinction between shared and non-shared interrupt...
2017-08-30 phuziUpdate documentation for esp_avrc_api
2017-08-30 Stephen CasnerAdd missing debug log message for out-of-sockets case
2017-08-30 Deomid RyabkovProvide a default for CONFIG_BT_RESERVE_DRAM
2017-08-30 Chris Morganopenssl_server: Rename openssl_client_init() to openssl...
2017-08-30 devsauruscomponents/lwip: Expose TCP_MSL in menuconfig.
2017-08-30 michaelfeat(time): enable the macro timeradd, timersub, timerc...
2017-08-30 Henrik MaierFix spinlock bug for uart_set_rts and uart_set_dtr
2017-08-30 Angus GrattonMerge branch 'bugfix/mdns_tcpip_threadsafe' into 'master'
2017-08-30 Ivan GrokhotkovMerge branch 'bugfix/dport_protect_crypto' into 'master'
2017-08-30 Ivan GrokhotkovMerge branch 'feature/disable_some_perip_clk_when_cpu_s...
next