Skip to content

Commit

Permalink
Move features/netsocket/emac-drivers to connectivity/drivers/emac
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkan01 committed Jul 27, 2020
1 parent 6bd5271 commit 522f100
Show file tree
Hide file tree
Showing 130 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ to control your device. This must be derived from class `EMAC`.
This API is used by a network stack (or test framework) to control your driver.

The EMAC-derived driver would normally be installed in
features/netsocket/emac-drivers, often in a `TARGET_XXX` directory.
connectivity/drivers/emac/targets, often in a `TARGET_XXX` directory.

Class EMAC is entirely abstract - you need to implement about a dozen calls
to activate the driver, send and receive packets, and perform other control
Expand Down

0 comments on commit 522f100

Please sign in to comment.