remove RF1GHZNODE from board/readme.md
dcd_lpc43xx.c - assign ENDPTPRIME with = instead of |= - fix bug with control transfer the determination of complete transferred --> fix keyboard + msc causes fast blinking add osal_semaphore_reset(usbd_control_xfer_sem_hdl) when bus_reset
This commit is contained in:
		| @@ -63,6 +63,7 @@ static uint32_t led_blink_interval_ms = 1000; // default is 1 second | ||||
|  | ||||
| void led_blinking_init(void) | ||||
| { | ||||
|   led_blink_interval_ms = 1000; | ||||
|   ASSERT(TUSB_ERROR_NONE == osal_task_create( OSAL_TASK_REF(led_blinking_task) ), VOID_RETURN ); | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -7,7 +7,6 @@ This code base already had supported for a handful of boards. However due to my | ||||
| ### NXP MCU ### | ||||
|  | ||||
| - [LPCXpresso 11u14](http://www.embeddedartists.com/products/lpcxpresso/lpc11U14_xpr.php) with base board (for some peripherals to work) | ||||
| - [<b>Microbuilder RF1GHZNODE</b>](http://www.microbuilder.eu/Blog/13-03-14/LPC1xxx_1GHZ_Wireless_Board_Preview.aspx) equipped with LPC11u37 | ||||
| - [<b>LPCXpresso 1347</b>](http://www.embeddedartists.com/products/lpcxpresso/lpc1347_xpr.php) with base board (for some peripherals to work) | ||||
| - [<b>LPCXpresso 1769</b>](http://www.embeddedartists.com/products/lpcxpresso/lpc1347_xpr.php) with base board (for some peripherals to work) | ||||
| - [<b>Embedded Artists LPC4357 OEM & Base board</b>](http://www.embeddedartists.com/products/kits/lpc4357_kit.php) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach