aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVictor Mignot <victor@vmignot.fr>2025-07-29 08:39:33 +0200
committerVictor Mignot <victor@vmignot.fr>2025-08-08 09:01:29 +0200
commitc4314b35efe14fd0c1c57c8c3577431b380e323e (patch)
treea903b06c5043214ba2ac4ead7143cfc2f31f0cb1 /README.md
parent6d10f951d5c5ebae58f7c24df1066a479b68d5fa (diff)
downloadnanji-c4314b35efe14fd0c1c57c8c3577431b380e323e.tar.gz
use c99 instead of c23
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9ee6690..5d98261 100644
--- a/README.md
+++ b/README.md
@@ -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