aboutsummaryrefslogtreecommitdiff
path: root/chopstx.c
AgeCommit message (Expand)Author
2017-06-23Factor out arch dependent code.NIIBE Yutaka
2017-06-22Remove naked attribute from chopstx_exit.NIIBE Yutaka
2017-06-21Use ->V for the return value of chx_sched.NIIBE Yutaka
2017-06-21Change exit value access.NIIBE Yutaka
2017-06-16Fix chx_wakeup.NIIBE Yutaka
2017-05-18Fix access to REG_R0 at chx_wakeup.NIIBE Yutaka
2016-10-12chopstx_join is cancellation point.NIIBE Yutaka
2016-07-01Change API of chopstx_setpriorityNIIBE Yutaka
2016-06-30const pointer cleanupNIIBE Yutaka
2016-06-29fix setpriorityNIIBE Yutaka
2016-06-28chopstx_poll changeNIIBE Yutaka
2016-06-15chopstx_exit changeNiibe Yutaka
2016-06-01Fix chx_fatalNIIBE Yutaka
2016-05-31Fix f2a8b01607aca8f41cc5f50b18bea74d65766731NIIBE Yutaka
2016-05-27Fix IDLE threadNIIBE Yutaka
2016-05-23Fix PSR handling (ORRS instruction changes PSR)NIIBE Yutaka
2016-05-23Fix chopstx_pollNIIBE Yutaka
2016-05-23Remove deprecated APINIIBE Yutaka
2016-05-18eventflag rewriteNIIBE Yutaka
2016-05-18Cleanup chopstx.cNIIBE Yutaka
2016-05-18Fix mutex_lock and joinNIIBE Yutaka
2016-05-17more fix for chopstx_pollNIIBE Yutaka
2016-05-16ll_dequeue for PX only when not readyNIIBE Yutaka
2016-05-16fix chx_wakeupNIIBE Yutaka
2016-05-16Fix IRQ handling and improve cancellation implementationNIIBE Yutaka
2016-05-13Bug fix for interrupt preemptionNIIBE Yutaka
2016-05-13Fix intr_waitNIIBE Yutaka
2016-05-13IRQ handling is now merged into pollingNIIBE Yutaka
2016-05-13more fixes for chopstx_pollNIIBE Yutaka
2016-05-13Add READY field for chx_poll_XXX so that we can check if it's readyNIIBE Yutaka
2016-05-12Bug fixes for Cortex-M3 and chopstx_pollNIIBE Yutaka
2016-05-12Fix mutex initNIIBE Yutaka
2016-04-24change poll behaviorNIIBE Yutaka
2016-04-22Modify chopstx_poll APINIIBE Yutaka
2016-04-21Implement chopstx_poll (2)NIIBE Yutaka
2016-04-21Implement chopstx_pollNIIBE Yutaka
2016-04-07SVC is required for Cortex-M3NIIBE Yutaka
2016-04-07Fix MSP initial value and improve chx_schedNIIBE Yutaka
2016-04-06New function: chopstx_pollNIIBE Yutaka
2016-04-06New struct: chx_qhNIIBE Yutaka
2016-04-06Don't use SVC for context switchNIIBE Yutaka
2016-04-05Initialization of chx_spinlockNIIBE Yutaka
2016-04-05fix struct NVICNIIBE Yutaka
2016-03-08AAPCS stack alignmentNIIBE Yutaka
2015-09-15bug fixes around cancel/join/exitNIIBE Yutaka
2015-09-11fix cancellationNIIBE Yutaka
2015-09-10Version 0.09release/0.09NIIBE Yutaka
2015-09-09Cancellation fixesNIIBE Yutaka
2015-09-09move exception handling routinesNIIBE Yutaka
2015-09-09move svc, preempt, and schedNIIBE Yutaka