Skip to content

Commit

Permalink
Released version v1.1.
Browse files Browse the repository at this point in the history
Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
  • Loading branch information
RICCIARDI-Adrien committed Mar 28, 2024
1 parent 2d60823 commit 82201f8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## Version 1.1

* Bumped Buildroot version to 2024.02, the first stable Buildroot version providing
PPP 2.5, so a lot of hacks are no more necessary.
* Added support for 32 and 64 bit RISC-V architectures.

### Supported architectures

* ARM32
* ARM64 (AArch64)
* MIPS32
* MIPS64
* PPC64LE
* RISCV-32
* RISCV-64
* x86 (IA-32)
* x86_64 (AMD64)

### Supported C libraries

* glibc
* musl
* uClibc

## Version 1.0

Initial version, based on Buildroot 2021.02.5 and built on Ubuntu 20.04.
Expand Down

0 comments on commit 82201f8

Please sign in to comment.