Mercurial > hg > beaglert
graph
- Removed default_main.cpp from Eclipse project2015-07-15, by Giulio Moro
- added Makefile, added default_main, added error checking in scripts2015-07-15, by Giulio Moro
- Support stopping looped BeagleRT programs running within screen2015-07-15, by andrewm
- Added script options for running in a loop at startup (needs further support for stopping) and running the project in the foreground2015-07-15, by andrewm
- Add ability to connect to a running BeagleRT project using screen2015-07-15, by andrewm
- Command-line argument support for BeagleRT program in scripts, plus a simple script for halting the BBB2015-07-15, by andrewm
- Added a script for enabling/disabling BeagleRT at startup. Only works with the matching SD image that looks for /root/BeagleRT_startup.sh2015-07-15, by andrewm
- Added scripts for building on board2015-07-15, by andrewm
- Renamed basic_sensor project to basic_analog_input for clarity2015-07-15, by 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.2015-07-15, by andrewm
- Add cape test project and make rt_printf (rtdk.h) part of standard BeagleRT.h include2015-06-15, by andrewm
- Udp transmission working (enough) for demo in Nottingham2015-06-08, by Giulio Moro
- Fixed bugs in Udp classes, updated tests2015-06-07, by Giulio Moro
- Updated examples for new API. tank_wars not yet updated; audio_in_FFT and oscillator_bank not working properly yet.2015-05-31, by andrewm
- D-Box updates; should work as old version did2015-05-30, by andrewm
- Removed old testing code that stopped audio after 10 seconds; command line parameter updates; D-Box updates (not fully working yet)2015-05-30, by andrewm
- Update pru_rtaudio_bin.h to reflect the current PRU code.2015-05-28, by andrewm
- Documentation updates, and move some defines from BeagleRT.h into specific projects where they are used2015-05-28, by andrewm
- First draft of Doxygen documentation2015-05-28, by andrewm
- Fixed file structure to reflect merging include files into BeagleRT.h2015-05-28, by andrewm
- Major API overhaul. Moved to a single data structure for handling render functions. Functionally, generally similar except for scheduling within PRU loop function, which now uses interrupts from the PRU rather than polling. This requires an updated kernel.2015-05-28, by andrewm
- - added (unused) simple c++ classes for udp datagrams\n- added tests for the new classes2015-05-20, by Giulio Moro
- Fixed bug that was causing pointer corruption2015-05-19, by Giulio Moro
- Included timer files2015-05-19, by Giulio Moro
- Timers to measure performances, ultra experimental2015-05-19, by Giulio Moro
- Further improvements in the PRU readibility (removed unnecssary defines and renamed r27_current back to reg_digital_current)2015-05-13, by Giulio Moro
- Improved readibility of the DIGITAL code in the PRU, using register names instead of aliases and expanding some of the macros, removing unused macros. Binaries were not modified2015-05-13, by Giulio Moro
- GPIO pins are initialised as inputs by ARM to avoid spikes at startup, through gpio_set_dir. The buffers are set to 0x000ffff during initialisation. LastDigitalBuffer is2015-05-12, by Giulio Moro