The mbed MCU platform’s SDK is now open source. The mbed crew reports, The mbed Software Development Kit (SDK) is a C/C++ microcontroller software platform already relied upon by tens of thousands of developers to write code for ARM microcontrollers. … Read more
Viswa writes that ARM Embedded GCC 4.7 reduces code size and now supports all the three host platforms (Windows, GNU/Linux and MAC OS). For more details on this relese see the post by Joey Ye, Engineer Manager in ARM, at … Read more
Brian writes: I wrote an article over at Microcontrollercentral about using Genetic Algorithms to optimize microcontroller algorithms; in this case a PID control loop. It was a new and fun way of thinking about programming, and I included some source code … Read more
Here’s an open source graphical electronic parts organizer written by WallaceIT, that is available at github. I’d like to share with you a graphical electronic parts organizer written by me in PHP/HTML/Javascript: it’s completely open source (MIT license) and hosted … Read more
Scompo noticed that the examples with the Stellaris Launchpad are close source licensed. So he developed a BSD licensed low level startup code, linker script and makefile as a template. To test it he built OpenOCD and wrote a short … Read more
Rei Vilo has developed embedXcode, a Xcode 4 template for embedded computing boards, that supports Arduino, chipKIT, MSP430 LaunchPad, LeafLabs Maple and Wiring boards/platforms. “It relies on a set of modular makefiles, so adding support for a new board/platform is … Read more
Parallax has announced the beta release of their Propeller GCC compiler for the Propeller chip. The compiler is available for Windows, Mac and Linux platforms along with a collection of utilities and demos. Propeller GCC complements the existing Propeller assembly … Read more
alexwhittmore has posted a detailed tutorial highlighting an open source IDE and toolchain for the STM32F4 dev board on Max OSX Lion. He uses Indigo R Eclipse IDE for C/C++ Developers (Mac Cocoa 64-bit), Sourcery CodeBench Lite Edition, STM32F4 DSP … Read more
Parallax has announced the availability of the Propeller GCC/SimpleIDE programming environment for the Propeller chip. “Now you can program your Propeller based application in C or C++! Parallax is proud to announce that it is moving into the beta phase … Read more
viswa informs us of a source for “Completely Free Open Source GCC builds for ARM MCUs and MPUs. This seems to be maintained by the official team which maintains GCC for ARM. This is useful for ARM Cortex M / … Read more
Microchip has announced that it will release new cross-platform MPLAB XC C compilers by the end of March. They come in 3 versions depending on PIC family: XC8 is for 8bit, XC16 for 16bit, and XC32 for 32bit microcontrollers. Microchip … Read more
Rhodes is a Ruby based open source cross-platform mobile app development tool and is part of the Rhomobile project. It allows you to develop HTML5 mobile applications on your computer with Rhostudio or in the cloud. If you’re new to … Read more
Code::Blocks is an open source IDE designed around a plugin framework to make it easy for users to extend/improve it without having to touch one line of Code::Blocks’ source code. Em::Blocks is one such plugin which adds PIC24 and PIC32 … Read more
Raj inform us that he recently finished writing a step-by-step guide for setting up the Code Composer Studio v4 build and debug environment for TI MSP430 Launchpad. You can read Raj’s tutorial at Embedded lab. Via the contact form.
The Arduino team has released the official version 1.0 of the Arduino IDE. New features include changing the file extension for sketches to “.ino”, new toolbar icons, the Serial class (as well as other classes inheriting from Stream, like EthernetClient, … Read more
Arduino team member David Mellis says: I have Arduino 1.0 uploaded and ready for release, but it would be great if you could try it out as a sanity check before I announce it. You can find links to the … Read more
Minibloq ver 0.8 has been released. “Minibloq is a graphical programming environment for Arduino™, Multiplo, physical computing devices and robots. One of it’s main goals is to bring closer physical computing and robotic platforms to primary schools, kids and beginners.” … Read more
Sergio Campama has written this tutorial on installing MSPGCC Uniarch. “Uniarch is an initiative to unify all the work left behind by mspgcc3 and mspgcc4, while also separating the boundaries between the compiler and TI header files. This ‘branch’ of … Read more
Here’s an interesting code project in the development stage. Propgcc is an open source GCC port for the Parallax Propeller P8x32a Microcontroller. The project is currently in the Alpha Test Phase, and its developers note that it’s not yet ready … Read more
Paul Stoffregen over at PJRC sent us a link to this video highlighting how to modify the Arduino IDE by editing the boards.txt file to allow the compiler to use precompiled files. This helps to speed up the overall compile … Read more
Recent Comments