Skip to content

Commit ffc7b21

Browse files
marcin-wierzbickimmahadevan108
authored andcommitted
s32: drivers: s32k148: patch ADC for compatibility with MCUX
In order to reuse existing device header with MCUX SDK ADC driver, it is needed to rename these fields: - CV[ADC_CV_COUNT] -> CV1,CV2 - ASC1X,SC1[ADC_SC1ZZ_COUNT] -> SC1[ADC_SC1_COUNT] - ARX,R[ADC_RZZ_COUNT] -> R[ADC_R_COUNT] Signed-off-by: Marcin Wierzbicki <[email protected]>
1 parent 99b7e32 commit ffc7b21

File tree

2 files changed

+23
-491
lines changed

2 files changed

+23
-491
lines changed

s32/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Patch List for S32K1:
4242
- Relocate uninitialized non-cacheable variables into .nocache section defined by Zephyr.
4343
- Rename fields and macros of FTM device headers to allow compatibility with MCUX FTM driver.
4444
- Rename fields and macros of FlexCAN device headers to allow compatibility with MCUX FlexCAN driver.
45+
- Rename fields and macros of ADC device headers to allow compatibility with MCUX ADC driver.
4546

4647
Patch List for S32K3:
4748
- Relocate uninitialized non-cacheable variables into .nocache section defined by Zephyr.

0 commit comments

Comments
 (0)