index
:
chopstx.git
master
stm32l432
Unnamed repository; edit this file 'description' to name the repository.
Aurelien Jarno
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
chopstx.c
Age
Commit message (
Expand
)
Author
2017-06-23
Factor out arch dependent code.
NIIBE Yutaka
2017-06-22
Remove naked attribute from chopstx_exit.
NIIBE Yutaka
2017-06-21
Use ->V for the return value of chx_sched.
NIIBE Yutaka
2017-06-21
Change exit value access.
NIIBE Yutaka
2017-06-16
Fix chx_wakeup.
NIIBE Yutaka
2017-05-18
Fix access to REG_R0 at chx_wakeup.
NIIBE Yutaka
2016-10-12
chopstx_join is cancellation point.
NIIBE Yutaka
2016-07-01
Change API of chopstx_setpriority
NIIBE Yutaka
2016-06-30
const pointer cleanup
NIIBE Yutaka
2016-06-29
fix setpriority
NIIBE Yutaka
2016-06-28
chopstx_poll change
NIIBE Yutaka
2016-06-15
chopstx_exit change
Niibe Yutaka
2016-06-01
Fix chx_fatal
NIIBE Yutaka
2016-05-31
Fix f2a8b01607aca8f41cc5f50b18bea74d65766731
NIIBE Yutaka
2016-05-27
Fix IDLE thread
NIIBE Yutaka
2016-05-23
Fix PSR handling (ORRS instruction changes PSR)
NIIBE Yutaka
2016-05-23
Fix chopstx_poll
NIIBE Yutaka
2016-05-23
Remove deprecated API
NIIBE Yutaka
2016-05-18
eventflag rewrite
NIIBE Yutaka
2016-05-18
Cleanup chopstx.c
NIIBE Yutaka
2016-05-18
Fix mutex_lock and join
NIIBE Yutaka
2016-05-17
more fix for chopstx_poll
NIIBE Yutaka
2016-05-16
ll_dequeue for PX only when not ready
NIIBE Yutaka
2016-05-16
fix chx_wakeup
NIIBE Yutaka
2016-05-16
Fix IRQ handling and improve cancellation implementation
NIIBE Yutaka
2016-05-13
Bug fix for interrupt preemption
NIIBE Yutaka
2016-05-13
Fix intr_wait
NIIBE Yutaka
2016-05-13
IRQ handling is now merged into polling
NIIBE Yutaka
2016-05-13
more fixes for chopstx_poll
NIIBE Yutaka
2016-05-13
Add READY field for chx_poll_XXX so that we can check if it's ready
NIIBE Yutaka
2016-05-12
Bug fixes for Cortex-M3 and chopstx_poll
NIIBE Yutaka
2016-05-12
Fix mutex init
NIIBE Yutaka
2016-04-24
change poll behavior
NIIBE Yutaka
2016-04-22
Modify chopstx_poll API
NIIBE Yutaka
2016-04-21
Implement chopstx_poll (2)
NIIBE Yutaka
2016-04-21
Implement chopstx_poll
NIIBE Yutaka
2016-04-07
SVC is required for Cortex-M3
NIIBE Yutaka
2016-04-07
Fix MSP initial value and improve chx_sched
NIIBE Yutaka
2016-04-06
New function: chopstx_poll
NIIBE Yutaka
2016-04-06
New struct: chx_qh
NIIBE Yutaka
2016-04-06
Don't use SVC for context switch
NIIBE Yutaka
2016-04-05
Initialization of chx_spinlock
NIIBE Yutaka
2016-04-05
fix struct NVIC
NIIBE Yutaka
2016-03-08
AAPCS stack alignment
NIIBE Yutaka
2015-09-15
bug fixes around cancel/join/exit
NIIBE Yutaka
2015-09-11
fix cancellation
NIIBE Yutaka
2015-09-10
Version 0.09
release/0.09
NIIBE Yutaka
2015-09-09
Cancellation fixes
NIIBE Yutaka
2015-09-09
move exception handling routines
NIIBE Yutaka
2015-09-09
move svc, preempt, and sched
NIIBE Yutaka
[next]