Arduino_STM32/STM32F1/libraries/MapleCoOS116/utility
Roger Clark 88d2457f30 STM32F1 core: Implemented changes already made to the GD32F1 core to use F_CPU instead of hard coded values for 72000000 and (F_CPU -1) instead of 71999999 and to replace other hard coded values related to the clock freqency. Also updated the code so that the USB clock was disabled in setup_clock_prescalers to allow it to be changed in that function during initialisation, in case altermative prescaler values for USB are required, e.g. for operation at 48Mhz 2015-09-06 07:51:40 +10:00
..
CoOS.h Still part of the RTOS commit 2015-05-21 23:36:16 -05:00
OsArch.h Still part of the RTOS commit 2015-05-21 23:36:16 -05:00
OsConfig.h STM32F1 core: Implemented changes already made to the GD32F1 core to use F_CPU instead of hard coded values for 72000000 and (F_CPU -1) instead of 71999999 and to replace other hard coded values related to the clock freqency. Also updated the code so that the USB clock was disabled in setup_clock_prescalers to allow it to be changed in that function during initialisation, in case altermative prescaler values for USB are required, e.g. for operation at 48Mhz 2015-09-06 07:51:40 +10:00
OsCore.h Still part of the RTOS commit 2015-05-21 23:36:16 -05:00
OsError.h Still part of the RTOS commit 2015-05-21 23:36:16 -05:00
OsEvent.h Still part of the RTOS commit 2015-05-21 23:36:16 -05:00
OsFlag.h Still part of the RTOS commit 2015-05-21 23:36:16 -05:00
OsKernelHeap.h Still part of the RTOS commit 2015-05-21 23:36:16 -05:00
OsMM.h Still part of the RTOS commit 2015-05-21 23:36:16 -05:00
OsMutex.h Still part of the RTOS commit 2015-05-21 23:36:16 -05:00
OsQueue.h Still part of the RTOS commit 2015-05-21 23:36:16 -05:00
OsServiceReq.h Still part of the RTOS commit 2015-05-21 23:36:16 -05:00
OsTask.h Still part of the RTOS commit 2015-05-21 23:36:16 -05:00
OsTime.h CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
OsTimer.h CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
arch.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
coocox.h CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
core.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
event.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
flag.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
hook.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
kernelHeap.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
mbox.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
mm.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
mutex.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
port.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
queue.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
sem.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
serviceReq.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
task.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
task.c.original CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
time.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
timer.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
utility.c CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00
utility.h CoOS 1.12 and 1.1.6 (latest), and FreeRTOS 8.2.1 2015-05-21 22:44:41 -05:00