We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827962b commit 2990819Copy full SHA for 2990819
modules/hal_ambiq/Kconfig.hal
@@ -51,6 +51,11 @@ config AMBIQ_HAL_USE_WDT
51
help
52
Use the WDT driver from Ambiq HAL
53
54
+config AMBIQ_HAL_USE_UART
55
+ bool
56
+ help
57
+ Use the UART driver from Ambiq HAL
58
+
59
config AMBIQ_HAL_USE_I2C
60
bool
61
west.yml
@@ -149,7 +149,7 @@ manifest:
149
groups:
150
- hal
151
- name: hal_ambiq
152
- revision: 9da9656d3bc78300a757faebf1f265efd4e7b275
+ revision: 080be37fc674bea9b2e407c8959c3c42660aa7e7
153
path: modules/hal/ambiq
154
155
0 commit comments