Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: n3xx: Add link to README for building custom filesystems | Sugandha Gupta | 2019-05-30 | 1 | -37/+1 |
| | |||||
* | doc: n3xx: fixed typo in image name (SD card build) | Jörg Hofrichter | 2019-03-05 | 1 | -1/+1 |
| | | | | | Image name to be provided to bitbake command are named 'developer-image' and 'deployment-image' i.e. with dash, not with underscore | ||||
* | docs: n3xx: fix Salt formatting | Brent Stapleton | 2019-02-12 | 1 | -1/+2 |
| | | | | Fixes issue where Doxygen doesn't recognize a block within N3XX's Salt subsection as code. | ||||
* | docs: N3xx page shell formatting and bb image | Marcus Müller | 2019-02-11 | 1 | -2/+5 |
| | |||||
* | docs: Adding manual page for DPDK | Brent Stapleton | 2019-01-29 | 1 | -1/+4 |
| | | | | Co-authored-by: Alex Williams <alex.williams@ni.com> | ||||
* | docs: Add manual page for the N320/N321 | Martin Braun | 2019-01-21 | 1 | -10/+187 |
| | | | | | | | Since the N32* is part of the N3XX family, it shares a page with N300/N310. Co-authored-by: Mark Meserve <mark.meserve@ni.com> | ||||
* | docs: n3xx & e320: Add more information on Salt | Martin Braun | 2018-11-08 | 1 | -0/+42 |
| | |||||
* | docs: n3xx: Improve sections on clock/time references | Martin Braun | 2018-10-22 | 1 | -9/+22 |
| | | | | | | - Added more detail on how to use White Rabbit - Highlight the options with external clock source (with or without external time source) | ||||
* | doc: add clock_source and time_source to n3xx argument list. fix WR ↵ | Daniel Jepson | 2018-08-03 | 1 | -2/+5 |
| | | | | clock_source call | ||||
* | docs: n3xx: Add section on building fs/SD images | Martin Braun | 2018-08-01 | 1 | -0/+47 |
| | | | | | Adding section in the manual on how to build filesystems and SD card images. | ||||
* | docs: Fix Doxygen warnings | Martin Braun | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | mpm: n3xx: Init device on boot | Martin Braun | 2018-07-18 | 1 | -0/+42 |
| | | | | | Specify skip_boot_init=1 to not init during boot. This will increase boot time for an N310, typically by around 15 seconds. | ||||
* | mpm: mg: Adding fast-reinit mode | Martin Braun | 2018-07-17 | 1 | -0/+24 |
| | | | | | | | | | | When a device is re-initialized without any changes (e.g., master_clock_rate, ref_clock_freq) then we can skip the initialization sequence and move on. This shaves a significant amount of time from the init sequence. Fast re-init can be overridden by providing the `force_reinit=1` device arg. | ||||
* | Docs: Fix typo in systemd/network path | natetemple | 2018-06-01 | 1 | -2/+2 |
| | |||||
* | Docs: Update serial path command | natetemple | 2018-05-30 | 1 | -2/+2 |
| | |||||
* | docs: n3xx: Add troubleshooting section and comments on MTU | Martin Braun | 2018-05-29 | 1 | -9/+58 |
| | |||||
* | docs: n3xx: Add comments on SDK usage and download | Martin Braun | 2018-05-29 | 1 | -3/+9 |
| | |||||
* | docs: n3xx: Add section on synchronization | Martin Braun | 2018-05-07 | 1 | -0/+52 |
| | | | | | | - Internal clock/time references - External clock/time references - White Rabbit-based clock/time references | ||||
* | docs: n3x0: Clarify subdev specs | Martin Braun | 2018-04-10 | 1 | -0/+30 |
| | |||||
* | docs: Clarify that the magnesium/ dboard driver is used for N310/N300 | Martin Braun | 2018-04-10 | 1 | -2/+4 |
| | |||||
* | mg: implement digital loopback arg for the rfic | Daniel Jepson | 2018-04-10 | 1 | -21/+22 |
| | |||||
* | Doc: Update N3xx filesystem updating instructions. | michael-west | 2018-03-29 | 1 | -15/+29 |
| | |||||
* | docs: Update N3xx page | Martin Braun | 2018-03-13 | 1 | -18/+128 |
| | | | | | | - Added notes on crosscompiling - Added notes for N300 - Fixed some TODOs | ||||
* | docs: Added front- and rear panel info to N310 manual | Martin Braun | 2018-02-15 | 1 | -0/+36 |
| | |||||
* | docs: Updates to the N310 manual | Martin Braun | 2018-02-13 | 1 | -16/+64 |
| | |||||
* | docs: Add N310 FPGA reg map to manual | Martin Braun | 2018-02-08 | 1 | -0/+151 |
| | |||||
* | mpmd: Let 'find' via broadcast check for reachability | Martin Braun | 2018-02-07 | 1 | -0/+1 |
| | | | | | | | | | In particular, when running uhd_find_devices, this will limit the devices to ones that can actually be reached via CHDR. There is a new key, find_all, which allows finding all devices even those not reachable from UHD. Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com> | ||||
* | docs: Add explanation for init_cals and tracking_cals keys on N310 | Martin Braun | 2018-01-23 | 1 | -2/+60 |
| | |||||
* | docs: Fix Doxygen warnings | Martin Braun | 2018-01-16 | 1 | -3/+3 |
| | |||||
* | docs: Misc amendments to N3xx manual page | Martin Braun | 2018-01-16 | 1 | -53/+269 |
| | |||||
* | fixup! mpmd: added support for the skip_init key in the device args | Brent Stapleton | 2018-01-11 | 1 | -0/+1 |
| | |||||
* | mpmd: Allow user-overrides for MPM ports | Martin Braun | 2018-01-04 | 1 | -1/+3 |
| | | | | | | | Adds two device args: discovery_port and rpc_port. Both are integers which override the respective constants. Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com> | ||||
* | docs: n3xx: Add paragraph on network configuration to manual | Moritz Fischer | 2018-01-03 | 1 | -1/+50 |
| | | | | | | Add a (short) paragraph on network configuration on N3xx to manual. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | docs: Various updates to N3XX manuals | Martin Braun | 2017-12-22 | 1 | -3/+92 |
| | |||||
* | docs: Added stubs for N310 and MPM manual pages | Martin Braun | 2017-12-22 | 1 | -0/+87 |