micropython/shared
robert-hh 29bdcc3ff5 extmod/network_ninaw10: Implement the ipconfig() methods for NINAW10.
Due to a omission in the NINAW10 driver stack, setting the DNS address
has no effect. But the interface is kept here just in case it's fixed
eventually.

dhcp4 and has_dhcp4 are dummy arguments. NINAW10 seems to use always
DHCP.

Signed-off-by: robert-hh <robert@hammelrath.com>
2024-03-30 22:41:01 +00:00
..
libc all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
memzip py/mkrules.mk: Add rule for compiling auto-generated source files. 2023-11-03 13:57:47 +11:00
netutils extmod/network_ninaw10: Implement the ipconfig() methods for NINAW10. 2024-03-30 22:41:01 +00:00
readline all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
runtime all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
timeutils all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
tinyusb shared/tinyusb: Increase default string descr max length to 40 chars. 2024-03-27 23:57:57 +11:00
upytesthelper
README.md

README.md

This directory contains libraries, utilities and helper code developed specifically for this project. The code is intended to be portable and usable by any port.