This website requires JavaScript.
c65b530360
Merge branch 'feature/heap_caps_dump' into 'master'
Angus Gratton
2017-10-20 11:52:23 +08:00
47aaf402b8
heap: Add heap_caps_dump() / heap_caps_dump_all() functions
Angus Gratton
2017-10-18 16:25:17 +08:00
b10e1a92b6
freertos: Update comments in "port" section (portMUX/etc)
Angus Gratton
2017-10-20 11:15:19 +08:00
b19fe80baf
Merge branch 'bugfix/init_nvs_flash_in_iperf_example' into 'master'
Ivan Grokhotkov
2017-10-20 11:03:57 +08:00
ae1ac2ab0e
example: init nvs in iperf example
Liu Zhi Fu
2017-10-20 09:52:58 +08:00
61dcade807
Print out in hex format in case non printable data are received
krzychb
2017-10-19 21:45:58 +02:00
479ba94ef7
Added an asynchronous UART example, using separate RX and TX tasks.
Pieter du Preez
2017-10-01 13:02:06 +02:00
a84db78eb1
bugfix(i2s): fix bck polarity issue when using pll clock.
Wangjialin
2017-10-19 23:23:01 +08:00
90bbcbcdc0
unit tests: fix warnings, build with -Werror
Ivan Grokhotkov
2017-10-18 21:09:53 +08:00
b52e3fae64
build system: fix warning about undefined variable 'quote'
Ivan Grokhotkov
2017-10-18 20:43:43 +08:00
ae7404972c
sleep: don't power down VDD_SDIO in light sleep if SPIRAM is enabled
Ivan Grokhotkov
2017-10-18 20:04:40 +08:00
d55ddfe56d
update libstdc++.a built with pSRAM workaround
Ivan Grokhotkov
2017-10-18 20:01:29 +08:00
8990549e89
spi_flash: fix spi_flash_read into buffer in external RAM, add test
Ivan Grokhotkov
2017-10-18 12:21:19 +08:00
099565635b
soc: correct values of SOC_BYTE_ACCESSIBLE_LOW, SOC_MEM_INTERNAL_LOW
Ivan Grokhotkov
2017-10-18 12:18:38 +08:00
ee99bdfbad
spi_flash_cache_enabled: report correct result in single core mode
Ivan Grokhotkov
2017-09-18 17:26:59 +08:00
cc67500d3e
unit test: adapt tests to single core configuration
Ivan Grokhotkov
2017-09-18 14:49:23 +08:00
1fc2ac8b09
unit-test: esp timer use same name as ets timer
He Yin Ling
2017-09-13 22:17:24 +08:00
0a5b678e58
CI: support test UT with different config by CI
He Yin Ling
2017-09-13 20:39:43 +08:00
3d150be4e1
unit-test-app: new targets for building different configurations
Ivan Grokhotkov
2017-09-13 01:40:54 +08:00
6cc8099610
Merge branch 'bugfix/malloc_failure' into 'master'
Ivan Grokhotkov
2017-10-19 21:30:26 +08:00
c360f8dece
Merge branch 'bugfix/heap_check_integrity' into 'master'
Ivan Grokhotkov
2017-10-19 21:30:16 +08:00
cf7ae8135b
tcpip_adapter/lwip: make dhcp domain name server option configurable
Liu Zhi Fu
2017-06-07 21:22:53 +08:00
b0c5665f15
heap: Fix race condition causing malloc() to fail under some conditions
Angus Gratton
2017-10-19 15:59:04 +08:00
8e01b4aef8
Merge branch 'docs/esp32_hooks' into 'master'
Ivan Grokhotkov
2017-10-19 12:32:36 +08:00
ab1abff080
bugfix(rmt): fix event thresh check issue
Wangjialin
2017-10-18 18:49:09 +08:00
54d2dc7681
Merge branch 'bugfix/fix_some_wifi_bugs' into 'master'
Ivan Grokhotkov
2017-10-18 16:20:09 +08:00
04188d8ec7
heap: Fix spurious heap_caps_check_integrity() errors in Comprehensive mode
Angus Gratton
2017-10-18 14:54:55 +08:00
461f8da704
docs/Added documentation about esp32 hooks
Darian Leung
2017-10-17 18:57:31 +08:00
78f70d4e79
Merge branch 'bugfix/cxx_exceptions' into 'master'
Angus Gratton
2017-10-18 15:08:10 +08:00
80b14fc77f
esp32: fix some wifi bugs
Deng Xin
2017-10-17 14:57:45 +08:00
f6ef536fe9
examples/power_save: enable modem sleep and DFS by default
Ivan Grokhotkov
2017-10-10 12:33:47 +08:00
062be56c3c
docs: add power management API reference
Ivan Grokhotkov
2017-10-09 14:38:41 +08:00
d503b991b4
bt: lock APB frequency while BT controller is enabled
Ivan Grokhotkov
2017-10-09 15:34:31 +08:00
373d85dd9f
freertos: fix error when including xtensa-timer.h from other components
Ivan Grokhotkov
2017-09-24 15:46:59 +08:00
266d2b3e4f
ethernet: lock APB frequency while ethernet is enabled
Ivan Grokhotkov
2017-09-24 15:18:37 +08:00
5048d38ce7
spi slave: lock APB frequency while driver is in use
Ivan Grokhotkov
2017-09-24 15:05:35 +08:00
e4616588b7
spi master: lock APB frequency while in transaction
Ivan Grokhotkov
2017-09-24 14:59:15 +08:00
330b6bd668
sdmmc: lock APB frequency while in transaction
Ivan Grokhotkov
2017-09-24 14:37:37 +08:00
c2fff997ea
sysview: always use TG as timestamp source
Ivan Grokhotkov
2017-08-29 18:34:43 +08:00
fba9678c56
uart: add support for REF_TICK
Ivan Grokhotkov
2017-08-21 22:30:23 +08:00
bfeecd2b56
freertos: deprecate XT_CLOCK_FREQ
Ivan Grokhotkov
2017-09-22 23:09:16 +08:00
df3c857a30
esp32: add power management hooks for WiFi library
Ivan Grokhotkov
2017-09-22 23:34:52 +08:00
eb0c34e5c9
esp_timer: add support for frequency scaling
Ivan Grokhotkov
2017-10-09 15:24:51 +08:00
3f818f4862
pm: support for tracing using GPIOs
Ivan Grokhotkov
2017-09-22 23:26:09 +08:00
535695f0b9
freertos: add frequency switching hooks to ISR and idle task
Ivan Grokhotkov
2017-09-22 23:06:52 +08:00
42d51a4224
esp32: initialize PM at startup, add Kconfig options
Ivan Grokhotkov
2017-09-22 23:02:58 +08:00
68e1751b78
pm: initial implementation for ESP32
Ivan Grokhotkov
2017-09-22 23:30:13 +08:00
47e3c9dd4b
pm: initial version of power management APIs
Ivan Grokhotkov
2017-09-22 23:29:33 +08:00
4798b7d775
unit tests: add test to dump esp_timer stats
Ivan Grokhotkov
2017-09-22 23:16:52 +08:00
3788b35f87
unit tests: more robust esp_timer test
Ivan Grokhotkov
2017-09-08 01:32:18 +08:00
2b3325b1ab
unit tests: fix ref_clock value obtained due to overflow
Ivan Grokhotkov
2017-09-08 01:33:20 +08:00
b03e08dc4e
soc/rtc: add function to convert CPU frequency in MHz to rtc_cpu_freq_t
Ivan Grokhotkov
2017-10-14 00:27:56 +08:00
a242ae6d0b
soc/rtc: add fast paths for switching between PLL and XTAL
Ivan Grokhotkov
2017-08-21 22:34:42 +08:00
37e9bc715c
esp_clk.h: make public, add getters for RTC time, CPU/APB freq
Ivan Grokhotkov
2017-09-22 23:04:16 +08:00
f13623d97d
make esp_timer.h public
Ivan Grokhotkov
2017-10-16 00:37:00 +08:00
566f018996
crosscore_int: add support for FREQ_SWITCH event
Ivan Grokhotkov
2017-08-21 22:29:08 +08:00
2e8441df9e
Merge branch 'feature/fsync' into 'master'
Ivan Grokhotkov
2017-10-18 07:17:56 +08:00
07c44d7f01
fatfs: expose some configuration values in Kconfig
Ivan Grokhotkov
2017-10-17 18:27:40 +08:00
d0df8f2811
Merge branch 'feature/update_phy362_rtc230' into 'master'
Ivan Grokhotkov
2017-10-17 18:20:25 +08:00
09862b5918
component/esp32 : update phy & rtc
Tian Hao
2017-10-17 11:22:46 +08:00
6b8c8bf638
Merge branch 'bugfix/slave_dma_claim' into 'master'
Ivan Grokhotkov
2017-10-17 17:41:39 +08:00
7babc74fce
Merge branch 'feature/reduce_min_num_of_wifi_static_tx_buffer' into 'master'
Ivan Grokhotkov
2017-10-17 17:40:14 +08:00
3f4c8f7174
pthreads local storage: add test for unique keys
Angus Gratton
2017-10-10 11:50:02 +11:00
69e92ee320
unit tests: If heap tracing is enabled in sdkconfig, leak trace each test
Angus Gratton
2017-10-04 17:30:10 +11:00
9c7477ef34
cxx: Add KConfig option for C++ exceptions, disable by default
Angus Gratton
2017-10-04 17:29:21 +11:00
502c3d0243
vfs,fat: add fsync to VFS interface, implement it for fatfs
Ivan Grokhotkov
2017-10-17 14:00:01 +08:00
6f07e0797d
Unit tests: If a test fails due to corrupting memory, don't print a misleading source file name
Angus Gratton
2017-10-04 16:00:38 +11:00
d20fbffae1
idf_monitor: Demangle C++ names
Angus Gratton
2017-10-04 16:00:28 +11:00
a231ba22f3
cxx: Add a sanity check for C++ exception support
Angus Gratton
2017-10-04 16:00:11 +11:00
86c89ff169
pthread: Add support for pthread thread local storage
Angus Gratton
2017-10-04 15:52:19 +11:00
3234064b6a
freertos: Idle task shouldn't hold xTaskQueueMutex while calling TLS destructors
Angus Gratton
2017-10-05 12:12:19 +11:00
2ccc2ec5ee
cxx tests: Fix race condition w/ leak checker when tearing down test tasks
Angus Gratton
2017-10-04 13:25:16 +11:00
90bf40587e
Merge branch 'feature/sockets_files_shared_fd_space' into 'master'
Angus Gratton
2017-10-17 14:17:09 +08:00
6e7dd5962b
Merge branch 'bugfix/add_mutex_for_dual_core_hooks' into 'master'
Ivan Grokhotkov
2017-10-17 14:15:09 +08:00
207524f3da
Merge branch 'feature/update_phy362_rtc230_for_2_1' into 'release/v2.1'
Ivan Grokhotkov
2017-10-17 14:14:46 +08:00
e5d5727969
Merge branch 'bugfix/sdmmc_tests_v2.1' into 'release/v2.1'
Ivan Grokhotkov
2017-10-17 14:13:03 +08:00
08d6ca4f70
Merge branch 'bugfix/ets_timer_iram' into 'master'
Ivan Grokhotkov
2017-10-17 14:12:43 +08:00
8128bb95ef
fix(spi_slave): enable DMA clock when initialization.
Gabriel Carstoiu
2017-09-22 17:47:06 +08:00
88f602a0e0
fix(periph_ctrl): fix reset function in periph_ctrl.c
michael
2017-10-17 11:52:50 +08:00
8e31a36562
feat(spi_slave): append trans_len field in trans_desc to show length actually transferred.
michael
2017-09-30 19:59:05 +08:00
3a9781ff45
component/esp32 : remove phy init data description
Tian Hao
2017-10-16 18:10:39 +08:00
d3bb9de36a
Merge branch 'feature/spiram_init_in_app' into 'master'
Ivan Grokhotkov
2017-10-17 04:56:35 +08:00
b58e19f8a2
Merge branch 'bugfix/soc_component_rodata' into 'master'
Ivan Grokhotkov
2017-10-17 04:54:43 +08:00
edb212986f
Merge branch 'bugfix/sd_card_fixes' into 'master'
Ivan Grokhotkov
2017-10-17 04:45:24 +08:00
2bba4a77c4
Merge branch 'bugfix/console_empty_command' into 'master'
Ivan Grokhotkov
2017-10-17 04:44:19 +08:00
468d90762a
Merge branch 'bugfix/freertos_portmux_debug' into 'master'
Ivan Grokhotkov
2017-10-17 04:44:04 +08:00
a638871aa5
Merge branch 'bugfix/nvs_init_partition' into 'master'
Ivan Grokhotkov
2017-10-17 04:43:54 +08:00
094cf4d79d
wifi/bt coexistence: Fix disabled cache access race when writing to flash
Angus Gratton
2017-10-16 19:16:20 +08:00
edbd744991
component/esp32 : update rtc phy lib
Tian Hao
2017-10-13 19:25:37 +08:00
99f2996779
Merge branch 'bugfix/tw15595_eth_got_ip_log_error' into 'master'
Jiang Jiang Jian
2017-10-16 17:30:14 +08:00
50c993a1b2
Merge branch 'feature/some_refactor_for_esp_ping' into 'master'
Jiang Jiang Jian
2017-10-16 17:30:00 +08:00
817d75a4e1
sdmmc tests: Don't run under CI in v2.1
Angus Gratton
2017-10-16 17:19:00 +08:00
4b1968f315
component/bt: Change the queue_data->p_attr->p_value->attr_val.attr_len += queue_data->len code to the if case.
Yulong
2017-10-16 03:42:49 -04:00
14fe6e9bbb
merge from master
Tuan PM
2017-10-16 14:19:29 +07:00
7584f89278
esp32/Add mutex for dual core hooks
Darian Leung
2017-10-16 11:47:38 +08:00
539262b5c2
vfs: Remove fd_offset member
Angus Gratton
2017-10-10 16:11:12 +11:00
4a9d4587b7
vfs: Add C++ guards to esp_vfs_dev.h
Angus Gratton
2017-10-04 10:55:54 +11:00
541493d877
lwip: Check for underflow in FD_SET()/FD_GET()
Angus Gratton
2017-10-04 10:41:09 +11:00
3f83914f7a
lwip: Fix bug with LWIP_SOCKET_OFFSET & IGMP group support
Angus Gratton
2017-10-04 10:18:10 +11:00
48d9d507aa
newlib: Remove fcntl() implementation from libc
Angus Gratton
2017-10-04 09:53:06 +11:00