|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| 
| | In bridge mode, packets may be arriving at the Ethernet device which
aren't meant for this device, and thus need different routing
instructions. | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | - Fix the syntax to open mboard-regs UIO objects, and change the open()
and close() functions to be private.
- We were calling open() twice in every context manager line- once
manually, and once in __enter__. This commit corrects those usages, and
allows the context manager to fully manage the opening and closing of
UIO objects. | 
| | 
| 
| 
| 
| | - Fix typo in company name (missing 'a')
- Updated SPDX license identifier to version 3.0 | 
| | 
| 
| 
| | Now uses SPDX headers everywhere. | 
| | 
| 
| 
| 
| 
| 
| | Refactoring to use the C++-based UIO objects. The Liberio and Ethernet
objects now open the UIO before using it, and close it once done.
Reviewed-By: Martin Braun <martin.braun@ettus.com> | 
| | 
| 
| 
| 
| 
| 
| 
| | - Moved nijesdcore to cores/
- Moved udev, net, dtoverlay, uio to sys_utils/
- Made all imports non-relative (except in __init__.py files)
- Removed some unnecessary imports
- Reordered some imports for Python conventions | 
| | |  | 
| | |  | 
| | |  | 
|  |  |