Skip to content
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

[BUG] ramtest application CMakeList error. #2551

Closed
1 task done
nonpawite opened this issue Sep 4, 2024 · 1 comment · Fixed by #2586
Closed
1 task done

[BUG] ramtest application CMakeList error. #2551

nonpawite opened this issue Sep 4, 2024 · 1 comment · Fixed by #2586
Labels
Arch: all OS: Linux Type: Bug Something isn't working

Comments

@nonpawite
Copy link

Description / Steps to reproduce the issue

ramtest application's CMakeList are reading for CONFIG_SYSTEM_RAMTEST in if clause, but in configuration file are defined as CONFIG_TESTING_RAMTEST. Which result in ramtest application is not showing in nsh shell when user enabled the applocation in menuconfig.

When CONFIG_SYSTEM_RAMTEST changed to CONFIG_TESTING_RAMTEST the application shows in nsh shell normally.

On which OS does this issue occur?

[Linux]

What is the version of your OS?

Ubuntu 24.04

NuttX Version

master

Issue Architecture

[all]

Issue Area

[Applications]

Verification

  • I have verified before submitting the report.
@acassis
Copy link
Contributor

acassis commented Sep 19, 2024

@nonpawite I think you are using an outdated apps repository, the CONFIG_SYSTEM_RAMTEST moved to CONFIG_TESTING_RAMTEST

@xiaoxiang781216 xiaoxiang781216 linked a pull request Sep 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: all OS: Linux Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants