Skip to content

Commit 2990819

Browse files
AlessandroLuokartben
authored andcommitted
hal: uart: Add ambiq uart hal support
This commit adds support for ambiq hal uart. Signed-off-by: Hao Luo <hluo@ambiq.com>
1 parent 827962b commit 2990819

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

modules/hal_ambiq/Kconfig.hal

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ config AMBIQ_HAL_USE_WDT
5151
help
5252
Use the WDT driver from Ambiq HAL
5353

54+
config AMBIQ_HAL_USE_UART
55+
bool
56+
help
57+
Use the UART driver from Ambiq HAL
58+
5459
config AMBIQ_HAL_USE_I2C
5560
bool
5661
help

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ manifest:
149149
groups:
150150
- hal
151151
- name: hal_ambiq
152-
revision: 9da9656d3bc78300a757faebf1f265efd4e7b275
152+
revision: 080be37fc674bea9b2e407c8959c3c42660aa7e7
153153
path: modules/hal/ambiq
154154
groups:
155155
- hal

0 commit comments

Comments
 (0)