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

cmake: silence "LOAD segment with RWX permissions" warning #167

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    c2a913c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98b95a9 View commit details
    Browse the repository at this point in the history
  3. config: usb2can: remove unused LED3 and LED4 defines

    Fixes: 89c44fe ("correct LED initialization for canable interfaces")
    marckleinebudde committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8fe5621 View commit details
    Browse the repository at this point in the history
  4. config: remove comments about not connected silent pin

    This way uncrustify produces better indention.
    marckleinebudde committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    beb27bd View commit details
    Browse the repository at this point in the history
  5. config: add "1" to CONFIG_CANFD define

    This way uncrustify produces better indention.
    marckleinebudde committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    031ca1a View commit details
    Browse the repository at this point in the history
  6. config: uncrustify

    marckleinebudde committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    eab3d53 View commit details
    Browse the repository at this point in the history
  7. main: provide weak symbols for _close, _lseek, _read, _write

    This increases the size of the binary in a stm32f072 a bit:
    
    before:
    Memory region         Used Size  Region Size  %age Used
               FLASH:       17296 B       128 KB     13.20%
                 RAM:        4268 B        16 KB     26.05%
    
    after:
    Memory region         Used Size  Region Size  %age Used
               FLASH:       17312 B       128 KB     13.21%
                 RAM:        4268 B        16 KB     26.05%
    
    Closes: candle-usb#164
    marckleinebudde committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    acb299e View commit details
    Browse the repository at this point in the history
  8. editorconfig: apply indent with 2 spaces for yml files

    This is the default for yml files for the github workflows.
    marckleinebudde committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e80a98f View commit details
    Browse the repository at this point in the history
  9. workflows: update CI to compile on various Debian based distributions

    Use containers to build on various Debian based distributions:
    
    - Ubuntu: 20.04
    - Ubuntu: 22.04
    - Ubuntu: 24.04
    - Ubuntu: rolling
    - Debian: oldstable
    - Debian: stable
    - Debian: testing
    - Debian: unstable
    marckleinebudde committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    590ad3a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77731d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    19d7a76 View commit details
    Browse the repository at this point in the history