From c4314b35efe14fd0c1c57c8c3577431b380e323e Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Tue, 29 Jul 2025 08:39:33 +0200 Subject: use c99 instead of c23 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3