log

age author description
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
2016-06-08 Giulio Moro Doxyfile and minor corrections to docs prerelease
2016-06-08 Giulio Moro Fixed run_project.sh prerelease
2016-06-08 Giulio Moro Updated Makefile to match name of audio thread prerelease
2016-06-08 Giulio Moro Added example/help patches for digital in pd prerelease
2016-06-08 Giulio Moro Cleanup prerelease
2016-06-08 Giulio Moro Moved pd examples to examples/pd prerelease
2016-06-08 Giulio Moro Fixed Bela_pdMessageHook prerelease
2016-06-08 Giulio Moro DigitalChannelManager takes care of managing digital channels for libpd/Heavy use prerelease
2016-06-08 Giulio Moro Digital channels are fully managed by Pd prerelease
2016-06-08 Giulio Moro pinMode can now be controlled from Pd prerelease
2016-06-08 Giulio Moro merge prerelease
2016-06-08 Giulio Moro Full implementation of libpd digitals (in and out at message rate). Still messy, needs cleanup, new utilites for setDataOut, clearDataOut, wrapping all this new digital stuff in a class which will be re-usable by Heavy prerelease
2016-06-08 Giulio Moro Removed libpd_queued prerelease
2016-06-07 Giulio Moro libpd: added digital ins through [adc~] prerelease
2016-06-07 Giulio Moro Sets date on the board to ensure that heavy projects are recompiled prerelease
2016-06-07 andrewm Remapped analog output channels to match 01234567 order on cape. Note: this will change the behaviour of all these existing examples using analog out, notably d-box and cape_test. prerelease
2016-06-07 Giulio Moro Added embryonal support for digital messages with libpd. TODO: test it, only process used channels, add defines. It is quite CPU-intensive prerelease
2016-06-07 Giulio Moro Fixed make nostartup prerelease
2016-06-06 Giulio Moro basic_libpd now populates pd's audio buffers directly. Updated libpd.so binary. This required an API change with respect to standard libpdAPI because for some strange reason, accessing sys_audioin and sys_audioout directly from the render.cpp file would return invalid values. prerelease
2016-06-06 Giulio Moro Updated basic_libpd, now slightly more efficient with less memory operations. Requires the API change in libpd operated in libpd:99a2be8 prerelease
2016-06-06 Giulio Moro libpd: using smaller blocksizes for processing, so that events can be scheduled more accurately prerelease
2016-06-06 Giulio Moro More on libpd support for threads prerelease
2016-06-05 Giulio Moro Added libpd license prerelease
2016-06-05 Giulio Moro Initial support for thread-safe libpd (stil missing updated libpd binary), untested prerelease
2016-06-05 Giulio Moro Clean up of basic_libpd prerelease
2016-06-05 Giulio Moro Refactored UdpClient, changed line endings to Unix prerelease
2016-06-05 Giulio Moro Suppresses warning when compiling UdpClient.cpp prerelease
2016-06-05 Giulio Moro Self-documenting help added to Makefile. prerelease
2016-06-04 Giulio Moro Makefile syncs buffer to disk after building. Closes #1698 prerelease
2016-06-04 Giulio Moro run_project takes parameter for project name (defaults to scriptUploadedProject) prerelease
2016-06-04 Giulio Moro Makefile can now do startup and startuploop prerelease
2016-06-04 Giulio Moro build_project now updates the date of the files on the bbb prerelease
2016-06-04 Giulio Moro Updated build_pd_heavy to work with the latest makefile. prerelease
2016-06-03 Giulio Moro relaxed the loop when set_startup.sh -l (added a sleep in there). This way if the file fails to load, the board is still operable, see #1698 prerelease