mykola2312
|
003e51b692
|
implement va_list for ARMv7 - cu_va_start and cu_va_arg works now based on frame-pointer (r11) for variable arguments, indexed differently than x86 stack ABI does
|
2022-05-21 10:38:35 +03:00 |
|
mykola2312
|
1da681acea
|
implement ARMv7 different architecture profiles, for M profile Cortex-M4 - ARMv7E-M. TODO: Fix profile conflicts with cutil and test targets
|
2022-05-21 02:58:08 +03:00 |
|
mykola2312
|
b03cf8ec73
|
fix code spacings
|
2022-05-17 05:24:11 +03:00 |
|
mykola2312
|
b80fe62700
|
write documentating commentary for cu_sprintf & cu_sscanf in string.h header. test - works fine
|
2022-05-17 05:10:51 +03:00 |
|
mykola2312
|
3591102cd5
|
fix cu_sprintf cu_va_arg starting index so it does parse right arguments
|
2022-05-17 04:53:55 +03:00 |
|
mykola2312
|
c7cce44067
|
implement cu_sprintf & cu_sscanf, also cu_(i/u/x)prints, cu_ato(i/u)
|
2022-05-17 04:35:02 +03:00 |
|
mykola2312
|
752d263d9c
|
implement std functions for string processing & text converting multi-byte (UTF-8) character set to double-byte character set and vise-versa
|
2022-05-17 02:36:16 +03:00 |
|