summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* STM32 OTGFS: Host USB tracing instrumentation added by LeoGregory Nutt2014-04-121-1/+2
* SAMA5: The PIO used for the red LED is also used as the camera module reset l...Gregory Nutt2014-04-111-1/+5
* SAMA5 TWI: Number of bytes transferred not be incremented on the first byte....Gregory Nutt2014-04-101-0/+3
* Add some checks: if getpid() or get_errno_ptr() are called very early in the...Gregory Nutt2014-04-101-0/+4
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-0/+2
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-091-0/+3
* Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able t...Gregory Nutt2014-04-081-1/+3
* Add logic for TM4C125GXL clocking based on prototype from from Daniel Carvalh...Gregory Nutt2014-04-071-0/+4
* SAMA5 UDPHS: Fix error where bit was not cleared to acknowledge receipt of da...Gregory Nutt2014-04-061-0/+2
* SAMA5: Don't use MMU PMD bufferable bit to try to control write-through vs w...Gregory Nutt2014-04-041-0/+3
* Fix a build error when only USB device tracing is enabled (from David Sidrane...Gregory Nutt2014-04-041-0/+8
* SAMA5: On some hardware, reconfiguring the PLL while executing out of NOR FLA...Gregory Nutt2014-04-031-1/+5
* SAMA5: Fix SAMA5 so that interpretation of BMS bit is correct. From David S...Gregory Nutt2014-04-031-0/+2
* SAMA5: When booting from SDRAM, don't copy vectors to ISRAM. Instread just ...Gregory Nutt2014-04-031-0/+7
* SAMA5: Make sure the MMU and caches are disabled on power up; flush the vecto...Gregory Nutt2014-04-021-0/+9
* SAMA5: When running from SRAM, vectors must lie in ISRAMGregory Nutt2014-04-021-1/+2
* sscanf: Use stroul() vs strol() for %u format. From kfrolovGregory Nutt2014-04-021-0/+4
* SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial con...Gregory Nutt2014-04-011-1/+4
* SAMA5: Add DBGU register definition header fileGregory Nutt2014-03-311-0/+3
* Cosmetic updates to comments and README filesGregory Nutt2014-03-311-1/+3
* sched/Kconfig: Add another layer of menuing to simply this levelGregory Nutt2014-03-311-0/+2
* Add CONFIG_CLOCK_MONTONICGregory Nutt2014-03-311-0/+3
* Fix ftell() bug: It was not accounting for data buffered in memory. From Ma...Gregory Nutt2014-03-311-0/+3
* Complete fragmentary support for ferror(). From Macs NGregory Nutt2014-03-311-1/+3
* Add support for CLOCK_MONOTONIC. From Macs NGregory Nutt2014-03-311-0/+2
* sscanf(): Was returning the wrong number of conversions in many cases; Also, ...Gregory Nutt2014-03-301-0/+3
* Fix some backward conditional compilationGregory Nutt2014-03-301-0/+2
* SAMA5: Remove HSCMI-related functions that did not belong in sam_pmc.c and gi...Gregory Nutt2014-03-301-0/+4
* Add macro UNUSED to eliminate warnings about variables that are set to unused...Gregory Nutt2014-03-301-1/+3
* SAMA5D3x-EK: Change name of all board-specific configuration variables so tha...Gregory Nutt2014-03-301-0/+4
* SAMA5D23 boards: When running out of SDRAM, need to query the PMC to determi...Gregory Nutt2014-03-291-1/+5
* SAMA5: Add functions to calculate PLLACK, PCK, and MCK frequencies given the...Gregory Nutt2014-03-291-1/+4
* Add basic board support framework for the Atmel SAMA5D3 Xplained board (not f...Gregory Nutt2014-03-281-1/+8
* Add support for the SAMA5D36Gregory Nutt2014-03-281-1/+3
* Add missing MIO283QT-9A to the drivers/lcd/KconfigGregory Nutt2014-03-271-0/+2
* SAM4E-EK: CMCC is enabled in all configurations and delay loop has been cali...Gregory Nutt2014-03-261-1/+3
* SAM4E-EK: All configurations converted to run with 120MHz CPU clockGregory Nutt2014-03-261-1/+4
* SAM3/4: SPI and HSCMI drivers with now use the CMCC is available; The SPI dri...Gregory Nutt2014-03-261-0/+4
* SAM4E USP: Re-vamp read request queue handling. Add logic to handle RX overr...Gregory Nutt2014-03-261-1/+0
* tools/astyle.sh: Formatting tool based on logic from Lorenz MeierGregory Nutt2014-03-261-0/+2
* Reimagine the USB MSC worker thread as a kernel thread (instead of a pthread)Gregory Nutt2014-03-251-0/+14
* Add missing HSCMI configuration options; Make HSMCI configuration naming more...Gregory Nutt2014-03-241-0/+4
* net/: IGMP-related bugfixes from Manuel StühnGregory Nutt2014-03-241-0/+2
* STM32 EMAC: Add support for IGMP hash table update. From Manuel StühnGregory Nutt2014-03-241-1/+2
* SAM4E-EK: Add an NSH configuration that uses a USB CDC/ACM consoleGregory Nutt2014-03-221-0/+2
* net/netdev_findbyaddr.c: Skip network devices that are in the down state. T...Gregory Nutt2014-03-201-0/+3
* If DCD supports queuing of stall requests then USB MSC delay work-around is n...Gregory Nutt2014-03-201-0/+4
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-1/+2
* nuttx/include/nuttx/i2c.h typo fixes drom Vijay KumarGregory Nutt2014-03-191-0/+2
* Improved description of CONFIG_ARMV7M_USEBASEPRI from Vijay KumarGregory Nutt2014-03-191-0/+2