Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nic.ipconfig for other ports (like esp32, stm32 and others) #14199

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 30, 2024

  1. ports/{esp32,...}: Implement nic.ipconfig for more network interfaces.

    Signed-off-by: Felix Dörre <felix@dogcraft.de>
    felixdoerre committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    7e1fc9e View commit details
    Browse the repository at this point in the history
  2. 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>
    robert-hh authored and felixdoerre committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    29bdcc3 View commit details
    Browse the repository at this point in the history
  3. extmod/network_lwip.c: Allow using the CIDR notation for addr4.

    There was a little omisssion in the code.
    
    Signed-off-by: robert-hh <robert@hammelrath.com>
    robert-hh authored and felixdoerre committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    329ecf9 View commit details
    Browse the repository at this point in the history
  4. ports/esp32/network_ppp: Get config of esp ppp interfaces via ipconfig.

    Signed-off-by: Felix Dörre <felix@dogcraft.de>
    felixdoerre committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    6a9af21 View commit details
    Browse the repository at this point in the history
  5. ports/esp8266/network_wlan: Get/set config of esp8266 via ipconfig.

    Co-authored-by: robert-hh <robert@hammelrath.com>
    
    Signed-off-by: Felix Dörre <felix@dogcraft.de>
    felixdoerre committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    92b9b97 View commit details
    Browse the repository at this point in the history
  6. cc3200/modflash.c: Add the ipconfig() methods.

    Signed-off-by: robert-hh <robert@hammelrath.com>
    robert-hh authored and felixdoerre committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    64a24f4 View commit details
    Browse the repository at this point in the history