Update Changelog
This commit is contained in:
parent
5053d803e7
commit
e019782db5
|
@ -5845,3 +5845,9 @@
|
||||||
Initial checkin is the STM32 CAN driver with name changes (2013-10-21).
|
Initial checkin is the STM32 CAN driver with name changes (2013-10-21).
|
||||||
* arch/arm/src/sama5/sam_can.c and .h: SAMA5 CAN driver is code complete
|
* arch/arm/src/sama5/sam_can.c and .h: SAMA5 CAN driver is code complete
|
||||||
but still untested (2013-10-22).
|
but still untested (2013-10-22).
|
||||||
|
* configs/spark: Spark configuration updated by David Sidrane (2013-10-23).
|
||||||
|
* drivers/wireless/cc3000: CC3000 driver updates from David Sidrane
|
||||||
|
(2013-10-23).
|
||||||
|
* include/nuttx/wireless/cc3000: More CC3000 driver updates from David
|
||||||
|
Sidrane (2013-10-23).
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* References:
|
* References:
|
||||||
*
|
*
|
||||||
* SAMA5D3 Series Data Sheet
|
* SAMA5D3 Series Data Sheet
|
||||||
* Atmel NoOS sample code.
|
* Atmel NoOS sample code (for bit timing configuration).
|
||||||
*
|
*
|
||||||
* The Atmel sample code has a BSD compatibile license that requires this
|
* The Atmel sample code has a BSD compatibile license that requires this
|
||||||
* copyright notice:
|
* copyright notice:
|
||||||
|
|
Loading…
Reference in New Issue