Peter Wang
f8b14155f0
boards: frdm_mcxa166, frdm_mcxa276: add ostimer support
...
1. add the ostimer
2. by default, the systick is used.
3. The ostimer could be tested with below configure in xxx.overlay:
&systick {
status = "disabled";
};
&ostimer0 {
status = "okay";
};
And below configure in xxx.conf:
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1000000
Signed-off-by: Peter Wang <chaoyi.wang@nxp.com>
2 weeks ago
Peter Wang
cec6d68284
boards: frdm_mcxa166, frdm_mcxa276: add temperature sensor support
...
1. enable temperature sensor support
2. verified samples/sensor/die_temp_polling
Signed-off-by: Peter Wang <chaoyi.wang@nxp.com>
2 weeks ago
Peter Wang
55db18bc06
boards: frdm_mcxa166, frdm_mcxa276: add i3c support
...
1. enable i3c driver and sensor p3t1755
2. verified samples/sensor/thermometer
Signed-off-by: Peter Wang <chaoyi.wang@nxp.com>
2 weeks ago
Peter Wang
2fc2c1dd2a
boards: frdm_mcxa166, frdm_mcxa276: add spi support
...
1. enable spi support
2. verified tests/drivers/spi/spi_loopback
Signed-off-by: Peter Wang <chaoyi.wang@nxp.com>
2 months ago
Peter Wang
8405754a30
boards: frdm_mcxa166, frdm_mcxa276: add i2c support
...
1. enable i2c support
2. verified tests/drivers/i2c/i2c_target_api
Signed-off-by: Peter Wang <chaoyi.wang@nxp.com>
2 months ago
Peter Wang
073e04ce32
boards: frdm_mcxa166, frdm_mcxa276: add adc support
...
1. enable adc support
2. verified samples/drivers/adc/adc_dt and tests/drivers/adc/adc_api
Signed-off-by: Peter Wang <chaoyi.wang@nxp.com>
2 months ago
Peter Wang
829c796e04
boards: frdm_mcxa166, frdm_mcxa276: add dma support
...
1. enable dma support
Signed-off-by: Peter Wang <chaoyi.wang@nxp.com>
2 months ago
Peter Wang
de7c508e58
boards: frdm_mcxa166, frdm_mcxa276: add lptmr and ctimer support
...
1. enable lptmr and ctimer support
2. verified tests/drivers/count/counter_basic_api
Signed-off-by: Peter Wang <chaoyi.wang@nxp.com>
2 months ago
Peter Wang
99441374d9
boards: frdm_mcxa166, frdm_mcxa276: fix SYS_CLOCK_HW_CYCLES_PER_SEC
...
1. mcxa serial SYS_CLOCK_HW_CYCLES_PER_SEC default value is 96000000
2. mcxa166,mcxa276 works at 180000000
Signed-off-by: Peter Wang <chaoyi.wang@nxp.com>
2 months ago
Hake Huang
a37686ef71
boards: frdm_mcxa: add pinmux to boards for lpuart test
...
move the pinmux setting to boards
Signed-off-by: Hake Huang <hake.huang@nxp.com>
3 months ago
Peter Wang
d14c9c4d47
boards: frdm_mcxa166, frdm_mcxa276: add watchdog support
...
1. enable watchdog support
2. verified tests/drivers/watchdog/wdt_basic_api
Signed-off-by: Peter Wang <chaoyi.wang@nxp.com>
3 months ago
Peter Wang
7b2c92f0a0
boards: frdm_mcxa166, frdm_mcxa276: add flash support
...
1. enable flash support
2. verified test/driver/flash
Signed-off-by: Peter Wang <chaoyi.wang@nxp.com>
3 months ago
Peter Wang
393c8d1378
boards: frdm_mcxa166, frdm_mcxa276: add uart support
...
1. add uart support
2. enable the uart_async_api test example
Signed-off-by: Peter Wang <chaoyi.wang@nxp.com>
3 months ago
Benjamin Cabé
1e5cc37ccb
boards: doc: add more .. zephyr:board-supported-runners::
...
Catch up on some of the boards recently added as well as some that were
missed in the previous batch update.
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
3 months ago
Peter Wang
43b6db143f
boards: frdm_mcxa166, frdm_mcxa276: add frdm_mcxa166 and frdm_mcxa276 board
...
enable board support for frdm_mcxa166 and frdm_mcxa276
Signed-off-by: Peter Wang <chaoyi.wang@nxp.com>
3 months ago