]> code.bitgloo.com Git - clyne/zephyr-os-alpha.git/commit
trying out distortos
authorClyne Sullivan <tullivan99@gmail.com>
Wed, 9 Nov 2016 01:09:05 +0000 (20:09 -0500)
committerClyne Sullivan <tullivan99@gmail.com>
Wed, 9 Nov 2016 01:09:05 +0000 (20:09 -0500)
commit92235fb259b0ebdfc99859c2c95fe1f8c163f411
treee90d9b5adddad8d0ae744eadb5d15313517cc71b
parentdaad5eaa0296ff30624da5fbfaacdb88792b5fea
trying out distortos
125 files changed:
Makefile [deleted file]
STM32F103VD.ld [new file with mode: 0644]
chconf.h [deleted file]
halconf.h [deleted file]
include/control.h [deleted file]
include/distortos/ConditionVariable.hpp [new file with mode: 0644]
include/distortos/DynamicFifoQueue.hpp [new file with mode: 0644]
include/distortos/DynamicMessageQueue.hpp [new file with mode: 0644]
include/distortos/DynamicRawFifoQueue.hpp [new file with mode: 0644]
include/distortos/DynamicRawMessageQueue.hpp [new file with mode: 0644]
include/distortos/DynamicSignalsReceiver.hpp [new file with mode: 0644]
include/distortos/DynamicThread.hpp [new file with mode: 0644]
include/distortos/DynamicThreadParameters.hpp [new file with mode: 0644]
include/distortos/FifoQueue.hpp [new file with mode: 0644]
include/distortos/MessageQueue.hpp [new file with mode: 0644]
include/distortos/Mutex.hpp [new file with mode: 0644]
include/distortos/OnceFlag.hpp [new file with mode: 0644]
include/distortos/RawFifoQueue.hpp [new file with mode: 0644]
include/distortos/RawMessageQueue.hpp [new file with mode: 0644]
include/distortos/SchedulingPolicy.hpp [new file with mode: 0644]
include/distortos/Semaphore.hpp [new file with mode: 0644]
include/distortos/SignalAction.hpp [new file with mode: 0644]
include/distortos/SignalInformation.hpp [new file with mode: 0644]
include/distortos/SignalInformationQueueWrapper.hpp [new file with mode: 0644]
include/distortos/SignalSet.hpp [new file with mode: 0644]
include/distortos/SignalsCatcher.hpp [new file with mode: 0644]
include/distortos/SignalsReceiver.hpp [new file with mode: 0644]
include/distortos/SoftwareTimer.hpp [new file with mode: 0644]
include/distortos/SoftwareTimerCommon.hpp [new file with mode: 0644]
include/distortos/StaticFifoQueue.hpp [new file with mode: 0644]
include/distortos/StaticMessageQueue.hpp [new file with mode: 0644]
include/distortos/StaticRawFifoQueue.hpp [new file with mode: 0644]
include/distortos/StaticRawMessageQueue.hpp [new file with mode: 0644]
include/distortos/StaticSignalsReceiver.hpp [new file with mode: 0644]
include/distortos/StaticSoftwareTimer.hpp [new file with mode: 0644]
include/distortos/StaticThread.hpp [new file with mode: 0644]
include/distortos/ThisThread-Signals.hpp [new file with mode: 0644]
include/distortos/ThisThread.hpp [new file with mode: 0644]
include/distortos/Thread.hpp [new file with mode: 0644]
include/distortos/ThreadCommon.hpp [new file with mode: 0644]
include/distortos/ThreadState.hpp [new file with mode: 0644]
include/distortos/TickClock.hpp [new file with mode: 0644]
include/distortos/UndetachableThread.hpp [new file with mode: 0644]
include/distortos/architecture/InterruptMaskingLock.hpp [new file with mode: 0644]
include/distortos/architecture/InterruptMaskingUnmaskingLock.hpp [new file with mode: 0644]
include/distortos/architecture/InterruptUnmaskingLock.hpp [new file with mode: 0644]
include/distortos/architecture/Stack.hpp [new file with mode: 0644]
include/distortos/architecture/disableInterruptMasking.hpp [new file with mode: 0644]
include/distortos/architecture/enableInterruptMasking.hpp [new file with mode: 0644]
include/distortos/architecture/getMainStack.hpp [new file with mode: 0644]
include/distortos/architecture/initializeStack.hpp [new file with mode: 0644]
include/distortos/architecture/lowLevelInitialization.hpp [new file with mode: 0644]
include/distortos/architecture/requestContextSwitch.hpp [new file with mode: 0644]
include/distortos/architecture/requestFunctionExecution.hpp [new file with mode: 0644]
include/distortos/architecture/restoreInterruptMasking.hpp [new file with mode: 0644]
include/distortos/architecture/startScheduling.hpp [new file with mode: 0644]
include/distortos/board/lowLevelInitialization.hpp [new file with mode: 0644]
include/distortos/callOnce.hpp [new file with mode: 0644]
include/distortos/chip/lowLevelInitialization.hpp [new file with mode: 0644]
include/distortos/devices/io/InputPin.hpp [new file with mode: 0644]
include/distortos/devices/io/OutputPin.hpp [new file with mode: 0644]
include/distortos/distortosVersion.h [new file with mode: 0644]
include/distortos/internal/memory/DeferredThreadDeleter.hpp [new file with mode: 0644]
include/distortos/internal/memory/dummyDeleter.hpp [new file with mode: 0644]
include/distortos/internal/memory/getDeferredThreadDeleter.hpp [new file with mode: 0644]
include/distortos/internal/memory/getMallocMutex.hpp [new file with mode: 0644]
include/distortos/internal/memory/storageDeleter.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/DynamicThreadBase.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/MainThread.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/RoundRobinQuantum.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/Scheduler.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/SoftwareTimerControlBlock.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/SoftwareTimerList.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/SoftwareTimerListNode.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/SoftwareTimerSupervisor.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/ThreadControlBlock.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/ThreadGroupControlBlock.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/ThreadList.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/ThreadListNode.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/forceContextSwitch.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/getScheduler.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/idleThreadFunction.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/lowLevelInitialization.hpp [new file with mode: 0644]
include/distortos/internal/scheduler/threadRunner.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/BoundQueueFunctor.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/CallOnceControlBlock.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/CopyConstructQueueFunctor.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/FifoQueueBase.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/MemcpyPopQueueFunctor.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/MemcpyPushQueueFunctor.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/MessageQueueBase.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/MoveConstructQueueFunctor.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/MutexControlBlock.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/MutexList.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/MutexListNode.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/QueueFunctor.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/SemaphoreFunctor.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/SemaphoreTryWaitForFunctor.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/SemaphoreTryWaitFunctor.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/SemaphoreTryWaitUntilFunctor.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/SemaphoreWaitFunctor.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/SignalInformationQueue.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/SignalsCatcherControlBlock.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/SignalsReceiverControlBlock.hpp [new file with mode: 0644]
include/distortos/internal/synchronization/SwapPopQueueFunctor.hpp [new file with mode: 0644]
include/distortos/statistics.hpp [new file with mode: 0644]
include/estd/ContiguousRange.hpp [new file with mode: 0644]
include/estd/IntegerSequence.hpp [new file with mode: 0644]
include/estd/IntrusiveForwardList.hpp [new file with mode: 0644]
include/estd/IntrusiveList.hpp [new file with mode: 0644]
include/estd/ReferenceHolder.hpp [new file with mode: 0644]
include/estd/ReverseAdaptor.hpp [new file with mode: 0644]
include/estd/SortedIntrusiveForwardList.hpp [new file with mode: 0644]
include/estd/SortedIntrusiveList.hpp [new file with mode: 0644]
include/estd/TypeErasedFunctor.hpp [new file with mode: 0644]
include/estd/apply.hpp [new file with mode: 0644]
include/estd/invoke.hpp [new file with mode: 0644]
include/motor.h [deleted file]
include/sys/signal.h [new file with mode: 0644]
libdistortos.a [new file with mode: 0644]
main.cpp [deleted file]
mcuconf.h [deleted file]
setup.mk [deleted file]
src/motor.cpp [deleted file]
vexuser.cpp [deleted file]