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
4853df9c83
phy init data update
Ivan Grokhotkov
2016-12-19 14:23:39 +08:00
1ed584f896
Merge branch 'driver_merge_tmp/merge_sigmadelta' into 'master'
Wang Jia Lin
2016-12-19 12:29:32 +08:00
d6fafd00db
Secure boot: Option for app & partition table signing to happen outside build system
Angus Gratton
2016-12-19 13:06:21 +11:00
55726385a4
add more comments and call portYIELD when necessary
Liu Zhi Fu
2016-12-15 15:06:00 +08:00
712f53176d
Make internal function static
Jeroen Domburg
2016-12-14 11:44:17 +08:00
6f0a494cae
Add testcase, fix executable memory allocated in shared dram/iram region
Jeroen Domburg
2016-12-13 22:21:20 +08:00
1e117dc3d3
Fix small things noticed in MR, add documentation
Jeroen Domburg
2016-12-13 17:01:10 +08:00
293ad4cd36
Add xPortGetFreeHeapSizeCaps and xPortGetMinimumEverFreeHeapSizeCaps plus everything it entails. Allows querying the available memory for various capabilities. Also: xPortGetFreeHeapSize and xPortGetMinimumEverFreeHeapSize now return the expected value. Bonus: the linked list used in the allocator is now 4 bytes smaller, which should save some memory.
Jeroen Domburg
2016-12-09 17:13:45 +08:00
1cb2081d99
Do not disable entire IRAM pool; instead disable only the bit that is used. This gives us 50K of iram at the moment.
Jeroen Domburg
2016-12-09 16:17:26 +08:00
25e7f3a303
Add name to tag type
Jeroen Domburg
2016-12-09 15:48:32 +08:00
7ae7a56457
component/bt : fix the bug of deinit/disable
Tian Hao
2016-12-13 04:10:44 +08:00
2e9c06b584
Merge branch 'bugfix/rom_int_functions' into 'master'
Ivan Grokhotkov
2016-12-13 14:16:57 +08:00
d5c57d1d10
Put ets_isr_* functions into IRAM. Original fns were in ROM so people may expect them to work when flash cache is out.
Jeroen Domburg
2016-12-13 11:29:34 +08:00
8f3c74353a
newlib: fix unit test name in test config
Ivan Grokhotkov
2016-12-11 22:25:02 +08:00
071615b059
freertos: fix TLS delete callback test
Ivan Grokhotkov
2016-12-09 19:44:27 +08:00
78161a1fe3
Replace non-multicore-aware rom funcs with multicore-aware funcs, ESP_LOG->ESP_EARLY_LOG fix, reserve ints used in wireless libs. Fixes WiFi crashing
Jeroen Domburg
2016-12-12 20:05:58 +08:00
d60ff9b6f6
components/tcpip_adapter: Fix set static IP address issue
Liu Han
2016-12-13 09:52:29 +08:00
cb9ef19d3b
Also add intr_alloc magic to rtc code
Jeroen Domburg
2016-12-08 12:57:57 +08:00
2c34ab3374
Mark some interrupts that are now allocated dynamically as free, add int handle param documentation, add local ints test
Jeroen Domburg
2016-12-08 12:38:22 +08:00
9dc908d105
Add test for local interrupts, fix int disable code
Jeroen Domburg
2016-12-08 12:04:26 +08:00
ae8c37e0b6
Add disabling/enabling of shared interrupt, add testcase for interrupts
Jeroen Domburg
2016-12-07 21:30:21 +08:00
32fa94935d
Changes according to merge request
Jeroen Domburg
2016-12-06 14:20:12 +08:00
655fd2986a
Add interrupt allocation scheme / interrupt sharing. Also modifies drivers and examples. Also allows interrupts to be marked specifically as having a handler that's all in IRAM.
Jeroen Domburg
2016-11-25 17:33:51 +08:00