[FL-1991] Rewrite flash driver (#813)
* Toolbox: fix null pointer dereference in manchester decoder. * FuriHal: use MPU to protect from null pointer dereference, replace flash driver with our own implementation.
This commit is contained in:
		| @@ -57,7 +57,7 @@ | ||||
| #endif /* CMSIS_device_header */ | ||||
|  | ||||
| #define configENABLE_FPU                         1 | ||||
| #define configENABLE_MPU                         1 | ||||
| #define configENABLE_MPU                         0 | ||||
|  | ||||
| #define configUSE_PREEMPTION                     1 | ||||
| #define configSUPPORT_STATIC_ALLOCATION          0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user