graph
- Updated setup_board.sh, cleaner error handling, cleaner outputprerelease 2016-06-15, by Giulio Moro
- Removed unused core and examples files (NetworkSend, ReceiveAudioThread, IirFilter)prerelease 2016-06-15, by Giulio Moro
- Makefile can stop ide (idestop)prerelease 2016-06-15, by Giulio Moro
- Makefile: renamed iderun to idestart in order to avoid confusion with runideprerelease 2016-06-15, by Giulio Moro
- doxygen now looks inside all files in include/ core/ and examples/prerelease 2016-06-15, by Liam Donovan
- doxygen places xml and html docs in Documentation folder. setup_board.sh runs doxygenprerelease 2016-06-15, by Liam Donovan
- Upload Doxyfile in setup_board.shprerelease 2016-06-15, by Liam Donovan
- fixed setup_board.sh to call setup_IDE.sh correctlyprerelease 2016-06-15, by Liam Donovan
- Fixed Makefile: now runs from the correct folderprerelease 2016-06-15, by Giulio Moro
- Updated build_pd_heavy to support the release flagprerelease 2016-06-15, by Giulio Moro
- Quieter setup_board.sh, also invokes IDE setup if availableprerelease 2016-06-15, by Giulio Moro
- Fixed Makefile startupsprerelease 2016-06-15, by Giulio Moro
- Fixed 'make stop' kills IDEprerelease 2016-06-15, by Giulio Moro
- Mergeprerelease 2016-06-15, by Giulio Moro
- Adding noupload and preserve render functionalities to build_pd_heavy.shprerelease 2016-06-14, by Giulio Moro
- Reverting Makefile introduced in 814e85de67e1prerelease 2016-06-14, by Giulio Moro
- mergeprerelease 2016-06-14, by Giulio Moro
- Updated WriteFile to be happy with constprerelease 2016-06-14, by Giulio Moro
- Improved make corecleanprerelease 2016-06-14, by Giulio Moro
- IDE can be started and set/unset startup from the Makefileprerelease 2016-06-14, by Giulio Moro
- Added a new init.d script for the shutdown button and updated the bela script to use the Makefile to stop.prerelease 2016-06-14, by andrewm
- Renamed BeagleRT to Bela in the startup script and Makefileprerelease 2016-06-14, by andrewm
- re-added minimal example (required by IDE)prerelease 2016-06-14, by Liam Donovan
- suppress unwanted output in Makefileprerelease 2016-06-14, by Liam Donovan
- mergeprerelease 2016-06-14, by Liam Donovan
- add 'runide' target to Makefileprerelease 2016-06-14, by Liam Donovan
- Makefile: prompt for distclean, cleanupprerelease 2016-06-14, by Giulio Moro
- Updated Makefile docs and defaulting to clang if availableprerelease 2016-06-14, by Giulio Moro
- Updated Doxyfileprerelease 2016-06-14, by Giulio Moro
- Fixed when rebuilding non-main() project after main() project: the 'nasty kludge' was looking in ALL the .o files in projectFolder/build/ instead of only those that have a corresponding .cpp/.c/.S file. An even better fix is make sure that object files associated with source files deleted by rsync are removed as wellprerelease 2016-06-13, by Giulio Moro
- Updated libpd licenseprerelease 2016-06-12, by Giulio Moro
- Added check for already-running Bela process.prerelease 2016-06-12, by andrewm
- Fixed missing ) in Makefile, and removed unnecessary Utilities.h includesprerelease 2016-06-12, by andrewm
- Added Ne10 headers within include directoryprerelease 2016-06-12, by andrewm
- Added license file for Bela and dependenciesprerelease 2016-06-12, by andrewm
- Updated scripts so that the Bela folder on the bbb is ~/Bela. Note: BeagleRT_startup.sh is still the same (because the reference to it needs to be changed in /etc/init.d/ ....prerelease 2016-06-11, by Giulio Moro
- Updated Doxyfile with the new examples pathprerelease 2016-06-10, by Giulio Moro
- Mergeprerelease 2016-06-10, by Giulio Moro
- Makefile improved checks. It does not fail after distcleanprerelease 2016-06-10, by Giulio Moro
- Updated NE10 library to the latest version; needs a corresponding update to the /usr/include/ne10 header files on the SD image. Updated examples to compile against new version, and reordered D-Box channels to account for new PRU-based DAC channel reordering.prerelease 2016-06-09, by andrewm
- Doxygen content added to each example render.cpp.prerelease 2016-06-09, by Robert Jack
- Moved I2c_TouchKey files from the dbox project into the coreprerelease 2016-06-09, by Giulio Moro
- Now possible to pass options to the Makefile from build_project.shprerelease 2016-06-09, by Giulio Moro
- Updated rsync command and command-line optionsprerelease 2016-06-09, by Giulio Moro
- Updated rsync commandprerelease 2016-06-09, by Giulio Moro
- Updated setup_boardprerelease 2016-06-09, by Giulio Moro
- Removed useless libpd headersprerelease 2016-06-09, by Giulio Moro
- Updated halt_board.shprerelease 2016-06-09, by Giulio Moro