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

NuttX defconfig minor cleanup and improvements #14599

Merged
merged 2 commits into from
May 2, 2020

Conversation

dagar
Copy link
Member

@dagar dagar commented Apr 5, 2020

  • remove all the unnecessary entries disabling NXFONTS
  • don't exclude procfs entries (enables df and a few other things)
  • enable tab completion and command line history on newer boards with plenty of memory (f7, h7, imxrt)

Example: df

nsh> df -h
  Filesystem    Size      Used  Available Mounted on
  cromfs        204K      204K         0B /etc
  vfat           14G       95M        14G /fs/microsd
  procfs          0B        0B         0B /proc

Example: tab completion (a tab)

nsh> a
  adc
  adis16448
  ak09916
  adis16477
  adis16497
  attitude_estimator_q
  airspeed_selector
nsh> a

TODO: review possible mavlink nsh issues

@davids5 I vaguely recall you encountered an issue with either tab completion or command line history with nsh over mavlink. What was the problem?

@dagar dagar force-pushed the pr-nuttx_defconfig_cleanup branch from 6401dc2 to 1ea4373 Compare May 1, 2020 19:21
@dagar
Copy link
Member Author

dagar commented May 1, 2020

Rebased with the tab completion and history removed (we can try again later).

@dagar dagar merged commit 28d2aca into master May 2, 2020
@dagar dagar deleted the pr-nuttx_defconfig_cleanup branch May 2, 2020 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant