]>
granicus.if.org Git - esp-idf/log
Angus Gratton [Thu, 12 Oct 2017 05:19:07 +0000 (13:19 +0800)]
Merge branch 'feature/esp32_pico_kit_getting_started_guide' into 'master'
ESP32-PICO-KIT Getting Started Guide
See merge request !1348
Jiang Jiang Jian [Wed, 11 Oct 2017 10:44:18 +0000 (18:44 +0800)]
Merge branch 'bugfix/fail_to_reconnect_after_reboot' into 'master'
Wifi: bugfix of fail to reconnect after reboot
See merge request !1378
Deng Xin [Wed, 11 Oct 2017 09:58:36 +0000 (17:58 +0800)]
Wifi: bugfix of fail to reconnect after reboot
fix the issue fail to reconnect after reboot
Jiang Jiang Jian [Wed, 11 Oct 2017 09:00:34 +0000 (17:00 +0800)]
Merge branch 'bugfix/btdm_fix_multi_connection_failed' into 'master'
component/bt: modify some comments
See merge request !1332
krzychb [Mon, 2 Oct 2017 05:03:24 +0000 (07:03 +0200)]
ESP32-PICO-KIT Getting Started Guide
Angus Gratton [Tue, 10 Oct 2017 07:01:47 +0000 (15:01 +0800)]
Merge branch 'bugfix/ff_ioctl_types' into 'master'
fatfs: use correct return types in ioctl calls
See merge request !1362
Angus Gratton [Tue, 10 Oct 2017 06:59:54 +0000 (14:59 +0800)]
Merge branch 'bugfix/heap_debugging_cleanup' into 'master'
Heap debugging docs cleanup & convenience functions
See merge request !1347
Jeroen Domburg [Tue, 10 Oct 2017 06:06:08 +0000 (14:06 +0800)]
Merge branch 'feature/docs_update_uart_api' into 'master'
Updated functional overview of UART API documentation
See merge request !1328
Jeroen Domburg [Tue, 10 Oct 2017 06:06:03 +0000 (14:06 +0800)]
Merge branch 'feature/docs_update_pcnt_api' into 'master'
Extended description of the Pulse Counter API and removed redundant comments from the example
See merge request !1312
Jeroen Domburg [Tue, 10 Oct 2017 06:05:57 +0000 (14:05 +0800)]
Merge branch 'feature/docs_update_ledc_api' into 'master'
Updated example and description of LED PWM Controller API
See merge request !1276
Jiang Jiang Jian [Tue, 10 Oct 2017 05:39:16 +0000 (13:39 +0800)]
Merge branch 'feature/scan_optimize' into 'master'
wifi: scan optimize
See merge request !1334
Angus Gratton [Mon, 2 Oct 2017 03:31:20 +0000 (14:31 +1100)]
heap: Add new heap_caps_check_integrity_all() & heap_caps_check_integrity_addr() debugging functions
Easier to either check all heaps, or focus on checking a particular region.
Angus Gratton [Mon, 2 Oct 2017 03:21:44 +0000 (14:21 +1100)]
doc: Rewrite heap debugging docs to add function/struct links & improve actionability
Angus Gratton [Tue, 10 Oct 2017 05:14:18 +0000 (13:14 +0800)]
Merge branch 'bugfix/minor_fixes_github' into 'master'
More minor fixes from github
See merge request !1360
Angus Gratton [Tue, 10 Oct 2017 05:14:09 +0000 (13:14 +0800)]
Merge branch 'bugfix/multi_heap_get_info_typo' into 'master'
Fix multi_heap_get_info alias (from github)
See merge request !1357
Deng Xin [Thu, 28 Sep 2017 08:17:06 +0000 (16:17 +0800)]
wifi: optimize scan feature
1. add the threshold of match AP in fast scan
2. add blacklist feature
3. make sure would wrong if password didn't set
4. add scan example
Jiang Jiang Jian [Tue, 10 Oct 2017 04:26:25 +0000 (12:26 +0800)]
Merge branch 'bugfix/btdm_ea_overloaded' into 'master'
component/bt: increase programming delay for event arbiter to allow for heavy workload
See merge request !1338
Angus Gratton [Tue, 10 Oct 2017 04:06:05 +0000 (12:06 +0800)]
Merge branch 'feature/freertos_dual_core_hooks_github' into 'master'
freertos: Make the tick/idle hooks dual core compatible (from github)
See merge request !1361
Ivan Grokhotkov [Mon, 9 Oct 2017 04:36:21 +0000 (12:36 +0800)]
fatfs: use correct return types in ioctl calls
GET_SECTOR_SIZE should return WORD (unsigned short) but returned
uint32_t.
Reference: http://elm-chan.org/fsw/ff/doc/dioctl.html
Closes https://github.com/espressif/esp-idf/pull/1031.
Ivan Grokhotkov [Tue, 10 Oct 2017 04:00:24 +0000 (12:00 +0800)]
Merge branch 'bugfix/fatfs_timezone' into 'master'
fatfs: use localtime_r instead of gmtime to get timezone
See merge request !1358
krzychb [Wed, 27 Sep 2017 20:03:22 +0000 (22:03 +0200)]
Updated UART API documentation and examples. Included a fix of #1091 from GitHub
Angus Gratton [Mon, 9 Oct 2017 03:42:31 +0000 (14:42 +1100)]
heap: Fix documentation references to multi_get_heap_info()
hackrid [Fri, 22 Sep 2017 21:38:08 +0000 (17:38 -0400)]
linux docs: (Arch) Add key to keyring
for me it was necessary to add the key manually to the key ring. Otherwise I could not have installed the packages
Merges https://github.com/espressif/esp-idf/pull/1029
(Amended to remove reference to exact key, references AUR links instead.)
Josh Leverette [Fri, 29 Sep 2017 02:56:08 +0000 (22:56 -0400)]
Fix typo in ble_adv example
Merges https://github.com/espressif/esp-idf/pull/1049
Angus Gratton [Mon, 9 Oct 2017 01:48:29 +0000 (12:48 +1100)]
doc: Fix mentions of Cygwin-style paths to Unix-style
Cygwin-style is really only /cygpath/xxx and IDF doesn't support these.
Closes https://github.com/espressif/esp-idf/pull/1033
Daniel Campora [Sat, 8 Jul 2017 18:47:55 +0000 (20:47 +0200)]
freertos: Make the tick/idle hooks dual core compatible
The way these hooks are implemented at the moment, once you register a tick or idle task hook, it is run by both cores, leading to intermittent crashes that are difficult to explain (and debug). One solution is to register the hook with the core that is currently running, which is what this patch attempts to do.
Merges https://github.com/espressif/esp-idf/pull/781
Angus Gratton [Mon, 9 Oct 2017 01:03:30 +0000 (09:03 +0800)]
Merge branch 'feature/ipv6_socket_options' into 'master'
IPV6 multicast socket options
See merge request !964
krzychb [Mon, 18 Sep 2017 05:08:01 +0000 (07:08 +0200)]
Updated example and descritpion of LED PWM Controller API
Angus Gratton [Fri, 6 Oct 2017 05:14:51 +0000 (13:14 +0800)]
Merge branch 'bugfix/pthread_join_hangup' into 'master'
Bugfix/pthread join hangup
See merge request !1346
Ivan Grokhotkov [Wed, 4 Oct 2017 16:00:32 +0000 (00:00 +0800)]
Merge branch 'bugfix/revert_wdt_changes' into 'master'
Revert "esp32: New Task Watchdog API"
See merge request !1345
Angus Gratton [Mon, 2 Oct 2017 02:43:54 +0000 (13:43 +1100)]
freertos: Remove obsolete "Enable heap memory debug" option
All heap debugging is now under the Heap component.
Angus Gratton [Tue, 26 Sep 2017 05:12:57 +0000 (15:12 +1000)]
lwip: Disable IPV4 Link-Local addressing by default
Keeps existing IDF behaviour the same. Can still be enabled via menuconfig.
Angus Gratton [Mon, 10 Jul 2017 09:22:56 +0000 (17:22 +0800)]
lwip: Remove undocumented CONFIG_MDNS macro flag
All options that were enabled via CONFIG_MDNS are now in menuconfig, with
the default values set the same as with CONFIG_MDNS enabled (meaning existing
projects that were using CONFIG_MDNS do not need to change).
Angus Gratton [Mon, 10 Jul 2017 08:33:08 +0000 (16:33 +0800)]
example: Add UDP multicast example
Angus Gratton [Fri, 7 Jul 2017 11:27:00 +0000 (19:27 +0800)]
lwip: Enable IPV6_ONLY option for UDP sockets (BSD & netconn)
* setsockopt(s, IPV6_ONLY, &one, sizeof(int)) will disable IPV6-only
mode. Incoming/outgoing IPV4 packets are dropped.
* Otherwise, sockets bound to IPV6_ANY_ADDR can receive unicast packets
for IPV4 or IPV6.
* sendto() a IPV6-mapped-IPV4 address on a UDP socket works correctly
(not supported for RAW or TCP sockets.)
* getaddrinfo() option AI_V4MAPPED is implemented.
As well as extending support to TCP & RAW, there is some potential improvement
to dropping incoming packets - the drop happens a bit late in the process and
there is no "ICMP port unreachable" response sent.
Angus Gratton [Mon, 10 Jul 2017 08:32:20 +0000 (16:32 +0800)]
lwip: Add IPV6 multicast group membership socket options
As described in RFC2133: IPV6_MULTICAST_IF, IPV6_MULTICAST_HOPS,
IPV6_MULTICAST_LOOP, IPV6_MULTICAST_LOOP, IPV6_DROP_MEMBERSHIP.
Alexey Gerenkov [Thu, 28 Sep 2017 18:18:29 +0000 (21:18 +0300)]
freertos: Fixes deadlock in pthread_once for init_routines calling pthread_once
Alexey Gerenkov [Thu, 28 Sep 2017 14:55:17 +0000 (17:55 +0300)]
freertos: Fixes hangup upon pthread_join on finished thread
Luc [Sat, 30 Sep 2017 13:44:35 +0000 (21:44 +0800)]
use localtime_r instead of gmtime to get timezone
on fatfs
wangmengyang [Sat, 30 Sep 2017 10:12:45 +0000 (18:12 +0800)]
component/bt: increase programming delay for event arbiter to allow for heavy workload
Jeroen Domburg [Sat, 30 Sep 2017 10:07:19 +0000 (18:07 +0800)]
Revert "esp32: New Task Watchdog API"
This reverts commit
616baa239db0c1bf17b74a9ae53b40aedbead6da .
zhiweijian [Thu, 28 Sep 2017 07:05:44 +0000 (15:05 +0800)]
Component/bt: fix multi-connection failed
- modify some comments
Jiang Jiang Jian [Sat, 30 Sep 2017 07:57:10 +0000 (15:57 +0800)]
Merge branch 'bugfix/btdm_hci_mode_periph_clk' into 'master'
fix example of controller_hci_uart peripheral clk init
See merge request !1295
Jiang Jiang Jian [Sat, 30 Sep 2017 07:53:58 +0000 (15:53 +0800)]
Merge branch 'bugfix/btdm_change_pll_track_interrupt' into 'master'
component/bt : change pll track interrupt bits
See merge request !1310
Jiang Jiang Jian [Sat, 30 Sep 2017 07:49:53 +0000 (15:49 +0800)]
Merge branch 'bugfix/btdm_btc_ble_set_rand_addr' into 'master'
component/bt: Fix bug of function btc_ble_set_rand_addr
See merge request !1297
Jiang Jiang Jian [Sat, 30 Sep 2017 07:48:57 +0000 (15:48 +0800)]
Merge branch 'bugfix/btdm_mem_leak_of_gattc_open_and_close' into 'master'
component/bt: Fix bug of memory leak of gatt open and close
See merge request !1325
Jiang Jiang Jian [Sat, 30 Sep 2017 07:45:56 +0000 (15:45 +0800)]
Merge branch 'bugfix/btdm_gattc_mutiple_read_bug' into 'master'
component/bt: Fixed the bug of mutiple read can not callback.
See merge request !1286
Jiang Jiang Jian [Sat, 30 Sep 2017 07:42:45 +0000 (15:42 +0800)]
Merge branch 'bugfix/btdm_gattc_get_db_prop_bug' into 'master'
component/bt: Fiexd the bug of the gattc cannot get the db properties.
See merge request !1284
Jiang Jiang Jian [Sat, 30 Sep 2017 07:42:07 +0000 (15:42 +0800)]
Merge branch 'bugfix/btdm_fail_to_find_handle_#15534' into 'master'
component/bt: Fix the bug of total attr didn't reset when init the gattc cache.
See merge request !1331
Jeroen Domburg [Sat, 30 Sep 2017 02:42:15 +0000 (10:42 +0800)]
Merge branch 'bugfix/explicit_task_wdt_feed' into 'master'
Bugfix/New Task Watchdog API
See merge request !1187
Darian Leung [Wed, 30 Aug 2017 13:11:10 +0000 (21:11 +0800)]
esp32: New Task Watchdog API
Legacy API of task watchdog used the same function esp_task_wdt_feed() to add
and feed a task. This caused issues of implicitly adding a task to the wdt list
if the function was used in shared code.
The new API introduces init, adding, feeding, deleting, deinit functions. Tasks
must now be explicitly added to the task watchdog using their handles. Deletion
must also be explicit using task handles. This resolves the issue of implicit
task additions to the task watchdog due to shared code calling
esp_task_wdt_feed().
Task watchdog is now fully configurable at runtime by calling the init and
deinit functions.
Also added functions to get the handles of idle tasks of the other core. This
helps when adding idle tasks to the watchdog at run time.
Configuring the task watchdog using menu config is still available, however
menu config will only result in calling the init and add functions for idle
tasks shortly after the scheduler starts.
Menu config also allows for using legacy behavior, however the legacy behavior
willcall the new API functions but with slight variations to make them legacy
compatible.
Documentation and example have also been updated
gcov_rtio.c headers updated to prevent error of freertos header files being
included in the wrong order.
Resolves issue TW#13265
Darian Leung [Wed, 30 Aug 2017 05:56:37 +0000 (13:56 +0800)]
esp32: Fix task watchdog timer triggering issues TW#14794
The two task watchdog timer bugs are as follows...
1) If only a single task existed on the wdt task list, and esp_task_wdt_feed()
was only called once, the watchdog triggers but fails to print task name
2) If a single task already exists on the task wdt list, and another task calls
esp_task_wdt_feed() once, the watchdog fails to trigger
Problem stemmed from the loop responsible for resetting the watchdog timer
having incorrect loop parameters. The loop failed to traverse the full length
of the task wdt list
baohongde [Wed, 20 Sep 2017 11:53:50 +0000 (19:53 +0800)]
component/bt: Fix bug of function btc_ble_set_rand_addr
Jeroen Domburg [Fri, 29 Sep 2017 03:20:04 +0000 (11:20 +0800)]
Merge branch 'test/unity_print' into 'master'
test: update the format of TEST_ASSERT macro series in ``unity.c``
See merge request !1327
Jeroen Domburg [Thu, 28 Sep 2017 10:19:09 +0000 (18:19 +0800)]
Merge branch 'feature/malloc_psram' into 'master'
Add logic to make external RAM usable with malloc()
See merge request !1278
Jeroen Domburg [Fri, 22 Sep 2017 08:02:39 +0000 (16:02 +0800)]
Add logic to make external RAM usable with malloc()
baohongde [Thu, 28 Sep 2017 06:41:31 +0000 (14:41 +0800)]
component/bt: Fix bug of function btc_ble_set_rand_addr
baohongde [Wed, 27 Sep 2017 06:57:48 +0000 (14:57 +0800)]
component/bt: Fix bug of memory leak of gatt open and close
Yulong [Thu, 28 Sep 2017 06:09:02 +0000 (02:09 -0400)]
component/bt: Fix the bug of total attr didn't reset when init the gattc cache.
Angus Gratton [Wed, 27 Sep 2017 23:43:29 +0000 (07:43 +0800)]
Merge branch 'feature/add_espnow_example' into 'master'
Feature/add espnow example
See merge request !1263
michael [Wed, 27 Sep 2017 09:06:39 +0000 (17:06 +0800)]
test: update the format of TEST_ASSERT macro series in ``unity.c``
Jeroen Domburg [Wed, 27 Sep 2017 09:00:31 +0000 (17:00 +0800)]
Merge branch 'test/spi_master_internal_connect' into 'master'
test(spi_master): add test case for 3 DMA issues with internal connection by gpio mux.
See merge request !1217
Angus Gratton [Wed, 27 Sep 2017 03:13:54 +0000 (11:13 +0800)]
Merge branch 'bugfix/bt_sdp_server_continuation' into 'master'
bluedroid: Add continuation offset check to SDP server
See merge request !1323
michael [Fri, 1 Sep 2017 10:49:45 +0000 (18:49 +0800)]
test(spi_master): add test case for 3 DMA issues with internal connection by gpio mux.
3 issues are:
1. RX buffer not aligned (start and end)
2. not setting rx_buffer
3. setting rx_length != length
also add spi release code here.
Angus Gratton [Tue, 26 Sep 2017 23:49:04 +0000 (09:49 +1000)]
bluedroid: Add continuation offset check to SDP server
Fix for CVE-2017-0785
https://android.googlesource.com/platform/system/bt/+/
818cf6f %5E%21/#F0
krzychb [Fri, 22 Sep 2017 16:42:17 +0000 (18:42 +0200)]
Extended description of the Pulse Counter API and removed redundant comments from the example
Deomid Ryabkov [Tue, 26 Sep 2017 13:47:27 +0000 (14:47 +0100)]
Fix multi_heap_get_info alias
Ivan Grokhotkov [Tue, 26 Sep 2017 08:15:42 +0000 (16:15 +0800)]
Merge branch 'bugfix/timestamp' into 'master'
fix(global, log): correct the CCOUNT register when switching CPU clock during boot 2nd and before scheduler.
See merge request !1296
Ivan Grokhotkov [Tue, 26 Sep 2017 08:06:55 +0000 (16:06 +0800)]
Merge branch 'bugfix/bind_dhcp_server_udp_to_ip_of_ap' into 'master'
Fix the bug that if one device is in station+softap mode, other device can not get IP address after connecting to the softap.
See merge request !1314
Ivan Grokhotkov [Tue, 26 Sep 2017 08:05:49 +0000 (16:05 +0800)]
Merge branch 'feature/support_wifi_country_api' into 'master'
esp32: support wifi country code
See merge request !1300
Ivan Grokhotkov [Tue, 26 Sep 2017 08:05:18 +0000 (16:05 +0800)]
Merge branch 'feature/docs_update_sigmadelta_api' into 'master'
Updated sigma delta API documenation and example
See merge request !1319
michael [Wed, 13 Sep 2017 09:34:43 +0000 (17:34 +0800)]
fix(global, log): fix `esp_log(_early)_timestamp` readings after startup by correct the CCOUNT register when switching CPU clock.
TW#13332, Closes #700
Liu Zhi Fu [Tue, 19 Sep 2017 12:59:48 +0000 (20:59 +0800)]
esp32: support wifi country code
1. Add completed support for WiFi country code
2. Modify esp_wifi_set_country API
Angus Gratton [Tue, 26 Sep 2017 02:34:38 +0000 (10:34 +0800)]
Merge branch 'feature/docs_updating_idf' into 'master'
Added a section how to update existing local esp-idf repository and load specifiā¦
See merge request !1273
Ivan Grokhotkov [Tue, 26 Sep 2017 02:13:48 +0000 (10:13 +0800)]
Merge branch 'feature/record_more_info_of_scanned_ap' into 'master'
Record more information of scanned AP
See merge request !1289
Ivan Grokhotkov [Tue, 26 Sep 2017 01:38:34 +0000 (09:38 +0800)]
Merge branch 'feature/tw15502_add_iperf_example' into 'master'
example: add iperf example
See merge request !1313
Liu Zhi Fu [Thu, 30 Mar 2017 15:12:25 +0000 (23:12 +0800)]
example: add iperf example
Support iperf
krzychb [Mon, 25 Sep 2017 19:20:48 +0000 (21:20 +0200)]
Updated sigma delta API documenation and example
Tian Hao [Fri, 22 Sep 2017 12:14:30 +0000 (20:14 +0800)]
component/bt : change pll track interrupt bits
Jiang Jiang Jian [Mon, 25 Sep 2017 10:28:09 +0000 (18:28 +0800)]
Merge branch 'bugfix/scan_fail' into 'master'
component/bt : fix bug of scan fail after a long time
See merge request !1301
Tian Hao [Wed, 20 Sep 2017 10:13:51 +0000 (18:13 +0800)]
fix example of controller_hci_uart peripheral clk init
Angus Gratton [Mon, 25 Sep 2017 01:51:14 +0000 (09:51 +0800)]
Merge branch 'feature/multi_heap_assert' into 'master'
multi_heap: Print the problem address when aborting due to heap corruption
See merge request !1277
XiaXiaotian [Fri, 22 Sep 2017 10:10:34 +0000 (18:10 +0800)]
Fix the bug that if one device is in station+softap mode, other device can not
get IP address after connecting to the softap.
Now the default netif is station in station+softap mode. The UDP pcb of
DHCP server is binded to IP 0.0.0.0. When other device connects to softap, the
DHCP offer will be sent by softap.But because the destination IP of DHCP offer
is broadcast IP and the source IP of it is 0.0.0.0, it will be sent from default
netif, that is station interface. Other device can not receive the DHCP offer
sent from station interface. As a result, other device can not get IP address.
The resolution is that bind UDP pcb to the IP address of softap. So, the source
IP of DHCP offer is that of softap. DHCP offer can be sent from softap interface
by source IP route method.
Ivan Grokhotkov [Fri, 22 Sep 2017 14:34:18 +0000 (22:34 +0800)]
Merge branch 'test/update_ble_known_issues' into 'master'
test: udpate new BLE known issues
See merge request !1306
Ivan Grokhotkov [Fri, 22 Sep 2017 14:34:04 +0000 (22:34 +0800)]
Merge branch 'bugfix/gpio26_rtc_hold' into 'master'
driver/rtc: fix copy-paste error in HOLD_FORCE field name for GPIO26
See merge request !1299
Ivan Grokhotkov [Fri, 22 Sep 2017 08:37:59 +0000 (16:37 +0800)]
Merge branch 'bugfix/light_sleep' into 'master'
Light sleep fix
See merge request !1303
XiaXiaotian [Wed, 13 Sep 2017 12:38:04 +0000 (20:38 +0800)]
Add an example to show how to use ESPNOW
XiaXiaotian [Tue, 19 Sep 2017 12:17:25 +0000 (20:17 +0800)]
Record more information of scanned AP
Ivan Grokhotkov [Fri, 22 Sep 2017 06:48:05 +0000 (14:48 +0800)]
Merge branch 'bugfix/dport_in_single_core' into 'master'
esp32: exclude DPORT-related code in single core mode
See merge request !1304
Angus Gratton [Fri, 22 Sep 2017 04:42:37 +0000 (12:42 +0800)]
Merge branch 'bugfix/build_kconfig_deps' into 'master'
build: make clean should remove all .d files in tools/kconfig
See merge request !1302
Angus Gratton [Fri, 22 Sep 2017 04:42:00 +0000 (12:42 +0800)]
Merge branch 'bugfix/build_system_regen_component_vars' into 'master'
build system: Fix bug requiring "make clean" after IDF updates or menuconfig changes
See merge request !1293
Ivan Grokhotkov [Fri, 22 Sep 2017 03:54:51 +0000 (11:54 +0800)]
esp32: exclude DPORT-related code in single core mode
Ivan Grokhotkov [Fri, 22 Sep 2017 03:41:30 +0000 (11:41 +0800)]
light sleep: make sure code to be placed into IRAM is not inlined
He Yin Ling [Thu, 21 Sep 2017 13:35:00 +0000 (21:35 +0800)]
test: udpate new BLE known issues:
1. some cases caused by GATTC can't get correct attribute handle
2. some cases with increased fail ratio
Angus Gratton [Fri, 22 Sep 2017 00:04:00 +0000 (10:04 +1000)]
build: make clean should remove all .d files in tools/kconfig
Causes a problem that can't be fixed by "make clean" if the
host OS headers have moved around.
ie https://esp32.com/viewtopic.php?f=13&t=3098&p=14487
Angus Gratton [Thu, 21 Sep 2017 22:39:26 +0000 (06:39 +0800)]
Merge branch 'doc/windows_env_updates' into 'master'
doc: Add steps to update Windows environment installations
See merge request !1298
Tian Hao [Thu, 21 Sep 2017 09:31:20 +0000 (17:31 +0800)]
component/bt : fix bug of scan fail after a long time
Ivan Grokhotkov [Thu, 21 Sep 2017 09:33:09 +0000 (17:33 +0800)]
Merge branch 'bugfix/btdm_enable_limit' into 'master'
BT controller: add function to release unused memory to the heap
See merge request !1248
Jeroen Domburg [Thu, 21 Sep 2017 09:10:33 +0000 (17:10 +0800)]
Merge branch 'docs/FreeRTOS_SMP_Changes' into 'master'
docs: Added documentation for FreeRTOS SMP changes
See merge request !1238
Darian Leung [Fri, 8 Sep 2017 11:50:15 +0000 (19:50 +0800)]
docs: Added documentation for FreeRTOS SMP changes
Added documentation about the ESP-IDF changes to FreeRTOS.
The documentation covers changes to the following FreeRTOS aspects.
- Task Creation
- Affects on scheduling (Task skipping, scheduler suspension, tick synchronicity)
- Critical sections and disabling interrupts
- Thread Local Storage Pointers and deletion callbacks
- Configuring ESP-IDF FreeRTOS