ianhom / MOE

MOE is an event-driven OS for 8/16/32-bit MCUs. MOE means "Minds Of Embedded system", It’s also the name of my lovely baby daughter :sunglasses:

Home Page:https://ianhom.github.io/MOE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To do list for OSAL_Msg module

ianhom opened this issue · comments

  • Message head define
  • Message type define
  • Message create
  • Message delete
  • Message send
  • Message receive
  • Code for test
  • Useful API

I find that the message send is very similar with timer create, I'd like to make a common linked list.