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

Remove support for CONFIG_FS_WRITABLE #602

Merged
merged 12 commits into from
Mar 22, 2020

Commits on Mar 21, 2020

  1. boards/: Remove references to CONFIG_FS_WRITABLE

    Remove references from defconfig files, README.txt files and a couple of uses in .c files
    gregory-nutt committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    83469f8 View commit details
    Browse the repository at this point in the history
  2. arch/: Remove support for CONFIG_FS_WRITABLE

    Remove support for CONFIG_FS_WRITABLE from some MMC drivers.
    gregory-nutt committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    b52c8f6 View commit details
    Browse the repository at this point in the history
  3. Documentation/: Remove support for CONFIG_FS_WRITABLE

    Remove documentation of commands conditioned on CONFIG_FS_WRITABLE
    gregory-nutt committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    fe34502 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8b4c2b View commit details
    Browse the repository at this point in the history
  5. libs/libc: Remove support for CONFIG_FS_WRITABLE

    The mktemp family of functions are built unconditionally now (but not necessarily included in any  build).
    gregory-nutt committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    b0e2f76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    594796e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec32730 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3579602 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e28e15 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    475353c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98eb65f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    62317dd View commit details
    Browse the repository at this point in the history