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

Multiple RAM/ROM savings #1000

Merged
merged 8 commits into from
Feb 13, 2024
Merged

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    bae2640 View commit details
    Browse the repository at this point in the history
  2. RAM savings: const_mbr: Initialize MBR at compile-time

    This saves VFS_SECTOR_SIZE (512) bytes of RAM
    mbrossard committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    79e9415 View commit details
    Browse the repository at this point in the history
  3. ROM savings: disable iap_flash_intf if no updates are supported

    This is not needed when there is no bootloader
    mbrossard committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    83ad9c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9efc3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ed7e69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ec9b11 View commit details
    Browse the repository at this point in the history
  7. lpc11u35 savings: reduce user configuration size

    Due to the change of location, configuration will be reset to defaults for all lpc11u35 boards.
    mbrossard committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5fa2d19 View commit details
    Browse the repository at this point in the history
  8. lpc11u35 savings: lpc11u35_musca_* projects now work with GCC

    This allows lpc11u35_musca_a_if, lpc11u35_musca_b_eflash_if, lpc11u35_musca_b_if to work with GCC.
    mbrossard committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e6db541 View commit details
    Browse the repository at this point in the history