https://github.com/RedPitaya/RedPitaya

sort by:
Revision Author Date Message Commit Date
ca26ece DOC: updated changes and todo lists 18 February 2017, 21:12:37 UTC
2df4345 Jupyter: added list of examples with links 18 February 2017, 20:14:39 UTC
fbefaea OS: fixed git shallow clone of libiio 18 February 2017, 20:11:34 UTC
6ddcd13 OS: added Ne10 build code but commented it out, since install did not work 18 February 2017, 09:45:06 UTC
178bd05 Jupyter: bokeh graphs should now work offline 17 February 2017, 20:32:46 UTC
e869481 OS: fixes for compiling libiio, newer libserialport was provded in Launchpad PPA 17 February 2017, 20:31:07 UTC
2d93f37 OS: updated base Ubuntu system to 16.04.02 17 February 2017, 13:29:19 UTC
e9a2f14 Jupyter: using new libiio 0.9 for XADC 17 February 2017, 13:28:03 UTC
ff6cd27 OS: version 0.9 of libiio will now be installed with proper Python 3 bindings 17 February 2017, 13:26:53 UTC
abcb28b FPGA: removing PID from Mercury project 17 February 2017, 10:54:52 UTC
2a9df26 Jupyter: incresed frequency for custom waveform example 16 February 2017, 21:35:42 UTC
d3a86a7 Jupyter: using latest API1 changes 16 February 2017, 21:31:25 UTC
5995915 API1: fixed order of parameters for equalization filter 16 February 2017, 21:17:29 UTC
88c0b1e Revert "Revert "API1: cleanup code for programming filters"" This reverts commit 8d52002632dbb84237b008084e6368b56b63e968. 16 February 2017, 21:15:39 UTC
25ac42b FPGA: fixed typo in scope, non average decimation had wrong channel 16 February 2017, 14:37:38 UTC
8d52002 Revert "API1: cleanup code for programming filters" This reverts commit de2d2e496bbf9b2a099910a17346aae3754e9860. 16 February 2017, 14:32:11 UTC
89ecd4c API1: trigger level and hysteresis are now applied separately to channels 16 February 2017, 14:31:27 UTC
de2d2e4 API1: cleanup code for programming filters 16 February 2017, 14:27:19 UTC
ee6a7aa API1: added Pre trigger delay code 16 February 2017, 14:19:08 UTC
34c0279 API1: added Pre trigger delay code 16 February 2017, 14:17:30 UTC
b6ba741 API1: there is now an explicit post trigger delay 16 February 2017, 14:09:15 UTC
73cc6fe API1: calibration should be done without a programmed waveform 16 February 2017, 13:57:48 UTC
63cce32 Revert "API1: ACQ cleanup of filter related code, added pre/post trigger delay" This reverts commit 08a4410813b3d03784dd890c475a6db9830f5219. 16 February 2017, 13:53:07 UTC
1f786cd FPGA: preparing a new image to be used with Jupyter, named after planet Mercury 16 February 2017, 12:45:55 UTC
cf550e6 FPGA: reverting classic changes 16 February 2017, 12:45:15 UTC
efbd856 API1: ACQ cleanup of filter related code, added pre/post trigger delay 15 February 2017, 16:56:37 UTC
08a4410 API1: ACQ cleanup of filter related code, added pre/post trigger delay 15 February 2017, 16:50:44 UTC
af68a85 API1: calib: cosmetic changes 15 February 2017, 14:45:19 UTC
60bf923 Jupyter: moved sampling frequency into driver, added some debug code for generator 15 February 2017, 14:14:04 UTC
293d340 Merge remote-tracking branch 'github/master' 15 February 2017, 13:37:31 UTC
8ffe66e Jupyter: updates for API1 15 February 2017, 13:18:13 UTC
3230187 Applications: going back to fpga 0.94 from classic 15 February 2017, 13:17:33 UTC
fe81f8b API1: callibration fixes, but issues might remain 15 February 2017, 12:49:38 UTC
9dffa47 API: GEN: reset is a loop over both channels 15 February 2017, 10:24:26 UTC
0dfac72 FPGA: classic image: returning read data default, without it acknowledge was not returned 14 February 2017, 14:49:17 UTC
6372d24 API[01]: clean should not remove results of other Makefiles 14 February 2017, 13:33:35 UTC
7756cfb API[01]: clean should not remove results of other Makefiles 14 February 2017, 13:31:51 UTC
006ea25 API1: replacing 'BackEnd' with 'Gen' 14 February 2017, 13:03:37 UTC
a53c37f API1: should be compiled by default 14 February 2017, 12:49:08 UTC
3454558 Jupyter: Pyhon tutorial is now part of the OS 14 February 2017, 12:09:01 UTC
4b21087 Wyliodrin: removed 14 February 2017, 11:45:15 UTC
3cf3be2 Jupyter: oscilloscope demo update 14 February 2017, 11:16:55 UTC
d7d1394 Jupyter: API: added functins handling trigger level/hysteresis 14 February 2017, 11:16:55 UTC
08b8a7f Jupyter: API cleanup propagated, changed how aquisition end is detected 14 February 2017, 11:16:55 UTC
523f5b8 Jupyter: API changes for decimation factor 14 February 2017, 11:16:55 UTC
b6d0086 API1: removing macros and enumerations 14 February 2017, 11:14:36 UTC
538aa05 API1: removing version code 14 February 2017, 10:51:21 UTC
f5da4bc API1: adding a cleanup of the original API The original API is jut too convoluted to fix while avoiding regressions. API functions related to GPIO, LED, XADC have been removed, kernel API for the given HW should be used directly. API for analog outputs (PWM) was also removed, PWM in RTL should be recoded into something easier to program and the API returned. The three wrapper layers have been removed, most API functions now directly access HW registers. ACQ: This API removes all functions which handle time units, all units should be in clock periods. Raw data acquisition now does not apply calibration offset. Voltage data calibration was recoded, it is now just a few operations in a loop, instead of nested functions. Most overhead is now probably due to the slow bus between the CPU and the ACQ buffer inside the FPGA. GEN: Calibration is recoded. Writing into the GEN buffer should be further modified, and option to directly write raw 14 bit data is missing. Common: Most functions have been removed, more should be. Calib: This module needs further cleanup and testing. There are for sure errors in the sign of offset, and if mutiplication or division should be used for scaling. 14 February 2017, 10:27:16 UTC
49018e6 FPGA: fixed data width, some more 14 February 2017, 10:10:42 UTC
c1989ca FPGA: fixed data width 13 February 2017, 21:38:38 UTC
1b8a126 FPGA: recoded handling of sign for gen/acq FPGA: scope_simple: added pre trigger delay, but it is not used yet FPGA: using signed numbers on CPU interface, so sign extension in software is not needed FPGA: data signedness changes for scope and gen in classic project FPGA: added clog2 function, since expects constant input FPGA: removed average shift calculation, instead provided as SW accessible register FPGA: renamed experimental module FPGA: classic: generator sign fixes 13 February 2017, 16:46:27 UTC
3719eea Makefile: removing removed clean path 13 February 2017, 15:52:35 UTC
8222100 API: cleanup duplicated oscilloscope filter code 13 February 2017, 15:52:18 UTC
34bf880 API: removing unsupported untested AXI DMA 13 February 2017, 15:50:37 UTC
08ef51c FPGA: removing unsupported untested AXI DMA 13 February 2017, 15:50:14 UTC
50710a3 FPGA: red_pitaya_id.v red_pitaya_hk.v are now properly separate files 13 February 2017, 15:49:47 UTC
c3375a9 API: removing ECHECK, more compact case sattements 13 February 2017, 15:49:25 UTC
61ed6aa doc: add old comparison into index 09 February 2017, 09:48:12 UTC
d55ff2b doc: fix link 09 February 2017, 09:44:38 UTC
a5c81e9 doc: removing unimplemented chapters 09 February 2017, 09:38:40 UTC
35ded4b doc: adding shematic and step for 125-10 09 February 2017, 09:35:56 UTC
a888e10 FPGA: added description of FPGA sub-projects 07 February 2017, 14:27:47 UTC
d0d6d1c OS: fixing dtc install path 06 February 2017, 23:35:09 UTC
5521425 Jupyter: XADC: added axes label 06 February 2017, 23:30:42 UTC
28f5b4a Jupyter: updated analog_input (XADC) example 06 February 2017, 16:27:09 UTC
38d5ab9 OS: fixed building dtc 04 February 2017, 21:39:54 UTC
960ba5f OS: fixed building dtc 04 February 2017, 21:36:21 UTC
92f20d8 Jupyter: cleaning after dtc download/compile/install 04 February 2017, 21:01:42 UTC
a0688b7 Jupyter: last commit before giving up Python package updates, a new gcc is too far 04 February 2017, 21:01:23 UTC
2a1b0f3 Jupyter: Python package updates 04 February 2017, 21:01:10 UTC
d4c3032 Jupyter: added list of Debian packages considered for PPA 04 February 2017, 21:00:54 UTC
1659975 OS: attempt to log OS build process, to be able to inspect package versions 04 February 2017, 21:00:34 UTC
73a92b3 OS: add compilation of custom device tree compiler 04 February 2017, 21:00:07 UTC
d512d2b DOC: added instructions for compiling your own device tree compiler with overlay support 04 February 2017, 20:59:45 UTC
2c75c5d Device Tree Compiler: updated to git@github.com:pantoniou/dtc.git branch 'overlays' cb14cd8 04 February 2017, 20:59:17 UTC
d053d4b Makefile: updated device tree compiler 04 February 2017, 20:58:23 UTC
fff921a Kernel: removing unused files 04 February 2017, 20:57:29 UTC
f9cd7a9 Jupyter, remove read only directories 03 February 2017, 12:55:27 UTC
bdbeecd Jupyter: for now do not install OWFS 03 February 2017, 12:51:58 UTC
37c0f5e adding power analyzer app to master 02 February 2017, 11:03:57 UTC
abd18f9 FPGA: image for board file should be JPEG 31 January 2017, 14:00:52 UTC
0801474 Jupyter: changed config file, due to some 'localhost' resolving issues, fixed syntax issue 30 January 2017, 22:16:50 UTC
71cda72 Jupyter: changed config file, due to some 'localhost' resolving issues 30 January 2017, 21:39:21 UTC
167e45f Jupyter: removing unmaintained examples 30 January 2017, 16:09:09 UTC
1f72614 Jupyter: updates for recoded redpitaya class 30 January 2017, 16:03:38 UTC
3a64b24 Jupyter: Python API and files are beeing developed in the Jupyter directory 30 January 2017, 16:01:02 UTC
5dec33e Jupyter: updates for recoded redpitaya class 30 January 2017, 15:59:08 UTC
79fa19e Jupyter: fixed Hover tooltip 30 January 2017, 15:03:50 UTC
9b25d53 Jupyter: added 2 channel support and Hover 30 January 2017, 15:03:35 UTC
3ca0772 Jupyter: cleanup 30 January 2017, 15:02:53 UTC
c222466 Jupyter: API wrapper is now loading the 'classic' bitstream 30 January 2017, 15:02:39 UTC
3c23ab4 Jupyter: recoding 'redpitaya.py' API wrapper, for a more common object oriented usage, removing LED and GPIO related code 30 January 2017, 15:02:25 UTC
2ad9c77 FPGA: updated Vivado project script to properly load SDC files and select top module 27 January 2017, 15:49:19 UTC
63f74e2 Jupyter: redpitaya.py copy in the jupyter dir should also be updated 27 January 2017, 15:42:04 UTC
ed81644 signal_acq_stream: removed explicit conversion to numpy array 27 January 2017, 08:18:21 UTC
0169d13 pyapi: added numpy support 27 January 2017, 08:16:56 UTC
a3c927a Jupiter: oscilloscope streaming example 25 January 2017, 19:17:17 UTC
25a3f83 DOC+Bazaar: removing references to wiki.redpitaya.com 25 January 2017, 19:16:06 UTC
9ec8880 Jupyter: adding a trivial I2C library 25 January 2017, 14:09:12 UTC
ac8d7bb Jupyter: adding some documentation to an example 25 January 2017, 11:20:46 UTC
back to top