Embedded Ide Versions Save

IDE for C embedded development centered on bare-metal ARM systems

continuous

3 years ago

v0.6

6 years ago

Changelog

  • AStyle: Added style engine based on artistic styles
  • New logo about box
  • File actions to contextual menu
  • Cleanup interface and reourder buttons
  • Initial GDB support (experimental)
  • Editor word mark on selection
  • Welcome screen with no document open
  • New document view engine fixing various issues with file name
  • Makefile can be passed in command line for open project automatically
  • New template engine (old is maintain for compatibility) Work in progress
  • [unix]: FTDI install/uninstall rules in tool menu
  • [unix]: Desktop integration in tool menu
  • qtdialog utility added
  • socketwaiter utility added
  • New configure option to enable/disable work-in-progress/incomplete features

v0.5.0

6 years ago

Changelog

  • Fix Qt 5.6 build
  • Fix download templates without network
  • Fix LICENCE missing (licence GPLv3)
  • Fix Qt5.5 compatibility
  • Add Qt creator style tabs
  • Add new jtemplate format. Maintain the legacy template format
  • Add optional hard configuration

v0.4.1

7 years ago

Changelog

  • Fix: QT_STYLE_OVERRIDE bug
  • Fix: clang completion
  • Fix: line number on goto symbol under cursor
  • Add: Check for templates at startup (new dialog and engine)
  • Add: Fileview file property dialog
  • Add: Fileview actions
  • Add: Find in files dialog

v0.4.0

7 years ago

Changes:

  • QScintilla editor engine
  • Notepad++ color schemes
  • New find/replace engine
  • Save on build dialog
  • External tools menu

v0.3-rc4-inet

7 years ago

RC4 for INET project

changes:

  • Windows 32 bits build
  • Linux x86_64 build (tested on Ubuntu 16.04)
  • Default remote template url moved to ciaa project

v0.3-rc3-inet

7 years ago

This is v0.3 RC3 for INET project

Not for production.

Major changes are:

  • Rework of GUI removing left side toolbar and put it into menu.
  • Hide incloplete features like debugger/console output
  • i18n translations completed
  • Quiestion on close dirty editors

v0.3-b2

7 years ago

Embedded IDE v0.3 RC2

Pre release for working with INET courses

Linux x86_64 build only

  • FIX big template handling
  • FIX Debug refactoring (wip)
  • UPDATE sAPI.template lpcopen.template
  • ADD Workspace confguration
  • ADD i18n es_AR translation

Ubuntu install instructions

Download AppImage file

wget https://github.com/martinribelotta/embedded-ide/releases/download/v0.3-b2/Embedded_IDE-x86_64-v0.3rc2.AppImage

Change execution permision using chmod or file explorer

chmod a+x Embedded_IDE-x86_64-v0.3rc2.AppImage

Execute and enjoy:

./Embedded_IDE-x86_64-v0.3rc2.AppImage

v0.3-ap1

7 years ago

Test of AppImage distribution.

_Not for production_

To use it, download Embedded_IDE-x86_64-v0.3pra1.AppImage and change execution perms with

chmod a+x Embedded_IDE-x86_64-v0.3pra1.AppImage

And double click or execute via terminal.

To change permisions graphicaly using nautilus (ubuntu explorer): image

v0.1

7 years ago

v0.1 for mass usage