Commit graph

5 commits

Author SHA1 Message Date
90049c17c6
Updates for new bl_mcu_sdk release (#13) 2023-03-02 15:01:37 +08:00
53ceb5fd82
RPMsg, Mailbox updates (#10)
* Update Readme

* Port the IRQ_Forward Code to a component So it can be used in any M0 firmware

* update d0_lowload to use new IRQ forwarding code

* Enable Ethernet, USB, and GPIO forwarding as well

* add RPMSG component

* Fix crash if there are no timers registered.

* Update rpmsg and mailbox code for latest kernel updates
2023-02-16 17:24:01 +08:00
e36316fa13
Few fixes and Port IRQ_Forward to a component (#8)
* Remove a unnecessary delay in the nvkvs
* update readme
* port IRQ_Forward Code to a component and update d0_lowload to use it
* add USB, Ethernet and GPIO for IRQ Forwarding
2023-02-03 14:26:58 +08:00
608b99f21d
Update Readme (#7)
* Remove this delay. Not needed.

* Update Readme
2023-02-02 02:32:08 +08:00
bc9ae8a108
Add Timer, Indicator, Button and NV Key-Value Store Components (#6)
* Add System, Timer, Button and Indicator (LED) components

* Add Non-Volatile Key Value Storage Component

* And Example Apps for Timer, Button, Indicator and NVKVS

* Fix up some compile issues
2023-02-02 01:58:55 +08:00