Karl Palsson
a99f4fb620
[stm32] Use correct offsets for UniqueID bits
...
STM32L1 has a different set of offsets, not just a different base
address, so we can't have common registers definitions. Also, out of
F0,F1,F2,F3,F4,L1, only the F1 has the odd note about 2x16bit registers
and 2x32bit registers with one 16bit register marked as "This field
value is also reserved for a future feature." Therefore, replace the
awkward reading out as multiple words and just copy them in.
F0,F2,F3,F4 were missing definitions altogether.
This does _not_ attempt to address the problem of the mismatched base
addresses for Medium+ and High Density L1 parts.
2013-10-15 11:16:14 +00:00
BuFran
e19270b3bf
[STM32F0:ADC] Add supporting functions to the module
2013-08-22 17:18:42 -07:00
BuFran
81982916e2
[Doxygen] Add complete documentation page to STM32F0
2013-08-22 17:18:42 -07:00
BuFran
4ff19fa2b4
[Style] Unified commenting style on F0
2013-08-22 17:18:41 -07:00
BuFran
efc2489d2c
[Stylecheck] Code cleaned to current stylecheck script
2013-08-22 17:18:41 -07:00
BuFran
210a17ec97
[STM32F0:SPI] Add initial support
2013-08-22 17:18:41 -07:00
BuFran
72f38401c0
[STM32F0:I2C] Add register definitions
2013-08-22 17:18:40 -07:00
BuFran
662aace389
[STM32F0:TSC] Add register definitions
2013-08-22 17:18:40 -07:00
BuFran
7487a22c7e
[STM32F0:CEC] Add register definitions
2013-08-22 17:18:40 -07:00
BuFran
9952768c42
[STM32F0:DAC] Add register definitions
2013-08-22 17:18:39 -07:00
BuFran
a073758cb4
[STM32F0:ADC] Add register definitions
2013-08-22 17:18:39 -07:00
BuFran
1345a3403c
[STM32F0:EXTI] Add prelimnary support of exti, common file now in common directory
2013-08-22 17:18:39 -07:00
BuFran
cd9ba87073
[STM32F0:SYSCFG] Add support for SYSCFG. Old file moved to common directory for L1 and F234
2013-08-22 17:18:39 -07:00
BuFran
9f8dd28a5c
[STM32F0:COMP] Add preliminary support of module
2013-08-22 17:18:38 -07:00
BuFran
4bb18baa59
[STM32F0:RTC] Renamed common files to be consistent to file naming scheme
2013-08-22 17:18:38 -07:00
BuFran
cc4c164ebe
[STM32F0:DMA] Renamed common file to meet all supported families, added missing files
2013-08-22 17:18:37 -07:00
BuFran
8b0656459b
[STM32F0:DMA] Add initial support
2013-08-22 17:18:37 -07:00
BuFran
62a8aca04a
[STM32F0:RTC] Add initial support
2013-08-22 17:18:37 -07:00
BuFran
c99be0fb96
[STM32F0:IWDG] Add initial support
2013-08-22 17:18:37 -07:00
BuFran
fc02aa6162
[STM32F0:USART] Add support for USART peripheral
2013-08-22 17:18:36 -07:00
BuFran
18c4d299c1
[STM32F0] Add preliminary support for the family
2013-08-22 17:18:35 -07:00