jeimison3 / Micropen-Toolchain

A multiplatform toolchain that ports some open source technologies (SDCC, KDevelop) to build an dev space for microcontrollers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micropen-Toolchain

A open source based toolchain that makes possible fast setting and development with IDE capabilities, less dependencies and specifics knowledge.

How it works?

The application create a workspace for a specific IDE, some simplifications and set up the build task with customization, reducing work at project start and keeping regardless their size.

Starting...

We need basically 3 applications:

  • KDevelop IDE (Based version: 5.3.0), a open source IDE Cross-Platform based on Qt libraries and KDE Frameworks.

Download link: https://www.kdevelop.org/

  • SDCC - Small Device C Compiler (Based version: 3.8.3), a open source compiler suite for "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, gbz80, Rabbit 2000/3000, Rabbit 3000A, TLCS-90) and STMicroelectronics STM8".

Download link: http://sdcc.sourceforge.net/

  • Python (Based version: 3.7.2rc1), the program core of the toolchain.

Download link: https://www.python.org/

About

A multiplatform toolchain that ports some open source technologies (SDCC, KDevelop) to build an dev space for microcontrollers.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%