mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
boards: Fix presence of FPU
Cortex-M0, Cortex-M0+ and Cortex-M3 MCU never have a FPU. Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
This commit is contained in:
parent
de89f3a459
commit
c76f0e1489
@ -23,7 +23,7 @@ content/uploads/2015/08/Figura2-500x467.png)
|
||||
| RAM | 8Kb |
|
||||
| Flash | 64Kb |
|
||||
| Frequency | up to 48MHz) |
|
||||
| FPU | yes |
|
||||
| FPU | no |
|
||||
| Timers | 11 (2x watchdog, 1 SysTick, 8x 16-bit) |
|
||||
| ADCs | 1x 12-bit |
|
||||
| UARTs | 6 |
|
||||
|
@ -23,7 +23,7 @@ content/uploads/2015/08/Figura2-500x467.png)
|
||||
| RAM | 16Kb |
|
||||
| Flash | 128Kb |
|
||||
| Frequency | up to 48MHz) |
|
||||
| FPU | yes |
|
||||
| FPU | no |
|
||||
| Timers | 11 (2x watchdog, 1 SysTick, 8x 16-bit) |
|
||||
| ADCs | 1x 12-bit |
|
||||
| UARTs | 4 |
|
||||
|
@ -21,7 +21,7 @@ STM32F072RB microcontroller with 16Kb of SRAM and 128Kb of ROM Flash.
|
||||
| RAM | 16Kb |
|
||||
| Flash | 128Kb |
|
||||
| Frequency | up to 48MHz) |
|
||||
| FPU | yes |
|
||||
| FPU | no |
|
||||
| Timers | 12 (2x watchdog, 1 SysTick, 8x 16-bit, 1x 32-bit) |
|
||||
| ADCs | 1x 12-bit (up to 16 channels) |
|
||||
| UARTs | 4 |
|
||||
|
@ -20,7 +20,7 @@ STM32F103RB microcontroller with 20Kb of SRAM and 128Kb of ROM Flash.
|
||||
| RAM | 20Kb |
|
||||
| Flash | 128Kb |
|
||||
| Frequency | up to 72MHz |
|
||||
| FPU | yes |
|
||||
| FPU | no |
|
||||
| Timers | 7 (2x watchdog, 1 SysTick, 4x 16-bit) |
|
||||
| ADCs | 1x 12-bit |
|
||||
| UARTs | 3 |
|
||||
|
@ -22,7 +22,7 @@ STM32F207ZG microcontroller with 128Kb of SRAM and 1Mb of ROM Flash.
|
||||
| RAM | 128Kb |
|
||||
| Flash | 1Mb |
|
||||
| Frequency | up to 120MHz |
|
||||
| FPU | yes |
|
||||
| FPU | no |
|
||||
| Timers | 17 (2x watchdog, 1 SysTick, 12x 16-bit, 2x 32-bit [TIM2]) |
|
||||
| ADCs | 3x 12-bit |
|
||||
| UARTs | 4 |
|
||||
|
@ -25,7 +25,7 @@ Link to [product website](http://docs.spark.io/hardware/).
|
||||
| RAM | 20Kb |
|
||||
| Flash | 128Kb |
|
||||
| Frequency | up to 72MHz (using the on-board 8MHz Oszillator of the ST- Link) |
|
||||
| FPU | yes |
|
||||
| FPU | no |
|
||||
| Timers | 10 (9x 16-bit, 1x 32-bit [TIM2]) |
|
||||
| ADCs | 4x 12-bit |
|
||||
| UARTs | 5 |
|
||||
|
Loading…
Reference in New Issue
Block a user