flipperzero-firmware/lib/FreeRTOS-glue
Nikolay Minaylov 2f3ea9494e
HAL to LL migration: GPIO, HSEM, AES (#1069)
* gpio, hsem, crypto: switch from HAL to LL/registers
* Moved GPIO initialization to furi_hal
* More HAL removed
* All HAL modules disabled
* HAL is finally removed
* hal_gpio -> furi_hal_gpio, main.h removed
* Bootloader build fix
* RTOS config moved to freertos-glue
* delay -> furi_hal_delay

Co-authored-by: あく <alleteam@gmail.com>
2022-03-30 18:23:40 +03:00
..
cmsis_os2.c Nfc: replace cmsis thread with furi, fix condition race in thread stop routine. (#1003) 2022-02-19 02:38:44 +03:00
cmsis_os2.h [FL-1910, FL-2146] Update to new FreeRTOS, fix CMSIS thread flags collision with stream buffer. New cube. (#917) 2021-12-21 15:16:25 +03:00
freertos_mpool.h [FL-1910, FL-2146] Update to new FreeRTOS, fix CMSIS thread flags collision with stream buffer. New cube. (#917) 2021-12-21 15:16:25 +03:00
freertos_os2.h [FL-1910, FL-2146] Update to new FreeRTOS, fix CMSIS thread flags collision with stream buffer. New cube. (#917) 2021-12-21 15:16:25 +03:00
FreeRTOSConfig.h HAL to LL migration: GPIO, HSEM, AES (#1069) 2022-03-30 18:23:40 +03:00
os_tick.h [FL-1910, FL-2146] Update to new FreeRTOS, fix CMSIS thread flags collision with stream buffer. New cube. (#917) 2021-12-21 15:16:25 +03:00
task_control_block.h FuriHal: replace HAL with LL in RFID Part 1. Drop F6. (#1049) 2022-03-23 20:59:20 +03:00