14 Commits

Author SHA1 Message Date
forg0ne
4103bd6328 Version bump to v3.08.02 2022-12-01 23:15:13 -05:00
forg0ne
a66cfc6924 Update os_flag.c
Fixed missing call to OS_TickListRemove() for TIMEOUT_SUSPEND case.
2022-12-01 23:05:40 -05:00
forg0ne
5c2373031b Update os_task.c 2022-12-01 22:53:19 -05:00
forg0ne
2926d1329e Merge branch 'pr/27' into develop 2022-12-01 21:34:55 -05:00
forg0ne
b450eb899a Update os.h
Fixed comment alignment.
2022-12-01 21:32:06 -05:00
forg0ne
8c3b006b3a Merge branch 'pr/30' into develop 2022-12-01 21:15:23 -05:00
Benjamin Björnsson
cd2a50af1f Fix os version macro that was missed in last release 2022-07-31 22:05:38 +02:00
Erik Tamlin
338328f54d Changed trace IDs to be of type CPU_ADDR so they can be much more useful 2021-10-29 09:43:30 +02:00
Tim Gates
92efd28f15 docs: Fix a few typos
There are small typos in:
- Ports/ARM-Cortex-M/ARMv6-M/os_cpu_c.c
- Ports/ARM-Cortex-M/ARMv7-M/os_cpu_c.c
- Ports/M14K/CodeSourcery/os_cpu_c.c
- Ports/Template/os_cpu.h
- Source/os_stat.c
- TLS/CCES/os_tls.c
- TLS/IAR/os_tls.c
- TLS/NewLib/os_tls.c
- Template/bsp_os_dt.c

Fixes:
- Should read `function` rather than `fucntion`.
- Should read `environments` rather than `enviroments`.
- Should read `alignment` rather than `aligment`.
- Should read `successful` rather than `successfu`.
- Should read `occurred` rather than `occured`.
- Should read `function` rather than `funtion`.
- Should read `assembly` rather than `assemply`.
- Should read `accidentally` rather than `accidently`.
2021-08-31 06:16:46 +10:00
forg0ne
faf7de3cfe Updated copyright date. 2021-05-04 14:23:27 -04:00
forg0ne
66add0a8ae Version bump. 2021-05-04 14:20:54 -04:00
forg0ne
f4fad0c2ef os_tmr.c - prevent tmr corruption on double-create
Fixed corruption of timer state when attempting to re-create an existing timer with OBJ_CREATED_CHK enabled.
2021-04-30 15:46:35 -04:00
forg0ne
c8f5bfb890 New option: OS_CFG_OBJ_CREATED_CHK_EN
Added a compile-time configuration, OS_CFG_OBJ_CREATED_CHK_EN. This allows the user to disable the checks for double object creation, which can trigger a false positive during debug sessions.
2021-04-29 21:33:30 -04:00
Janos Magasrevy
943b62fd63 Initial commit 2020-02-28 18:16:14 -05:00