|
REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
plugin.cpp File Reference
#include <Arduino.h>#include <cstring>#include <imxrt.h>#include <plugin/plugin.h>#include <utils/etl_base64.h>
Include dependency graph for plugin.cpp:

Go to the source code of this file.
Functions | |
| void | prepare_mpu () |
| At the time being, we completely disable the Memory Protection Unit in order to enable our plugin system. | |
Function Documentation
◆ prepare_mpu()
| void prepare_mpu | ( | ) |
At the time being, we completely disable the Memory Protection Unit in order to enable our plugin system.
The MPU can harden the memory security against exploits, so a more fine-grained approach is favorable in the future.
Definition at line 15 of file plugin.cpp.