[En-Nut-Discussion] A few patches
Krzysztof Sawicki
krzysztof.sawicki at mlabs.pl
Tue Dec 13 10:15:26 CET 2016
On 12.12.2016 09:48, Krzysztof Sawicki wrote:
> On 12.12.2016 09:11, Krzysztof Sawicki wrote:
>> ADD: STM32F412Rx
and yet another patch for STM32F412Rx
--
Krzysztof Sawicki
MLabs sp. z o.o.
ul. Kaliska 21
61-131 Poznań
tel. 61 646 84 27
KRS: 0000390306
NIP: 7822533401
-------------- next part --------------
Index: nut/include/arch/cm3/stm/vendor/stm32f412rx.h
===================================================================
--- nut/include/arch/cm3/stm/vendor/stm32f412rx.h (revision 6573)
+++ nut/include/arch/cm3/stm/vendor/stm32f412rx.h (working copy)
@@ -4871,7 +4871,8 @@
#define RCC_CSR_LSION 0x00000001U
#define RCC_CSR_LSIRDY 0x00000002U
#define RCC_CSR_RMVF 0x01000000U
-#define RCC_CSR_PADRSTF 0x04000000U
+#define RCC_CSR_BORRSTF 0x02000000U
+#define RCC_CSR_PINRSTF 0x04000000U
#define RCC_CSR_PORRSTF 0x08000000U
#define RCC_CSR_SFTRSTF 0x10000000U
#define RCC_CSR_WDGRSTF 0x20000000U
More information about the En-Nut-Discussion
mailing list