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

Enable the example to be run out of the box #2

Merged
merged 12 commits into from
May 18, 2021

Conversation

huntc
Copy link
Contributor

@huntc huntc commented May 4, 2021

Provides memory layout and hex file output, which is expected for the nRF associated tooling.

TODO:

  • See the output appear in one of the three terminal windows - not seeing any blinking lights also, indicating that I'm not quite there...
  • Determine whether the memory.x changes be addressed within nrf-hal.

Fixes #1

Provides memory layout and hex file output, which is expected for the nRF associated tooling.
@huntc
Copy link
Contributor Author

huntc commented May 5, 2021

@jonathanpallant Is this something you'd be interested in reviewing?

README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
memory.x Outdated Show resolved Hide resolved
@jonathanpallant
Copy link
Member

Pushed some updates. The UART doesn't work though, so I'm off to look at nrf-rs/nrf-hal#317

@jonathanpallant
Copy link
Member

UART is now working if you have nrf-rs/nrf-hal#319.

Jonathan Pallant added 5 commits May 17, 2021 09:35
Includes working linker script.
Otherwise if you miss the start-up message you  might not think the UART
was working.
@thejpster
Copy link

Added an example which uses the bare minimum functionality required to talk to the modem.

@jonathanpallant
Copy link
Member

It needs arm-none-eabi-gcc installing in the workflow, because tinyrlibc contains a C file.

@jonathanpallant jonathanpallant merged commit 2b37cdf into nrf-rs:master May 18, 2021
@huntc huntc deleted the out-of-box branch May 19, 2021 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to flash board
3 participants