| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Co-authored-by: Copilot <[email protected]>
|
|
|
|
In RFC 2131, the destination of DHCP OFFER/ACK is defined in Section 4.1.
Fix the destination error by following the rule of RFC 2131.
TODO: We implement all rule but the last one. ARP table is required to associate client's macaddr.
Currently, fallback to broadcast.
Signed-off-by: Elwin Huang <[email protected]>
|
|
use edpt_claim() to prevent race condition
|
|
cppcheck)
|
|
|
|
|
|
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
|
|
temporarily disable codespell
|
|
|
|
|
|
Signed-off-by: Jannis Achstetter <[email protected]>
|
|
|
|
|
|
|
|
- remove cflags -fshort-enums
- clean up webserver descriptor
|
|
|
|
|