1
0
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:
Dylan Laduranty 2020-02-12 09:12:57 +01:00 committed by GitHub
commit a2d63070ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -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 |

View File

@ -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 |

View File

@ -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 |

View File

@ -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 |

View File

@ -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 |

View File

@ -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 |