diff options
author | Victor Mignot <victor@vmignot.fr> | 2025-07-29 08:39:33 +0200 |
---|---|---|
committer | Victor Mignot <victor@vmignot.fr> | 2025-08-08 09:01:29 +0200 |
commit | c4314b35efe14fd0c1c57c8c3577431b380e323e (patch) | |
tree | a903b06c5043214ba2ac4ead7143cfc2f31f0cb1 /README.md | |
parent | 6d10f951d5c5ebae58f7c24df1066a479b68d5fa (diff) | |
download | nanji-c4314b35efe14fd0c1c57c8c3577431b380e323e.tar.gz |
use c99 instead of c23
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ As such, it is by no way intended to be daily-driven by anyone. Moreover, I don't even recommend to flash it on any other hardware than the PineTime dev kit wired to a STLink-V2 interface. -nanji is written in C23. -However, at the time I write this, GCC does not fully support the C23 standard (and as such, can't rely on all new features). +nanji is written in C99 for to be buildable with most compilers. +Moreover, as much as I would like to use C23, its new features are still not all implemented by GCC for the `arm-none-eabi` target. ## Building and flashing |