uhd/mpm/python/usrp_mpm
Martin Braun 444857598f mpm: xportmgr_udp: Catch inconsistent Ethernet device detections
This manager first detects all valid Ethernet devices. The checks for
validity happen across multiple calls in a non-atomic fashion, so it's
possible to end up with inconsistent results. To avoid such issues, we
filter results without talking to the network stack as a final pass.
2018-06-08 14:58:20 -07:00
..
chips
cores jesd: add rx and tx SYSREF delay control in MPM 2018-04-10 09:58:34 -07:00
dboard_manager mpm: allow multiple spi device objects to use the same chip select 2018-05-14 17:55:15 -07:00
periph_manager mpm: Use device_info to determine overlay list 2018-06-08 13:27:13 -07:00
sys_utils mpm: net: Fix rare failures for IP addr detection 2018-06-08 14:58:20 -07:00
xports mpm: xportmgr_udp: Catch inconsistent Ethernet device detections 2018-06-08 14:58:20 -07:00
__init__.py mpm: cmake: Add git hash and version info to Python module 2018-04-02 15:27:05 -07:00
aurora_control.py
bfrfs.py
CMakeLists.txt
discovery.py
eeprom.py mpm: Adding offset to EEPROM reads 2018-03-20 16:47:24 -07:00
ethtable.py
fpga_bit_to_bin.py
gpsd_iface.py
liberiotable.py
mpmlog.py
mpmtypes.py mpm: types: Add getters for dst_ep and dts_block to SID 2018-04-30 16:57:45 -07:00
mpmutils.py mpm: replace long execution function with async call 2018-04-30 14:36:29 -07:00
prefs.py
rpc_server.py mpm: rpc server: Remove disable_commit for init() 2018-04-30 14:36:29 -07:00
test_bfrfs.py