Mercurial > hg > beaglert
graph
- 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
- Closed bbb_network branch2015-05-11, by Giulio Moro
- Closed the glorious matrix_gpio branch2015-05-11, by Giulio Moro
- Renamed matrix_gpio branch to staging.2015-05-11, by Giulio Moro
- Merged bbb_network and the so-called "matrix_gpio" branches2015-05-11, by Giulio Moro
- Fixed bug in Digital macros and in example project2015-05-11, by Giulio Moro
- Increased length of input string to allow large numbers with many decimal positions2015-05-11, by Giulio Moro
- Fixed command line bug same as per commit 30, just on a different branch2015-05-11, by Giulio Moro
- ACTUALLY fixed the bug I thought I fixed in the previous commit2015-05-11, by Giulio Moro
- - Fixed an issue in the command line options (quotes around constant)2015-05-11, by Giulio Moro
- - added a c script to have the oscillator perform a sine sweep2015-05-10, by Giulio Moro
- Fixed the same bug as per commit 26, just on a different branch2015-05-10, by Giulio Moro
- - fixed bug that caused the PRU to hang when opening a socket or an ssh connection. Bug was a typo in LBBO reg_gpio2_oe2015-05-10, by Giulio Moro