Go to file
Steins7 254fec4f00 Disable zero padding for signed integers
zero padding is mostly used with unsiged integers, and is quite difficult to
properly implement for signed integers. Disbaling iti n that case seems like a
good compromise
2024-04-15 23:10:31 +02:00
cmsis Reorganize repository to be used as a library 2023-02-11 21:55:32 +01:00
doc Upddate module documentation 2023-05-13 15:50:13 +02:00
drv Optimize USART driver's code size 2024-04-06 22:56:28 +02:00
srv Disable zero padding for signed integers 2024-04-15 23:10:31 +02:00
.gitignore Update .gitignore 2023-02-11 21:57:21 +01:00
linker.ld Fix RAM initialisation 2023-09-18 11:45:12 +02:00
startup.s Fix unwanted changes 2024-04-06 23:02:08 +02:00