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

Work with NCS 1.5.1 #22

Merged
merged 9 commits into from
May 19, 2021
Merged

Work with NCS 1.5.1 #22

merged 9 commits into from
May 19, 2021

Commits on May 17, 2021

  1. Work with NCS 1.5.1.

    We had to:
    
    * Add two heaps (a main heap and a TX only heap) which are interrupt-safe.
    * Implement the IPC peripheral driver
    * Minor changes for the new heapless crate
    Jonathan Pallant (42 Technology) committed May 17, 2021
    Configuration menu
    Copy the full SHA
    b0d1b94 View commit details
    Browse the repository at this point in the history
  2. Build on stable, with HF

    Jonathan Pallant committed May 17, 2021
    Configuration menu
    Copy the full SHA
    1e38334 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Use nrfxlib-sys 1.5.1-rc1

    Jonathan Pallant (42 Technology) committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d894ebb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'support_151' of github.com:42-technology-ltd/nrfxlib in…

    …to support_151
    Jonathan Pallant (42 Technology) committed May 18, 2021
    Configuration menu
    Copy the full SHA
    adddc1e View commit details
    Browse the repository at this point in the history
  3. Fix comment mis-format.

    Jonathan Pallant (42 Technology) committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f19e085 View commit details
    Browse the repository at this point in the history
  4. Fix memory allocations.

    Now we can start the modem and bring up multiple sockets.
    Jonathan Pallant (42 Technology) committed May 18, 2021
    Configuration menu
    Copy the full SHA
    59a260e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Bump to -sys 1.5.1 final.

    Jonathan Pallant (42 Technology) committed May 19, 2021
    Configuration menu
    Copy the full SHA
    62c6fdb View commit details
    Browse the repository at this point in the history
  2. Clean up allocators.

    They were basically the same, so now there's one function
    which is given the specific heap to use.
    Jonathan Pallant (42 Technology) committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ce2562d View commit details
    Browse the repository at this point in the history
  3. Cleaning up clippy lints.

    Jonathan Pallant (42 Technology) committed May 19, 2021
    Configuration menu
    Copy the full SHA
    10a0d3e View commit details
    Browse the repository at this point in the history