Updated ChangeLog

This commit is contained in:
Gregory Nutt 2014-06-29 09:36:15 -06:00
parent 5ac94ff988
commit 8c7ce147d1
2 changed files with 12 additions and 5 deletions

View File

@ -7569,3 +7569,9 @@
devif/devif.h (2014-6-28).
* net/devif: Rename many functions in net/devif from uip_* to devif_*
(2014-6-28).
* configs/sama5d4-ek/src/nsh: The SAMA5D4-EK NSH configuration now
supports the RTC by default (2014-6-29).
* arch/arm/src/sama5/Kconfig and sam_hsmci.c: Add configuration to
assign an XDMAC channel to an HSMCI (2014-6029).
* Various fixes for networking and tiny webserver from Max (2014-6-29).

View File

@ -3330,17 +3330,18 @@ Configurations
will need to install a battery in the battery holder (J12) and close
the jumper, JP13.
8. The SAMA5D4-EK includes for an AT25 serial DataFlash. Support for that
serial FLASH can be enabled by modifying the NuttX configuration as
described above in the paragraph entitled "AT25 Serial FLASH".
9. Enabling HSMCI support. The SAMA4D4-EK provides a two SD memory
8. Enabling HSMCI support. The SAMA4D4-EK provides a two SD memory
card slots: (1) a full size SD card slot (J10), and (2) a microSD
memory card slot (J11). The full size SD card slot connects via HSMCI0;
the microSD connects vi HSMCI1. Support for both SD slots can be enabled
with the settings provided in the paragraph entitled "HSMCI Card Slots"
above.
9. The SAMA5D4-EK includes for an AT25 serial DataFlash. That support is
NOT enabled in this configuration. Support for that serial FLASH can
be enabled by modifying the NuttX configuration as described above in
the paragraph entitled "AT25 Serial FLASH".
10. Support the USB low-, high- and full-speed OHCI host driver can be enabled
by changing the NuttX configuration file as described in the section
entitled "USB High-Speed Host" above.