Patched version of the PowerControl library that handles (re)starting clocks such that (ETH) power can be brought up and down repeatedly without stalling the mbed.

Dependents:   AutonomousDAQ AutonomousDAQ

History

allow optional use of the rtos wait default tip

2013-10-05, by uci1 [Sat, 05 Oct 2013 04:31:08 +0000] rev 4

allow optional use of the rtos wait


remove include of specific LPC header, as it is not needed with new mbed libraries

2013-09-05, by uci1 [Thu, 05 Sep 2013 22:35:11 +0000] rev 3

remove include of specific LPC header, as it is not needed with new mbed libraries


removed the static keyword from the implementation of functions

2012-10-30, by uci1 [Tue, 30 Oct 2012 05:23:15 +0000] rev 2

removed the static keyword from the implementation of functions


Ensure clock is started before EMAC_Init can get called on PowerUp

2012-10-16, by uci1 [Tue, 16 Oct 2012 04:46:15 +0000] rev 1

Ensure clock is started before EMAC_Init can get called on PowerUp


From PowerControl. Move (re-)starting of clock to before the EMAC_Init. This fixes a bug in which EMAC_Init would stall if the clock were still off (after a power down, for example).

2012-10-08, by uci1 [Mon, 08 Oct 2012 22:07:41 +0000] rev 0

From PowerControl. Move (re-)starting of clock to before the EMAC_Init. This fixes a bug in which EMAC_Init would stall if the clock were still off (after a power down, for example).