flipperzero-firmware/applications/gui/modules
SG eed4296890
MPU Hal (#1492)
* Furi HAL: memory protection unit
* Core: prohibit NULL dereferencing, even for reads.
* Applications: fix NULL dereference
* Core: stack protection by MPU
* MPU: stack region alignment
* Apps: fix null pointer dereferences
* Threads: fix non-null arg check
* Desktop settings: fix null pointer dereference
* Core: documented null-check hack
* Fix null dereference issues
* Apps: args check
* Core: naming fixes
* format code
* Core: remove NONNULL specifier
* FurHal: move MPU initialization to begining, fix enum naming

Co-authored-by: あく <alleteam@gmail.com>
2022-08-04 00:47:10 +09:00
..
widget_elements
button_menu.c MPU Hal (#1492) 2022-08-04 00:47:10 +09:00
button_menu.h
button_panel.c
button_panel.h
byte_input.c
byte_input.h
dialog_ex.c FL-2534: change button text in format dialog and fix incorrect dialog_ex behavior when text is not set (#1253) 2022-05-21 04:40:49 +10:00
dialog_ex.h
dialog.c
dialog.h
empty_screen.c
empty_screen.h
file_browser_worker.c [FL-2675] /int space reservation (#1448) 2022-07-26 21:21:51 +09:00
file_browser_worker.h [FL-2565] Archive: switch to browser worker #1295 2022-06-09 16:09:52 +09:00
file_browser.c Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
file_browser.h [FL-2491] File browser GUI module (#1237) 2022-05-27 14:19:21 +03:00
loading.c [FL-1962, FL-2464, FL-2465, FL-2466, FL-2560, FL-2637, FL-2595] Ibutton, Infrared, LfRFID GUI fixes (#1392) 2022-07-17 16:41:16 +09:00
loading.h
menu.c
menu.h
popup.c Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
popup.h
submenu.c
submenu.h
text_box.c
text_box.h
text_input.c MPU Hal (#1492) 2022-08-04 00:47:10 +09:00
text_input.h
validators.c [FL-2675] /int space reservation (#1448) 2022-07-26 21:21:51 +09:00
validators.h MPU Hal (#1492) 2022-08-04 00:47:10 +09:00
variable_item_list.c
variable_item_list.h
widget.c
widget.h