Add new chapter Compilers

pull/1/head
Dmitry Murzinov 1 year ago
parent 8a15d7b7f2
commit 83c2a98376

@ -62,6 +62,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software
* [Firmware updates](#firmware-updates)
* [Touch Screen](#touch-screen)
* [Time Management Libs](#time-management-libs)
* [Compilers](#compilers)
* [Uncategorized](#uncategorized)
@ -406,6 +407,12 @@ Computer Vision
## Compilers
* [SDCC](https://sdcc.sourceforge.net/) - Small Device C Compiler (that targets the Intel MCS51 based microprocessors (8031, 8032, 8051, 8052, etc.), Maxim (formerly Dallas) DS80C390 variants, Freescale (formerly Motorola) HC08 based (hc08, s08), Zilog Z80 based MCUs (Z80, Z180, SM83, Rabbit 2000, 2000A, 3000A, TLCS-90), Padauk (pdk14, pdk15) and STMicroelectronics STM8).
* [tcc](https://bellard.org/tcc/) - Tiny C Compiler (~ 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker).
* [TinyGo](https://github.com/tinygo-org/tinygo) - Go compiler for small things: Microcontrollers, WebAssembly (WASM/WASI), and command-line tools (Based on LLVM).
## Uncategorized

Loading…
Cancel
Save