hathach
|
658b2b970c
|
change semaphore to volatile uint8_t
add osal_queue_receive code and its test
*NOTE*
- consideration for semaphore & queue with hal_interrupt_disable/hal_interrupt_enable as safe guard
|
2013-01-30 23:29:27 +07:00 |
|
hathach
|
c1bf187dad
|
add osal queue service & its test code
- create, send
|
2013-01-30 17:53:37 +07:00 |
|
hathach
|
9c9fa182d4
|
fix mocking osal api using ifdef
start to add task_create macro API for osal_none
|
2013-01-30 12:55:44 +07:00 |
|
hathach
|
07048b943e
|
add primitive_types.h for portable with uint8,16,32_t, and bool
add osal_common.h to ease the complaint of MISRA 19.1
implement OSAL_NONE Task loop, semaphore wait/post and its test code
|
2013-01-30 11:35:37 +07:00 |
|
hathach
|
7edda37518
|
add more test code for keyboard hid application API
refractor, restructure, rename several thing regarding host, keyboard etc ...
|
2013-01-26 01:37:15 +07:00 |
|