5 Commits

Author SHA1 Message Date
forg0ne
4103bd6328 Version bump to v3.08.02 2022-12-01 23:15:13 -05: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
db817053b8 Fixed whitespace for PR. 2021-04-30 15:27:04 -04:00
forg0ne
f1e12bf465 Create bsp_os_dt.c
Added BSP template for Dynamic Tick.
2021-04-29 17:33:37 -04:00