Mercurial > hg > beaglert
graph
- Added basic_blink2015-07-17, by Giulio Moro
- Added setup-ssh scripts, borrowed from digital-foley2015-07-17, by Giulio Moro
- Documentation updates and include Arduino-type constants in Utilities.h2015-07-17, by andrewm
- Added Scope.h file2015-07-17, by andrewm
- Brought UdpClient files over from ultra-staging branch (with include fix), and updated Makefile accordingly2015-07-17, by andrewm
- Changes to Makefile to support syntax checking2015-07-17, by 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.h2015-07-17, by andrewm
- Merge newapi into default2015-07-17, by Andrew McPherson
- Some initial, partial documentation in Utilities.h2015-07-15, by andrewm
- 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
- 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
- - Network now actually works.2015-05-08, by Giulio Moro
- UDP communication in place, pre-alpha2015-05-08, by Giulio Moro
- - persistency: the last frame of each digital and analogOut buffers is used to initialize all the frames in the next buffer. This means that once a value is set, the pin will hold the value until you change it2015-05-05, by Giulio Moro
- Updated tank wars demo for new API2015-05-03, by andrewm
- Add float<->int macros to PRU code (still to integrate); formatting cleanups2015-02-08, by andrewm
- - rebuilt the eclipse project file2015-04-30, by Giulio Moro
- Renamed matrixGpio to digital and matrix to analog2015-04-30, by Giulio Moro
- - digitalWrite and analogWrite macros are now persistent: they write a value on the given channel from the current frame to the end of the buffer. When2015-04-30, by Giulio Moro
- - added example project matrix_gpio_demo2015-04-27, by Giulio Moro
- - analog matrixIn/matrixOut are now mapped as floats from 0 to 12015-04-27, by Giulio Moro
- Updated to latest PRU library; external PRU file no longer needed. Also catch SIGTERM as well as SIGINT to clean up gracefully.2015-02-07, by andrewm
- Updated remaining examples to new API2015-01-23, by andrewm
- Fixed ADC bug; added a simple passthrough test2015-01-23, by andrewm
- Initial support for higher matrix sample rates by reducing the number of channels. Input not tested yet, and not all examples updated to new format.2015-01-22, by andrewm
- merge2014-11-13, by andrewm
- Tank wars!2014-11-13, by andrewm
- _fixed file path in filter examples2014-11-11, by Victor Zappi
- _again, fixed file path in samples project...2014-11-11, by Victor Zappi
- Merge2014-11-11, by Victor Zappi
- _fixed laod file path2014-11-11, by Victor Zappi
- API improvements and cleanups. Now all common audio command-line options can be parsed automatically.2014-11-08, by andrewm
- _new FFT example [still noisy]2014-11-06, by Victor Zappi
- _new IIR filter example2014-11-06, by Victor Zappi
- _new FIR filter example2014-11-06, by Victor Zappi
- _new sample playback example2014-11-06, by Victor Zappi
- Initial commit.2014-10-31, by andrewm