zephyr/drivers/counter
David Leach f3435b75ef hal: nxp: Update to SDK 2.10.0
Updating to the SDK 2.10.0 for select platforms.

west.yml:
- Update to point to the NXP HAL update with SDK 2.10.0 files
- modules/tee/tfm needed to be updated to synchronize the
  LPCXPRESSO55S69 platform SDK to version 2.10.0 to be in sync
  with Zephyr usage of SDK 2.10.0

drivers/counter/counter_mcux_pit.c:
- underlying SDK 2.10.0 adjusted the setting by -1 so need
  to adjust the reported value set by +1

drivers/ethernet/eth_mcux.c:
- SDK2.10 ethernet driver provided an assert test that highlighted
  we were using the wrong clock source on various platforms.

drivers/memc/memc_mcux_flexspi.c:
- SDK2.10 added compile time conditional on whether a field was
  defined for the flexspi configuration structure.

Signed-off-by: David Leach <david.leach@nxp.com>
2021-08-13 15:37:48 -05:00
..
CMakeLists.txt drivers: counter: add driver for Microchip MCP7940N RTCC 2021-07-30 19:51:29 -04:00
Kconfig drivers: counter: add driver for Microchip MCP7940N RTCC 2021-07-30 19:51:29 -04:00
Kconfig.cmos
Kconfig.dtmr_cmsdk_apb
Kconfig.esp32
Kconfig.gecko
Kconfig.imx_epit
Kconfig.maxim_ds3231
Kconfig.mcp7940n drivers: counter: add driver for Microchip MCP7940N RTCC 2021-07-30 19:51:29 -04:00
Kconfig.mcux_gpt
Kconfig.mcux_lpc_rtc
Kconfig.mcux_lptmr
Kconfig.mcux_pit
Kconfig.mcux_rtc
Kconfig.native_posix
Kconfig.nrfx drivers: counter: nrfx_timer: Add option to use ZLI interrupt 2021-08-05 16:17:23 +02:00
Kconfig.sam drivers: Add Atmel SAM counter (TC) Driver 2021-07-26 05:13:40 -04:00
Kconfig.sam0
Kconfig.stm32_rtc
Kconfig.tmr_cmsdk_apb
Kconfig.xec
Kconfig.xlnx
counter_cmos.c
counter_esp32.c
counter_gecko_rtcc.c
counter_handlers.c
counter_imx_epit.c
counter_ll_stm32_rtc.c
counter_mchp_xec.c Microchip: XEC RTOS timer: Add MEC172x support to driver 2021-07-27 09:29:34 -04:00
counter_mcux_gpt.c
counter_mcux_lpc_rtc.c
counter_mcux_lptmr.c
counter_mcux_pit.c hal: nxp: Update to SDK 2.10.0 2021-08-13 15:37:48 -05:00
counter_mcux_rtc.c
counter_native_posix.c
counter_nrfx_rtc.c drivers: counter: nrfx_rtc: Add option to use ZLI interrupt 2021-08-05 16:17:23 +02:00
counter_nrfx_timer.c drivers: counter: nrfx_timer: Add option to use ZLI interrupt 2021-08-05 16:17:23 +02:00
counter_sam0_tc32.c
counter_sam_tc.c drivers: Add Atmel SAM counter (TC) Driver 2021-07-26 05:13:40 -04:00
counter_xlnx_axi_timer.c
dualtimer_cmsdk_apb.h
maxim_ds3231.c
rtc_mcp7940n.c drivers: counter: add driver for Microchip MCP7940N RTCC 2021-07-30 19:51:29 -04:00
timer_cmsdk_apb.h
timer_dtmr_cmsdk_apb.c
timer_tmr_cmsdk_apb.c