STM32F2: Enable TRNG

pull/9583/head
jeromecoutant 2019-02-01 14:52:55 +01:00
parent 3d4582bda0
commit 85c2f22a87
2 changed files with 5 additions and 0 deletions

View File

@ -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 */

View File

@ -2209,6 +2209,7 @@
"SERIAL_ASYNCH",
"SERIAL_FC",
"FLASH",
"TRNG",
"MPU"
],
"device_has_remove": ["LPTICKER"],