2c5340d47e
spi_flash: change argument types
Ivan Grokhotkov
2016-10-21 17:28:50 +08:00
079d9ea018
spi_flash: implement partition API
Ivan Grokhotkov
2016-10-19 18:04:25 +08:00
999e6d4e8f
freertos: move panic handler data to DRAM
Ivan Grokhotkov
2016-10-19 17:19:02 +08:00
42068c3b36
spi_flash: implement mmap/munmap
Ivan Grokhotkov
2016-10-19 17:17:24 +08:00
54ca573ce4
spi_flash: move cache operations into separate file
Ivan Grokhotkov
2016-10-19 17:08:05 +08:00
628bde2080
bootloader: move useful structures to esp32 component
Ivan Grokhotkov
2016-10-19 17:05:37 +08:00
f6f23141b3
components/spi_flash: add high level partition api header
Ivan Grokhotkov
2016-09-08 19:18:03 +08:00
bdf2908057
Merge branch 'feature/vfs' into 'master'
Ivan Grokhotkov
2016-10-27 17:47:45 +08:00
6f1d3ce4a7
vfs: code review fixes
Ivan Grokhotkov
2016-10-27 11:47:41 +08:00
da56e76255
vfs: add readme file
Ivan Grokhotkov
2016-10-26 16:47:26 +08:00
7e201c5527
vfs and newlib: small fixes
Ivan Grokhotkov
2016-10-26 14:05:56 +08:00
0c130ecf19
vfs: code review fixes
Ivan Grokhotkov
2016-10-25 22:16:08 +08:00
b3b8334d54
vfs and newlib: small fixes
Ivan Grokhotkov
2016-10-25 22:12:07 +08:00
587360363c
vfs: add UART device
Ivan Grokhotkov
2016-10-25 22:01:50 +08:00
401f6e4713
vfs: initial version of virtual filesystem API
Ivan Grokhotkov
2016-10-25 21:02:39 +08:00
38c6256db9
Merge branch 'feature/wdts' into 'master'
Ivan Grokhotkov
2016-10-27 17:09:35 +08:00
68f39c1ed9
Only init crosscore when FreeRTOS runs in multicore mode, add warnings that cross_int calls are private.
Jeroen Domburg
2016-10-27 16:50:28 +08:00
b14faabfda
Merge latest master in
Jeroen Domburg
2016-10-27 16:18:55 +08:00
3371083c16
Add checks for tasks woken up on other CPUs where needed, make xYieldPending and xPendingReadyList per-processor, add configurable ISR stack size to Kconfig, in general fix the entire wake-up-task-on-other-cpu-by-interrupt implementation
Jeroen Domburg
2016-10-27 16:07:47 +08:00
84c2e61b12
Merge branch 'feature/refractor_for_lwip' into 'master'
Wu Jian Gang
2016-10-27 15:47:18 +08:00
6e6e51426f
lwip: refractor for lwip
Liu Zhi Fu
2016-10-27 14:11:01 +08:00
cc7313f216
Merge branch 'feature/freertos_static_buffers' into 'master'
Ivan Grokhotkov
2016-10-27 13:44:31 +08:00
50bd28353d
Merge branch 'master' into feature/freertos_static_buffers
Ivan Grokhotkov
2016-10-27 12:38:35 +08:00
329ad14b8c
esp32: update libs for changes in FreeRTOS header files
Ivan Grokhotkov
2016-10-27 12:37:34 +08:00
c6477ff10d
Fix int clear, actually call int init code
Jeroen Domburg
2016-10-27 12:37:19 +08:00
95d0ea0d98
Merge branch 'feature/add_api_to_get_ap_info' into 'master'
Wu Jian Gang
2016-10-27 11:33:56 +08:00
ff6b8addd9
Fix panic config ifdefs, un-stall app cpu on boot so it restarts after panic
Jeroen Domburg
2016-10-27 11:17:24 +08:00
e0f49c2221
esp32: add esp_wifi_sta_get_ap_info
Liu Zhi Fu
2016-10-27 10:42:01 +08:00
7d254eb3f0
Move panic handler and gdbstub into esp32 component, clean up wdt according to merge req suggestions
Jeroen Domburg
2016-10-26 12:23:01 +08:00
fd064e5d88
component bt: Added the Gatt client API to the bt project
yulong
2016-10-25 23:56:45 -04:00
47d73dfe05
component/bt: implement some APIs for bluetooth SDP, GAP and stack manager
wangmengyang
2016-10-26 11:25:24 +08:00
1ca97f5adb
Move panic handler code from FreeRTOS to esp32 component
Jeroen Domburg
2016-10-26 11:06:53 +08:00
6f96b23989
Merge in master updates
Jeroen Domburg
2016-10-26 11:04:42 +08:00
86dc0ae808
component bt: Added the param len & connect API to the bt project
yulong
2016-10-25 09:12:10 -04:00
89f7752cdd
Make CPU1 int wdt / idle task wdt configurable, panic now properly disables other cpu, tick handler now also is called on cpu1, task wdt prints currently running tasks.
Jeroen Domburg
2016-10-25 18:08:55 +08:00
78d1fd5306
component bt:Added the BLE scan API to the bt project
yulong
2016-10-25 05:07:36 -04:00