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

Extend Bridle documentation for upcoming v3.7.0 #264

Merged
merged 4 commits into from
Sep 15, 2024
Merged

Extend Bridle documentation for upcoming v3.7.0 #264

merged 4 commits into from
Sep 15, 2024

Commits on Sep 14, 2024

  1. samples: helloshell: avoid RAM overflow on SAMD21

    Since Zephyr upstream v3.7.0 and some new commands enabled by default,
    all systems with an Atmel SAMD21 SoC cause a RAM overflow. Following
    unsupported features were disabled for such boards: counter, eeprom,
    regulator, rtc, sensor. On the other hand, the command for GPIO LEDs
    has been reactivated.
    
    Signed-off-by: Stephan Linz <linz@li-pro.net>
    rexut committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e940e08 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. doc: update all output messages for upcoming v3.7.0

    Update all output messages through documentation.
    
    Signed-off-by: Stephan Linz <linz@li-pro.net>
    rexut committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    894ae39 View commit details
    Browse the repository at this point in the history
  2. doc: extend user guides for development

    - Application development (extended)
    
      - Board support
      - Build and configuration system
    
    - Development model (extended)
    
      - Managing the code base
    
    Signed-off-by: Stephan Linz <linz@li-pro.net>
    rexut committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    9580cd2 View commit details
    Browse the repository at this point in the history
  3. release: add draft notes for upcoming 3.7.0

    Add more supported or respected boards:
    
    - NXP MIMXRT1170-EVK/EVKB (CM7)
    - Nordic nRF52840 DK
    - Nordic nRF9160 DK
    - ST Nucleo F4xxxx
    - ST Nucleo F7xxxx
    
    Signed-off-by: Stephan Linz <linz@li-pro.net>
    rexut committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    fb05c5c View commit details
    Browse the repository at this point in the history