@@ -15,6 +15,51 @@ Ada_Drivers_Library provides support for various devices in the ARM Cortex-M
15
15
and RISC-V architectures. Some devices are only partially supported. Go to the
16
16
[ boards directory] ( boards/ ) for a list of supported hardware.
17
17
18
+ ## Board list
19
+
20
+ | Arch | Board |
21
+ | ------ | --------------------- |
22
+ | ARM | [ STM32F407_Discovery] |
23
+ | ARM | [ STM32F429_Discovery] |
24
+ | ARM | [ STM32F469_Discovery] |
25
+ | ARM | [ STM32F4XX_M] |
26
+ | ARM | [ STM32_F4VE] |
27
+ | ARM | [ STM32F746_Discovery] |
28
+ | ARM | [ STM32F769_Discovery] |
29
+ | ARM | [ STM32_H405] |
30
+ | ARM | [ NUCLEO_F446ZE] |
31
+ | ARM | [ Crazyflie] |
32
+ | ARM | [ Feather_STM32F405] |
33
+ | ARM | [ OpenMV2] |
34
+ | ARM | [ MicroBit] |
35
+ | ARM | [ NRF52_DK] |
36
+ | RISC-V | [ HiFive1] |
37
+ | RISC-V | [ HiFive1_rev_B] |
38
+ | RISC-V | [ Unleashed] |
39
+ | | [ Native] |
40
+
41
+ <!-- Examples: -->
42
+ [ HiFive1 ] : examples/HiFive1/README.md
43
+ [ HiFive1_rev_B ] : examples/HiFive1_rev_B/README.md
44
+ [ MicroBit ] : examples/MicroBit/README.md
45
+ [ NRF52_DK ] : examples/NRF52_DK/README.md
46
+ [ OpenMV2 ] : examples/OpenMV2/README.md
47
+ [ STM32F429_Discovery ] : examples/STM32F429_Discovery/README.md
48
+ [ STM32F469_Discovery ] : examples/STM32F469_Discovery/README.md
49
+ [ STM32F407_Discovery ] : examples/STM32F4_DISCO/README.md
50
+ [ STM32_F4VE ] : examples/stm32_f4ve/README.md
51
+ [ STM32F4XX_M ] : examples/stm32f4xx_m/README.md
52
+ [ STM32F746_Discovery ] : examples/STM32F746_Discovery/README.md
53
+ [ STM32F769_Discovery ] : examples/STM32F769_Discovery/README.md
54
+
55
+ <!-- Undocumented: -->
56
+ [ STM32_H405 ] : examples/stm32_h405/
57
+ [ NUCLEO_F446ZE ] : examples/nucleo_f446ze/
58
+ [ Feather_STM32F405 ] : examples/feather_stm32f405
59
+ [ Crazyflie ] : boards/crazyflie/
60
+ [ Unleashed ] : examples/Unleashed
61
+ [ Native ] : boards/native
62
+
18
63
# 3. Getting started
19
64
20
65
To start using the Ada_Drivers_Library, please go to the [ examples
0 commit comments