mirror of https://github.com/ARMmbed/mbed-os.git
commit
e9648dd461
|
|
@ -145,6 +145,10 @@ struct can_s {
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
struct trng_s {
|
||||||
|
RNG_HandleTypeDef handle;
|
||||||
|
};
|
||||||
|
|
||||||
#if DEVICE_FLASH
|
#if DEVICE_FLASH
|
||||||
struct flash_s {
|
struct flash_s {
|
||||||
/* nothing to be stored for now */
|
/* nothing to be stored for now */
|
||||||
|
|
|
||||||
|
|
@ -2209,6 +2209,7 @@
|
||||||
"SERIAL_ASYNCH",
|
"SERIAL_ASYNCH",
|
||||||
"SERIAL_FC",
|
"SERIAL_FC",
|
||||||
"FLASH",
|
"FLASH",
|
||||||
|
"TRNG",
|
||||||
"MPU"
|
"MPU"
|
||||||
],
|
],
|
||||||
"device_has_remove": ["LPTICKER"],
|
"device_has_remove": ["LPTICKER"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue