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

Conversation

rexut
Copy link
Member

@rexut rexut commented Sep 15, 2024

  • update all output messages through documentation
  • extend user guides for development:
    • application development:
      • board support
      • build and configuration system
    • development model
      • managing the (Zephyr Project) code base
  • sample "Hello Shell" adaption
    • avoid RAM overflow on SAMD21 based boards

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>
Update all output messages through documentation.

Signed-off-by: Stephan Linz <linz@li-pro.net>
- 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>
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>
Copy link

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

Copy link
Contributor

@tobiaskaestner tobiaskaestner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@rexut rexut merged commit fb05c5c into main Sep 15, 2024
13 checks passed
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.

2 participants