Merge pull request #8559 from productize/stm32f407vg-rng

STM32F407VG: Add TRNG support
pull/8572/head
Cruz Monrreal 2018-10-29 08:50:43 -05:00 committed by GitHub
commit 503066a736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -54,6 +54,10 @@ struct port_s {
__IO uint32_t *reg_out;
};
struct trng_s {
RNG_HandleTypeDef handle;
};
#include "common_objects.h"
#ifdef __cplusplus

View File

@ -1809,7 +1809,7 @@
"supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
"program_cycle_s": 2,
"extra_labels_add": ["STM32F4", "STM32F407", "STM32F407xG", "STM32F407VG"],
"device_has_add": ["ANALOGOUT"],
"device_has_add": ["ANALOGOUT", "TRNG"],
"release_versions": ["2"],
"device_name": "STM32F407VG"
},
@ -1921,7 +1921,7 @@
},
"macros_add": ["USB_STM_HAL"],
"overrides": {"lse_available": 0},
"device_has_add": ["ANALOGOUT"],
"device_has_add": ["ANALOGOUT", "TRNG"],
"release_versions": ["2", "5"],
"device_name": "STM32F407VG"
},