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