log

age author description
Mon, 20 Jun 2016 01:10:16 +0100 Giulio Moro using relative links in examples/core prerelease
Sun, 19 Jun 2016 23:31:25 +0100 Giulio Moro merge prerelease
Sun, 19 Jun 2016 23:20:34 +0100 Giulio Moro --no-frills for udpate_board prerelease
Sun, 19 Jun 2016 22:36:38 +0100 Giulio Moro Minor edits to Makefile prerelease
Sun, 19 Jun 2016 21:27:37 +0100 Giulio Moro update_board : no-frills option, no-documentation option prerelease
Sun, 19 Jun 2016 22:43:06 +0100 Liam Donovan Do a coreclean in update_board prerelease
Sun, 19 Jun 2016 22:28:34 +0100 Liam Donovan Added core example project, which allows editing of the core Bela source in the IDE. It requires 'building' in update_board prerelease
Sun, 19 Jun 2016 21:52:07 +0100 Liam Donovan Remove old SYNTAX target in Makefile, which was causing the syntax check to behave wrong occasioinally. Also fixed update_board. prerelease
Sun, 19 Jun 2016 18:55:06 +0100 Giulio Moro Make checkupdate checks that the zip file in updates/ is valid for an update and make update actually performs an updatescp bbb:Bela/Makefile ./ prerelease
Sun, 19 Jun 2016 16:33:05 +0100 Giulio Moro Updated scripts to use "." instead of source, for sh compatibility prerelease
Sun, 19 Jun 2016 12:43:43 +0100 Giulio Moro Makefile has option for RUN_FROM=/full/path prerelease
Sun, 19 Jun 2016 03:28:53 +0100 Giulio Moro Re-implemented watch for build_heavy ... added .bela_common file for shared config and utilities prerelease
Sun, 19 Jun 2016 01:18:45 +0100 Giulio Moro Removed Makefile verbosity when building .c files prerelease
Sun, 19 Jun 2016 01:15:27 +0100 Giulio Moro Properly setting date in build_project prerelease
Sun, 19 Jun 2016 00:35:41 +0100 Giulio Moro build_pd_heavy.sh: major refactoring. Safer, nicer, cleaner prerelease
Sun, 19 Jun 2016 00:30:48 +0100 Giulio Moro update_board sends the time zone when setting the date, format prerelease
Sat, 18 Jun 2016 21:23:15 +0100 Giulio Moro Makefile: IDE runs in a loop prerelease
Sat, 18 Jun 2016 04:19:17 +0100 Giulio Moro Rebuilt run_pd_libpd.sh. Minor fixes, adjusted verbosity prerelease
Sat, 18 Jun 2016 02:25:48 +0100 Giulio Moro More compatibility prerelease
Sat, 18 Jun 2016 02:21:04 +0100 Giulio Moro update_board better parsing of user input, press a key to continue to improve experience of double-clickers prerelease
Fri, 17 Jun 2016 18:40:04 +0100 Giulio Moro Attempt at unified script for all things bela better_scripting
Fri, 17 Jun 2016 04:52:43 +0100 Giulio Moro build_project was made more silent prerelease
Fri, 17 Jun 2016 01:10:05 +0100 Giulio Moro made update_board clickable prerelease
Fri, 17 Jun 2016 00:42:01 +0100 Giulio Moro Updated Eclipse project prerelease
Thu, 16 Jun 2016 20:02:41 +0100 Giulio Moro Fixed update_board.sh prerelease
Thu, 16 Jun 2016 20:02:05 +0100 Giulio Moro Updated and fixed build_pd_heavy.sh prerelease
Thu, 16 Jun 2016 19:25:01 +0100 Giulio Moro Removed all the function() prerelease
Thu, 16 Jun 2016 19:21:46 +0100 Giulio Moro Re-added Doxygen prerelease
Thu, 16 Jun 2016 19:20:22 +0100 Giulio Moro Some more sh compatiblity things: no &>, no 'function' prerelease
Thu, 16 Jun 2016 18:09:59 +0100 Giulio Moro Compatibility: mingw's default date format is not parsed correctly by Debian; stat is not necessarily available prerelease
Thu, 16 Jun 2016 18:08:26 +0100 Giulio Moro Makefile sets attributes of Bela_startup.sh file prerelease
Thu, 16 Jun 2016 15:55:03 +0100 Giulio Moro Scripts use sh instead of bash. Some fixes in run_project and build_project prerelease
Thu, 16 Jun 2016 14:34:18 +0100 Giulio Moro Makefile now supports a QUIET flag which silences some of the outputs (currently only the one from STOP). QUIET is enabled by default for runide (or any of the QUIET_TARGETS). Added target for stop to runide prerelease
Thu, 16 Jun 2016 14:05:17 +0100 Giulio Moro make nostartup now works properly prerelease
Thu, 16 Jun 2016 14:03:52 +0100 Giulio Moro Reduced verbosity of set_startup.sh prerelease
Thu, 16 Jun 2016 14:02:15 +0100 Giulio Moro update_board.sh now disables Bela at startup and enables the IDE at startup prerelease
Thu, 16 Jun 2016 13:54:48 +0100 Giulio Moro update_board.sh now correctly resolves relative paths to the $IDE_FOLDER prerelease
Thu, 16 Jun 2016 03:42:10 +0100 Giulio Moro Unconditionally restarting IDE after update_board.sh prerelease
Thu, 16 Jun 2016 03:28:58 +0100 Giulio Moro Updated connect_to_project to use new Makefile prerelease
Thu, 16 Jun 2016 03:25:56 +0100 Giulio Moro Makefile added connect and ideconnect goals prerelease
Thu, 16 Jun 2016 02:27:33 +0100 Giulio Moro Removed useless files from Doxyfile, improved performance from 14 to 9 seconds on the BBB prerelease
Thu, 16 Jun 2016 02:01:05 +0100 Giulio Moro update_board creates remote folder tree prerelease
Thu, 16 Jun 2016 01:44:25 +0100 Giulio Moro Makefile less verbose prerelease
Thu, 16 Jun 2016 01:31:04 +0100 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
Wed, 15 Jun 2016 23:05:09 +0100 Giulio Moro Updated setup_board.sh, cleaner error handling, cleaner output prerelease
Wed, 15 Jun 2016 21:59:02 +0100 Giulio Moro Removed unused core and examples files (NetworkSend, ReceiveAudioThread, IirFilter) prerelease
Wed, 15 Jun 2016 20:58:48 +0100 Giulio Moro Makefile can stop ide (idestop) prerelease
Wed, 15 Jun 2016 14:16:20 +0100 Giulio Moro Makefile: renamed iderun to idestart in order to avoid confusion with runide prerelease
Wed, 15 Jun 2016 12:57:40 +0100 Liam Donovan doxygen now looks inside all files in include/ core/ and examples/ prerelease
Wed, 15 Jun 2016 12:23:29 +0100 Liam Donovan doxygen places xml and html docs in Documentation folder. setup_board.sh runs doxygen prerelease
Wed, 15 Jun 2016 12:01:47 +0100 Liam Donovan Upload Doxyfile in setup_board.sh prerelease
Wed, 15 Jun 2016 11:56:50 +0100 Liam Donovan fixed setup_board.sh to call setup_IDE.sh correctly prerelease
Wed, 15 Jun 2016 03:01:16 +0100 Giulio Moro Fixed Makefile: now runs from the correct folder prerelease
Wed, 15 Jun 2016 02:37:34 +0100 Giulio Moro Updated build_pd_heavy to support the release flag prerelease
Wed, 15 Jun 2016 02:21:13 +0100 Giulio Moro Quieter setup_board.sh, also invokes IDE setup if available prerelease
Wed, 15 Jun 2016 02:04:23 +0100 Giulio Moro Fixed Makefile startups prerelease
Wed, 15 Jun 2016 01:48:22 +0100 Giulio Moro Fixed 'make stop' kills IDE prerelease
Wed, 15 Jun 2016 01:34:29 +0100 Giulio Moro Merge prerelease
Tue, 14 Jun 2016 18:52:10 +0100 Giulio Moro Adding noupload and preserve render functionalities to build_pd_heavy.sh prerelease
Tue, 14 Jun 2016 18:24:25 +0100 Giulio Moro Reverting Makefile introduced in 814e85de67e1 prerelease
Tue, 14 Jun 2016 18:15:23 +0100 Giulio Moro merge prerelease
Tue, 14 Jun 2016 18:11:38 +0100 Giulio Moro Updated WriteFile to be happy with const prerelease
Tue, 14 Jun 2016 17:55:30 +0100 Giulio Moro Improved make coreclean prerelease
Tue, 14 Jun 2016 16:26:34 +0100 Giulio Moro IDE can be started and set/unset startup from the Makefile prerelease
Tue, 14 Jun 2016 21:39:06 +0100 andrewm Added a new init.d script for the shutdown button and updated the bela script to use the Makefile to stop. prerelease
Tue, 14 Jun 2016 21:13:40 +0100 andrewm Renamed BeagleRT to Bela in the startup script and Makefile prerelease
Tue, 14 Jun 2016 18:48:23 +0100 Liam Donovan re-added minimal example (required by IDE) prerelease
Tue, 14 Jun 2016 18:11:35 +0100 Liam Donovan suppress unwanted output in Makefile prerelease
Tue, 14 Jun 2016 18:09:34 +0100 Liam Donovan merge prerelease
Tue, 14 Jun 2016 18:08:46 +0100 Liam Donovan add 'runide' target to Makefile prerelease
Tue, 14 Jun 2016 13:53:08 +0100 Giulio Moro Makefile: prompt for distclean, cleanup prerelease
Tue, 14 Jun 2016 11:30:31 +0100 Giulio Moro Updated Makefile docs and defaulting to clang if available prerelease
Tue, 14 Jun 2016 11:29:51 +0100 Giulio Moro Updated Doxyfile prerelease
Mon, 13 Jun 2016 00:44:47 +0100 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
Sun, 12 Jun 2016 23:38:31 +0100 Giulio Moro Updated libpd license prerelease
Sun, 12 Jun 2016 23:20:37 +0100 andrewm Added check for already-running Bela process. prerelease
Sun, 12 Jun 2016 23:03:57 +0100 andrewm Fixed missing ) in Makefile, and removed unnecessary Utilities.h includes prerelease
Sun, 12 Jun 2016 18:16:20 +0100 andrewm Added Ne10 headers within include directory prerelease
Sun, 12 Jun 2016 18:10:33 +0100 andrewm Added license file for Bela and dependencies prerelease
Sat, 11 Jun 2016 01:54:43 +0100 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
Fri, 10 Jun 2016 00:56:49 +0100 Giulio Moro Updated Doxyfile with the new examples path prerelease
Fri, 10 Jun 2016 00:35:18 +0100 Giulio Moro Merge prerelease
Fri, 10 Jun 2016 00:02:48 +0100 Giulio Moro Makefile improved checks. It does not fail after distclean prerelease
Thu, 09 Jun 2016 20:03:09 +0100 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
Thu, 09 Jun 2016 18:16:05 +0100 Robert Jack Doxygen content added to each example render.cpp. prerelease
Thu, 09 Jun 2016 17:31:44 +0100 Giulio Moro Moved I2c_TouchKey files from the dbox project into the core prerelease
Thu, 09 Jun 2016 17:28:01 +0100 Giulio Moro Now possible to pass options to the Makefile from build_project.sh prerelease
Thu, 09 Jun 2016 02:48:58 +0100 Giulio Moro Updated rsync command and command-line options prerelease
Thu, 09 Jun 2016 02:47:38 +0100 Giulio Moro Updated rsync command prerelease
Thu, 09 Jun 2016 01:58:06 +0100 Giulio Moro Updated setup_board prerelease
Thu, 09 Jun 2016 01:57:40 +0100 Giulio Moro Removed useless libpd headers prerelease
Thu, 09 Jun 2016 01:49:14 +0100 Giulio Moro Updated halt_board.sh prerelease
Thu, 09 Jun 2016 01:47:13 +0100 Giulio Moro Simplified setup-ssh files: no more need for keypairs, now just setting the bbb entry in ~/.ssh/config prerelease
Thu, 09 Jun 2016 01:25:32 +0100 Giulio Moro updated set_startup prerelease
Thu, 09 Jun 2016 01:11:55 +0100 Giulio Moro Updated connect_to_project.sh prerelease
Thu, 09 Jun 2016 00:36:54 +0100 Giulio Moro Doxyfile and minor corrections to docs prerelease
Wed, 08 Jun 2016 22:19:54 +0100 Giulio Moro Fixed run_project.sh prerelease
Wed, 08 Jun 2016 22:18:56 +0100 Giulio Moro Updated Makefile to match name of audio thread prerelease
Wed, 08 Jun 2016 22:04:21 +0100 Giulio Moro Added example/help patches for digital in pd prerelease
Wed, 08 Jun 2016 22:03:50 +0100 Giulio Moro Cleanup prerelease
Wed, 08 Jun 2016 21:15:14 +0100 Giulio Moro Moved pd examples to examples/pd prerelease
Wed, 08 Jun 2016 21:13:02 +0100 Giulio Moro Fixed Bela_pdMessageHook prerelease
Wed, 08 Jun 2016 21:11:36 +0100 Giulio Moro DigitalChannelManager takes care of managing digital channels for libpd/Heavy use prerelease
Wed, 08 Jun 2016 19:44:21 +0100 Giulio Moro Digital channels are fully managed by Pd prerelease
Wed, 08 Jun 2016 04:31:21 +0100 Giulio Moro pinMode can now be controlled from Pd prerelease
Wed, 08 Jun 2016 02:00:17 +0100 Giulio Moro merge prerelease
Wed, 08 Jun 2016 01:58:35 +0100 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
Wed, 08 Jun 2016 01:55:25 +0100 Giulio Moro Removed libpd_queued prerelease
Tue, 07 Jun 2016 22:28:23 +0100 Giulio Moro libpd: added digital ins through [adc~] prerelease
Tue, 07 Jun 2016 17:29:54 +0100 Giulio Moro Sets date on the board to ensure that heavy projects are recompiled prerelease
Tue, 07 Jun 2016 18:37:11 +0100 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
Tue, 07 Jun 2016 03:40:01 +0100 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
Tue, 07 Jun 2016 02:06:49 +0100 Giulio Moro Fixed make nostartup prerelease
Mon, 06 Jun 2016 15:15:15 +0100 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
Mon, 06 Jun 2016 12:21:38 +0100 Giulio Moro Updated basic_libpd, now slightly more efficient with less memory operations. Requires the API change in libpd operated in libpd:99a2be8 prerelease
Mon, 06 Jun 2016 03:31:22 +0100 Giulio Moro libpd: using smaller blocksizes for processing, so that events can be scheduled more accurately prerelease
Mon, 06 Jun 2016 02:37:30 +0100 Giulio Moro More on libpd support for threads prerelease
Sun, 05 Jun 2016 22:20:17 +0100 Giulio Moro Added libpd license prerelease
Sun, 05 Jun 2016 21:46:44 +0100 Giulio Moro Initial support for thread-safe libpd (stil missing updated libpd binary), untested prerelease
Sun, 05 Jun 2016 20:28:43 +0100 Giulio Moro Clean up of basic_libpd prerelease