summaryrefslogtreecommitdiffstats
path: root/bsps/arm/atsam/net/if_atsam.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Remove networking driversVijay Kumar Banerjee2021-04-071-1255/+0
| | | | Update #3850
* bsp/atsam: Do not disable the WDTSebastian Huber2019-06-131-3/+0
| | | | | The watchdog timer (WDT) can be configure only once. Do not touch it in the BSP since the application may want to use it.
* network: Use kernel/user space header filesSebastian Huber2018-09-101-2/+1
| | | | | | | | | | Add and use <machine/rtems-bsd-kernel-space.h> and <machine/rtems-bsd-user-space.h> similar to the libbsd to avoid command line defines and defines scattered throught the code base. Simplify cpukit/libnetworking/Makefile.am. Update #3375.
* bsps: Move legacy network drivers to bspsSebastian Huber2018-04-231-0/+1259
This patch is a part of the BSP source reorganization. Update #3285.