2016-06-16 |
Giulio Moro |
update_board.sh now disables Bela at startup and enables the IDE at startup
prerelease
|
2016-06-16 |
Giulio Moro |
update_board.sh now correctly resolves relative paths to the $IDE_FOLDER
prerelease
|
2016-06-16 |
Giulio Moro |
Unconditionally restarting IDE after update_board.sh
prerelease
|
2016-06-16 |
Giulio Moro |
Updated connect_to_project to use new Makefile
prerelease
|
2016-06-16 |
Giulio Moro |
Makefile added connect and ideconnect goals
prerelease
|
2016-06-16 |
Giulio Moro |
Removed useless files from Doxyfile, improved performance from 14 to 9 seconds on the BBB
prerelease
|
2016-06-16 |
Giulio Moro |
update_board creates remote folder tree
prerelease
|
2016-06-16 |
Giulio Moro |
Makefile less verbose
prerelease
|
2016-06-16 |
Giulio Moro |
renamed setup_board.sh to update_board.sh. Comes with plenty of new functionalities, prompts etc. When called without parameters will only update the relevant files, leaving the projects/ folder alone. When called with --clean will nuke the whole remote Bela folder and restore it.
prerelease
|
2016-06-15 |
Giulio Moro |
Updated setup_board.sh, cleaner error handling, cleaner output
prerelease
|
2016-06-15 |
Giulio Moro |
Removed unused core and examples files (NetworkSend, ReceiveAudioThread, IirFilter)
prerelease
|
2016-06-15 |
Giulio Moro |
Makefile can stop ide (idestop)
prerelease
|
2016-06-15 |
Giulio Moro |
Makefile: renamed iderun to idestart in order to avoid confusion with runide
prerelease
|
2016-06-15 |
Liam Donovan |
doxygen now looks inside all files in include/ core/ and examples/
prerelease
|
2016-06-15 |
Liam Donovan |
doxygen places xml and html docs in Documentation folder. setup_board.sh runs doxygen
prerelease
|
2016-06-15 |
Liam Donovan |
Upload Doxyfile in setup_board.sh
prerelease
|
2016-06-15 |
Liam Donovan |
fixed setup_board.sh to call setup_IDE.sh correctly
prerelease
|
2016-06-15 |
Giulio Moro |
Fixed Makefile: now runs from the correct folder
prerelease
|
2016-06-15 |
Giulio Moro |
Updated build_pd_heavy to support the release flag
prerelease
|
2016-06-15 |
Giulio Moro |
Quieter setup_board.sh, also invokes IDE setup if available
prerelease
|
2016-06-15 |
Giulio Moro |
Fixed Makefile startups
prerelease
|
2016-06-15 |
Giulio Moro |
Fixed 'make stop' kills IDE
prerelease
|
2016-06-15 |
Giulio Moro |
Merge
prerelease
|
2016-06-14 |
Giulio Moro |
Adding noupload and preserve render functionalities to build_pd_heavy.sh
prerelease
|
2016-06-14 |
Giulio Moro |
Reverting Makefile introduced in 814e85de67e1
prerelease
|
2016-06-14 |
Giulio Moro |
merge
prerelease
|
2016-06-14 |
Giulio Moro |
Updated WriteFile to be happy with const
prerelease
|
2016-06-14 |
Giulio Moro |
Improved make coreclean
prerelease
|
2016-06-14 |
Giulio Moro |
IDE can be started and set/unset startup from the Makefile
prerelease
|
2016-06-14 |
andrewm |
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 |
andrewm |
Renamed BeagleRT to Bela in the startup script and Makefile
prerelease
|
2016-06-14 |
Liam Donovan |
re-added minimal example (required by IDE)
prerelease
|
2016-06-14 |
Liam Donovan |
suppress unwanted output in Makefile
prerelease
|
2016-06-14 |
Liam Donovan |
merge
prerelease
|
2016-06-14 |
Liam Donovan |
add 'runide' target to Makefile
prerelease
|
2016-06-14 |
Giulio Moro |
Makefile: prompt for distclean, cleanup
prerelease
|
2016-06-14 |
Giulio Moro |
Updated Makefile docs and defaulting to clang if available
prerelease
|
2016-06-14 |
Giulio Moro |
Updated Doxyfile
prerelease
|
2016-06-12 |
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 well
prerelease
|
2016-06-12 |
Giulio Moro |
Updated libpd license
prerelease
|
2016-06-12 |
andrewm |
Added check for already-running Bela process.
prerelease
|
2016-06-12 |
andrewm |
Fixed missing ) in Makefile, and removed unnecessary Utilities.h includes
prerelease
|
2016-06-12 |
andrewm |
Added Ne10 headers within include directory
prerelease
|
2016-06-12 |
andrewm |
Added license file for Bela and dependencies
prerelease
|
2016-06-11 |
Giulio Moro |
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-09 |
Giulio Moro |
Updated Doxyfile with the new examples path
prerelease
|
2016-06-09 |
Giulio Moro |
Merge
prerelease
|
2016-06-09 |
Giulio Moro |
Makefile improved checks. It does not fail after distclean
prerelease
|
2016-06-09 |
andrewm |
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 |
Robert Jack |
Doxygen content added to each example render.cpp.
prerelease
|
2016-06-09 |
Giulio Moro |
Moved I2c_TouchKey files from the dbox project into the core
prerelease
|
2016-06-09 |
Giulio Moro |
Now possible to pass options to the Makefile from build_project.sh
prerelease
|
2016-06-09 |
Giulio Moro |
Updated rsync command and command-line options
prerelease
|
2016-06-09 |
Giulio Moro |
Updated rsync command
prerelease
|
2016-06-09 |
Giulio Moro |
Updated setup_board
prerelease
|
2016-06-09 |
Giulio Moro |
Removed useless libpd headers
prerelease
|
2016-06-09 |
Giulio Moro |
Updated halt_board.sh
prerelease
|
2016-06-09 |
Giulio Moro |
Simplified setup-ssh files: no more need for keypairs, now just setting the bbb entry in ~/.ssh/config
prerelease
|
2016-06-09 |
Giulio Moro |
updated set_startup
prerelease
|
2016-06-09 |
Giulio Moro |
Updated connect_to_project.sh
prerelease
|