mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #13347 from francois-berder/boards-fpu
boards: Fix presence of FPU
This commit is contained in:
commit
a2d63070ae
@ -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