1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

Tidy up and split most OS-specific code to separate files.

This commit is contained in:
Martin Ling
2014-06-11 15:10:29 +01:00
parent a93fb46888
commit e33dcf90a0
11 changed files with 1020 additions and 905 deletions

6
NEWS
View File

@ -2,9 +2,9 @@ next
------------------
* New API to obtain a user friendly port description: sp_get_port_description().
* New API to obtain the underlying transport type: sp_get_port_description().
* New API to obtain USB descriptor details: sp_get_port_usb_*().
* New API to obtain bluetooth address: sp_get_port_bluetooth_address().
* New API to obtain the underlying transport type: sp_get_port_transport().
* New API to obtain USB device details: sp_get_port_usb_*().
* New API to obtain Bluetooth MAC address: sp_get_port_bluetooth_address().
0.1.0 (2014-05-06)
------------------