OVMS3-idf/components
Jeroen Domburg 0383bc8599 Merge branch 'workaround/pin_noaffinity_task_to_core_when_fpu_used' into 'master'
Workaround: Automatically pin no-cpu-affinity task to a core when FPU is used

FPU status at the moment does not migrate cleanly between cores, so tasks without affinity that happen to migrate across FPUs will run into problems. As a workaround, this modification will automatically pin the task to the current CPU when FPU activity is detected. If anything, it's better than getting all kinds of weird and wonderful FPU corruption issues...

See merge request !124
2016-09-29 11:16:41 +08:00
..
bootloader bootloader: remove trailing newlines from log messages 2016-09-20 14:18:23 +08:00
bt component/bt: update libbtdm_app.a 2016-09-28 12:30:44 +08:00
driver Remove some macros and declarations that are already in rom/gpio.h 2016-09-21 12:08:42 +08:00
esp32 components/lib: update wifi lib 2016-09-28 21:35:49 +08:00
esptool_py esptool: Bump upstream revision 2016-09-26 17:21:11 +10:00
expat components/expat: just change format of expat.rst 2016-09-28 16:26:35 +08:00
freertos Merge branch 'workaround/pin_noaffinity_task_to_core_when_fpu_used' into 'master' 2016-09-29 11:16:41 +08:00
json json & expat: Update component.mk after merging from master 2016-09-09 14:07:45 +10:00
log components/log: regroup macros for better readability 2016-09-19 08:53:09 +08:00
lwip components/lwip,esp32: fixes for C++ 2016-09-26 03:05:25 +08:00
mbedtls mbedtls: Add some initial menuconfig options 2016-09-27 10:38:00 +10:00
newlib Name component makefiles component.mk instead of Makefile 2016-09-08 13:41:19 +10:00
nghttp components/nghttp: just change format of nghttp.rst 2016-09-28 16:26:35 +08:00
nvs_flash nvs: Remove flash layout arguments from nvs_init() 2016-09-27 13:28:45 +10:00
partition_table Remove bin/ directory in favour of an add_path.sh script that can be sourced 2016-09-01 18:45:10 +10:00
spi_flash components/spi_flash: remove stray level of indentation 2016-09-26 12:47:17 +08:00
tcpip_adapter wifi: move type definitions into separate header file 2016-09-27 11:47:47 +08:00