Merge pull request #9583 from jeromecoutant/PR_F2TRNG

STM32F2: Enable TRNG
pull/9602/head
Martin Kojtal 2019-02-04 14:41:19 +01:00 committed by GitHub
commit e9648dd461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"],