px4-firmware/boards
David Sidrane d22eb76187 Add a simple network manager
This system command will display, set and save the network
   settings.

   netman show   - Displays the current settings.

   netman update - Will check for a net.cfg file on the SD card.
                   If present, it will update the paramaters,
                   delete the file, and reboot. Using the new settings.

   netman save - Saves the current settings to net.cfg on the SD card.
                 This file shoulf be renamed to preserver it across
                 reboots or editited to chech networkin paramates.

   File format is name<space>value:

   echo DEVICE=eth0           > /fs/microsd/net.cfg
   echo BOOTPROTO=fallback    >> /fs/microsd/net.cfg
   echo IPADDR=192.168.0.4    >> /fs/microsd/net.cfg
   echo NETMASK=255.255.255.0 >>/fs/microsd/net.cfg
   echo ROUTER=192.168.0.254  >>/fs/microsd/net.cfg
   echo DNS=192.168.0.254     >>/fs/microsd/net.cfg

   Valid values for `proto` are `dhcp`, `static`, `falback`
   Both will try dhcp for CONFIG_NETINIT_FALLBACK times
   and fall back to the static address.

   NETMASK - is the network mask.
   IPADDR  - this nodes ip address for static or fall back.
   ROUTER  - The default route.
   DNS     - The address of the dns server.
2021-01-31 14:42:09 +01:00
..
aerotenna/ocpoc Add flight_mode_manager to all targets with mc_pos_control 2020-12-30 10:25:08 -05:00
airmind/mindpx-v2 boards: disable CONFIG_ARMV7M_LAZYFPU again (#16573) 2021-01-17 22:40:21 -05:00
ark/can-flow ARK Flow Basic Functionality 2021-01-28 08:56:10 -05:00
atlflight Add flight_mode_manager to all targets with mc_pos_control 2020-12-30 10:25:08 -05:00
av/x-v1 boards: disable CONFIG_ARMV7M_LAZYFPU again (#16573) 2021-01-17 22:40:21 -05:00
beaglebone/blue mpu9250: create dedicated i2c version and delete legacy driver 2021-01-17 16:11:19 -05:00
bitcraze Crazyflie v 21 (#16502) 2021-01-20 19:51:45 +01:00
cuav support up to PWM 14 2021-01-30 15:55:53 +01:00
cubepilot support up to PWM 14 2021-01-30 15:55:53 +01:00
emlid/navio2 Add flight_mode_manager to all targets with mc_pos_control 2020-12-30 10:25:08 -05:00
holybro support up to PWM 14 2021-01-30 15:55:53 +01:00
intel/aerofc-v1 boards: disable CONFIG_ARMV7M_LAZYFPU again (#16573) 2021-01-17 22:40:21 -05:00
modalai/fc-v1 boards: disable CONFIG_ARMV7M_LAZYFPU again (#16573) 2021-01-17 22:40:21 -05:00
mro support up to PWM 14 2021-01-30 15:55:53 +01:00
nxp boards: disable CONFIG_ARMV7M_LAZYFPU again (#16573) 2021-01-17 22:40:21 -05:00
omnibus/f4sd boards: disable CONFIG_ARMV7M_LAZYFPU again (#16573) 2021-01-17 22:40:21 -05:00
px4 Add a simple network manager 2021-01-31 14:42:09 +01:00
scumaker/pilotpi scumaker pilotpi updates 2021-01-14 09:16:13 -05:00
spracing/h7extreme Add flight_mode_manager to all targets with mc_pos_control 2020-12-30 10:25:08 -05:00
uvify/core boards: disable CONFIG_ARMV7M_LAZYFPU again (#16573) 2021-01-17 22:40:21 -05:00