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

Conversation

jonathanpallant
Copy link
Member

No description provided.

Jonathan Pallant (42 Technology) added 9 commits May 17, 2021 18:02
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
Now we can start the modem and bring up multiple sockets.
They were basically the same, so now there's one function
which is given the specific heap to use.
@jonathanpallant jonathanpallant merged commit a15764e into develop May 19, 2021
@jonathanpallant jonathanpallant deleted the support_151 branch May 19, 2021 16:34
jonathanpallant pushed a commit that referenced this pull request May 19, 2021
* 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

* Build on stable, with HF

* Use nrfxlib-sys 1.5.1-rc1

* Fix comment mis-format.

* Fix memory allocations.

Now we can start the modem and bring up multiple sockets.

* Bump to -sys 1.5.1 final.

* Clean up allocators.

They were basically the same, so now there's one function
which is given the specific heap to use.

* Cleaning up clippy lints.
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.

None yet

1 participant