log

age author description
2015-07-17 Giulio Moro Fixed direction in setPinMode functions, updated and fixed basic_blink
2015-07-17 Giulio Moro Added basic_blink
2015-07-17 Giulio Moro Added setup-ssh scripts, borrowed from digital-foley
2015-07-17 andrewm Documentation updates and include Arduino-type constants in Utilities.h
2015-07-17 andrewm Added Scope.h file
2015-07-17 andrewm Brought UdpClient files over from ultra-staging branch (with include fix), and updated Makefile accordingly
2015-07-17 andrewm Changes to Makefile to support syntax checking
2015-07-17 andrewm Changed d-box code to run cleanly when built on board. Updated Makefile to add ne10 include path on board. Some extra docs in Utilities.h
2015-07-17 Andrew McPherson Merge newapi into default
2015-07-15 andrewm Some initial, partial documentation in Utilities.h newapi
2015-07-15 Giulio Moro Removed default_main.cpp from Eclipse project newapi
2015-07-15 Giulio Moro added Makefile, added default_main, added error checking in scripts newapi
2015-07-15 andrewm Support stopping looped BeagleRT programs running within screen newapi
2015-07-15 andrewm Added script options for running in a loop at startup (needs further support for stopping) and running the project in the foreground newapi
2015-07-15 andrewm Add ability to connect to a running BeagleRT project using screen newapi
2015-07-15 andrewm Command-line argument support for BeagleRT program in scripts, plus a simple script for halting the BBB newapi
2015-07-15 andrewm Added a script for enabling/disabling BeagleRT at startup. Only works with the matching SD image that looks for /root/BeagleRT_startup.sh newapi
2015-07-15 andrewm Added scripts for building on board newapi
2015-07-15 andrewm Renamed basic_sensor project to basic_analog_input for clarity newapi
2015-07-15 andrewm Further API update to name three primary functions setup(), render() and cleanup(). Changed include paths so now can #include <BeagleRT.h>. Removed stale pru_rtaudio.bin file as this is now done as pru_rtaudio_bin.h. Updated examples to new API and fixed minor compiler warnings along the way. Network example needs further attention to compile. newapi
2015-06-15 andrewm Add cape test project and make rt_printf (rtdk.h) part of standard BeagleRT.h include newapi
2015-06-08 Giulio Moro Udp transmission working (enough) for demo in Nottingham ultra-staging
2015-06-07 Giulio Moro Fixed bugs in Udp classes, updated tests ultra-staging
2015-05-31 andrewm Updated examples for new API. tank_wars not yet updated; audio_in_FFT and oscillator_bank not working properly yet. newapi