summaryrefslogtreecommitdiff
path: root/examples/.gitignore
AgeCommit message (Collapse)Author
2009-07-21Move examples/ to examples/standalonePeter Tyser
The current files in examples are all standalone application examples, so put them in their own subdirectory for organizational purposes Signed-off-by: Peter Tyser <[email protected]>
2009-02-22smc911x_eeprom: new example app for managing newer SMC partsMike Frysinger
A forward port of the last version to work with the newer smc911x driver. I only have a board with a LAN9218 part on it, so that is the only one I've tested. But there isn't anything in this that would make it terribly chip specific afaik. Signed-off-by: Mike Frysinger <[email protected]> CC: Sascha Hauer <[email protected]> CC: Guennadi Liakhovetski <[email protected]> CC: Magnus Lilja <[email protected]> Signed-off-by: Ben Warren <[email protected]>
2008-05-19example/gitignore: update with all generated examplesJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
2008-02-04make smc91111_eeprom managment simpler by depending on the board ↵Mike Frysinger
configuration file rather than a hardcoded list of boards Signed-off-by: Mike Frysinger <[email protected]>
2007-11-15Add .gitignore filesGrant Likely
Signed-off-by: Grant Likely <[email protected]> Acked-by: Kim Phillips <[email protected]>