flipperzero-firmware/furi/core
Sergey Gavrilov 297f185ef4
Blocking USB driver API (#2009)
* invalidate memmgt thread dict
* Core: rollback memmgt thread dict invalidation
* Dialogs: move api lock to toolbox
* HAL: blocking usb API
* HAL usb: fix api return data
* HAL usb: api optimization
* api lock: test results
* Fix build errors
* DAP Link: fix imports
* Crash when malloc in ISR
* Fix dap-link copypaste error
* Moar memory management crashes.
* Crash when malloc in IRQ, not ISR
* USB-UART: Blocking VCP mode switch

Co-authored-by: nminaylov <nm29719@gmail.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-11-29 21:50:55 +09:00
..
base.h
check.c
check.h Code cleanup: srand, PVS warnings (#1974) 2022-11-05 18:07:24 +03:00
common_defines.h
core_defines.h
dangerous_defines.h
event_flag.c Code cleanup: srand, PVS warnings (#1974) 2022-11-05 18:07:24 +03:00
event_flag.h
kernel.c
kernel.h
log.c Fix for spelling (#2051) 2022-11-29 01:51:51 +09:00
log.h
memmgr_heap.c Blocking USB driver API (#2009) 2022-11-29 21:50:55 +09:00
memmgr_heap.h Fix for spelling (#2051) 2022-11-29 01:51:51 +09:00
memmgr.c
memmgr.h Fix for spelling (#2051) 2022-11-29 01:51:51 +09:00
message_queue.c
message_queue.h
mutex.c Code cleanup: srand, PVS warnings (#1974) 2022-11-05 18:07:24 +03:00
mutex.h
pubsub.c
pubsub.h
record.c
record.h
semaphore.c Code cleanup: srand, PVS warnings (#1974) 2022-11-05 18:07:24 +03:00
semaphore.h
stream_buffer.c Code cleanup: srand, PVS warnings (#1974) 2022-11-05 18:07:24 +03:00
stream_buffer.h
string.c Code cleanup: srand, PVS warnings (#1974) 2022-11-05 18:07:24 +03:00
string.h
thread.c Core: thread allocation shortcut (#2007) 2022-11-23 21:49:17 +09:00
thread.h Fix for spelling (#2051) 2022-11-29 01:51:51 +09:00
timer.c
timer.h
valuemutex.c Fix for spelling (#2051) 2022-11-29 01:51:51 +09:00
valuemutex.h Fix for spelling (#2051) 2022-11-29 01:51:51 +09:00