OVMS3-idf/components/soc
Felipe Neves 73592d9bc4 spin_lock: added new spinlock interface and decoupled it from RTOS
spin_lock: cleaned-up port files and removed portmux files

components/soc: decoupled compare and set operations from FreeRTOS

soc/spinlock: filled initial implementation of spinlock refactor

It will decouple the spinlocks into separated components with not depencences of freertos
an similar interface was provided focusing the readabillity and maintenance, also
naming to spinlocks were adopted. On FreeRTOS side the legacy portMUX macros
gained a form of wrapper functions that calls the spinlocks component thus
minimizing the impact on RTOS side.

This feature aims to close IDF-967

soc/spinlock: spinlocks passed on unit test, missing test corner cases

components/compare_set: added better function namings plus minor performance optimization on spinlocks

soc/spinlock: code reordering to remove ISC C90 mix error

freertos/portmacro: gor rid of critical sections multiline macros, placed inline functions instead

soc/spinlock: improved spinlock performance from internal RAM

For cases where the spinlock is executed from IRAM, there is no
need to check where the spinlock object is placed on memory,
removing this checks caused a great improvement on performance.
2020-01-22 06:20:34 +08:00
..
esp32 Merge branch 'bugfix/ledc_driver_enums' into 'master' 2020-01-10 15:34:43 +08:00
esp32s2beta global: hello world on real esp32-s2 2020-01-16 17:43:59 +08:00
include spin_lock: added new spinlock interface and decoupled it from RTOS 2020-01-22 06:20:34 +08:00
src spin_lock: added new spinlock interface and decoupled it from RTOS 2020-01-22 06:20:34 +08:00
test soc: fix unit tests not included in the build 2019-11-18 15:58:49 +07:00
CMakeLists.txt spin_lock: added new spinlock interface and decoupled it from RTOS 2020-01-22 06:20:34 +08:00
component.mk add esp32s2beta in soc component 2019-06-11 13:06:32 +08:00
linker.lf ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation 2019-11-28 09:20:00 +08:00