-
Notifications
You must be signed in to change notification settings - Fork 669
testing/himem_test: Verify the creation of himem and read/write chara… #1446
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
Conversation
063e18c
to
d235204
Compare
d235204
to
c534114
Compare
@ssssenai could you fix the build break? |
default "himem_test" | ||
---help--- | ||
This is the name of the program that will be used when the NSH ELF | ||
program is installed. |
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.
NSH ELF program?
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.
This is a generic description in Kconfig.
# see the file kconfig-language.txt in the NuttX tools repository. | ||
# | ||
|
||
config TESTING_HIMEM_TEST |
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.
i guess this should somehow depends on esp32.
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.
The configuration option needs to be enabled: CONFIG_ESP32_SPIRAM_BANKSWITCH_ENABLE. And has been added dependency on.
c534114
to
e5a71cb
Compare
I apologize for the late response, as this account has not been logged in for a long time. |
…cter devices, read/write multi block character devices, etc.
e5a71cb
to
ec887c9
Compare
Summary
Impact
Only esp32.
The configuration option needs to be enabled: CONFIG_ESP32_SPIRAM_BANKSWITCH_ENABLE.
Testing
Use esp32 & esp32-devkitc/psram.