hathach
|
7c66c5121b
|
update doc
|
2021-05-27 19:31:55 +07:00 |
|
hathach
|
9736e54734
|
include clean up
|
2021-05-27 17:40:39 +07:00 |
|
hathach
|
c4bc8b2561
|
migrate net device to new control xfer cb
|
2020-11-20 16:59:33 +07:00 |
|
Jacob Potter
|
3ea8138750
|
Rename CDC_COMM_SUBCLASS_ETHERNET_NETWORKING_CONTROL_MODEL
This was a confusing name; "Ethernet control model" (CDC ECM)
and "network control model" (CDC NCM) are two separate USB subclasses.
|
2020-10-31 10:57:53 -06:00 |
|
Peter Lawrence
|
a097b7e51a
|
net_device: re-factor code so as to not be specific to lwIP
|
2020-10-24 20:27:57 -05:00 |
|
Peter Lawrence
|
f5b72f5796
|
net_device: tweak 'pbuf chain' implementation
|
2020-10-24 17:29:47 -05:00 |
|
Ha Thach
|
78f1576e93
|
Merge pull request #412 from hathach/fix-net-cast-align
suppress cast-align warnings for net device driver
|
2020-07-29 11:23:11 +07:00 |
|
hathach
|
ab75998316
|
Merge branch 'master' into add-stm-hs
|
2020-06-30 01:55:57 +07:00 |
|
hathach
|
2b1c7730b7
|
fix hs port1 build with net endpoint
|
2020-06-16 00:53:06 +07:00 |
|
hathach
|
13860e9f94
|
update net open()
|
2020-05-28 11:51:25 +07:00 |
|
hathach
|
81b1f97ef7
|
suppress cast-align warnings for net device driver
|
2020-05-18 13:23:40 +07:00 |
|
hathach
|
d0487088ac
|
revert a change to net driver
|
2020-04-26 23:04:17 +07:00 |
|
hathach
|
83353dd93f
|
add TODO for usbnet clean up
|
2020-04-26 22:03:05 +07:00 |
|
hathach
|
017c95037f
|
add usbd edpt open
- RTT mode is blocking to prevent log lost
- Improve logging message
|
2020-04-26 14:51:44 +07:00 |
|
hathach
|
2eed58d096
|
per review
|
2020-04-16 11:13:54 +07:00 |
|
hathach
|
86ff5651ad
|
correct usbnet control complete response
don't return false with STD request get/setInterface() or targeted Data
Interface (itfnum +1)
|
2020-04-15 23:10:52 +07:00 |
|
hathach
|
caa1dceed9
|
implement alternate setInterface() request
mostly forward these request (recipient = interface) to class driver.
|
2020-04-15 17:51:02 +07:00 |
|
hathach
|
d315393fbb
|
use IAD to assign itf2drv mapping correctly
merge net_data back into net driver
|
2020-04-15 16:18:24 +07:00 |
|
hathach
|
1faa3b2768
|
tested usbnet, completely remove class code
|
2020-04-15 11:41:26 +07:00 |
|
Peter Lawrence
|
7fa8d87291
|
usbnet: remove CDC-EEM
|
2020-04-14 21:10:43 -05:00 |
|
Peter Lawrence
|
bb3bbcc00b
|
usbnet: OS-agnostic (Windows/Linux/macOS) network driver
|
2020-04-12 15:41:18 -05:00 |
|
Peter Lawrence
|
622a6c77a1
|
usbnet: tweak CDC-ECM after MacOS testing
|
2020-03-27 20:30:57 -05:00 |
|
hathach
|
8a22eba7b4
|
add TODO note to remove tud_network_mac_address
|
2020-03-23 15:24:30 +07:00 |
|
Ha Thach
|
f13835a2fb
|
Merge pull request #290 from majbthrd/usbnet-stm32rndis
usbnet RNDIS correction (STM32 RNDIS now valid)
|
2020-03-16 11:16:57 +07:00 |
|
Peter Lawrence
|
5e8ff1f7c2
|
usb RNDIS revision on @pigrew suggestions
|
2020-03-15 16:05:45 -05:00 |
|
hathach
|
85a3315a99
|
Adding lwip_webserver to ci
- buil_al.py skip specific MCU if .skip.MCU_ exists
- reduce stm32f070 heap & stack size to compile webserver
|
2020-03-09 15:51:29 +07:00 |
|
Peter Lawrence
|
d74facfd0a
|
usbnet RNDIS correction
|
2020-03-04 17:54:11 -06:00 |
|
Peter Lawrence
|
4a4682a80a
|
update net class to follow API naming convention
|
2020-03-03 10:31:46 -06:00 |
|
Peter Lawrence
|
fee79d7466
|
add CDC-ECM/RNDIS/CDC-EEM network device class with example
|
2020-03-02 21:15:01 -06:00 |
|