-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Branch imxrt1180 nxp evk jason #11475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
e6051b9
6218f04
151f972
a02a8a5
f3a968e
60dc462
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,9 +22,23 @@ config SOC_MIMXRT1189CVM8C_CM33 | |
|
|
||
| menu "On-chip Peripheral Drivers" | ||
|
|
||
| config BSP_USING_DMA | ||
| bool "Enable DMA" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 这个BSP_USING_DMA被删了,但是代码中有使用。请再检查一下 |
||
| menuconfig BSP_USING_LPADC | ||
| bool "Enable ADC" | ||
| default n | ||
|
|
||
| if BSP_USING_LPADC | ||
|
|
||
| config BSP_USING_LPADC1 | ||
| bool "Enable LPADC1" | ||
| default n | ||
|
|
||
| config BSP_LPADC1_USING_DMA | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 我看这个BSP_LPADC1_USING_DMA,似乎在代码中没有使用? |
||
| bool "Enable LPADC1 DMA" | ||
| depends on BSP_USING_LPADC1 | ||
| select BSP_USING_DMA | ||
| default n | ||
|
|
||
| endif | ||
|
|
||
| config BSP_USING_GPIO | ||
| bool "Enable GPIO" | ||
|
|
||
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这部分可以不用PR