summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
...
* Add BCR index calculationpatacongo2009-12-292-2/+2
* Add mpmc initializationpatacongo2009-12-294-54/+143
* Add PLL configurationpatacongo2009-12-291-7/+25
* Move up_cgu.c to lpc313x_freqin.cpatacongo2009-12-293-81/+10
* Don't initialize SDRAM if it is not being usedpatacongo2009-12-293-0/+7
* Add logic to add external memory to heappatacongo2009-12-291-0/+29
* Add SDRAM initializationpatacongo2009-12-294-1/+282
* Fixes for recent header file reorganizationpatacongo2009-12-293-1/+8
* Fixes for recent header file reorganizationpatacongo2009-12-284-1/+6
* add initial freq arraypatacongo2009-12-283-1/+82
* Beginnings of lpc313x CGU driverpatacongo2009-12-271-0/+21
* Fix ldscriptpatacongo2009-12-261-2/+2
* Add EA3131 configurationpatacongo2009-12-2612-0/+1958
* For fixes for stdint/stdbool buildpatacongo2009-12-211-2/+7
* M16C build with stdint.hpatacongo2009-12-171-1/+1
* UDP needed to support resolv_querypatacongo2009-12-171-2/+2
* Missed uint32 type conversionspatacongo2009-12-171-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1582-533/+506
* typopatacongo2009-12-151-1/+1
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-0/+42
* Working on HCS12 buildpatacongo2009-12-123-46/+67
* Add banked and non-banked configurationspatacongo2009-12-115-23/+165
* Flash layout, bootloader, paging fixespatacongo2009-12-112-24/+201
* Fixes for serial monitorpatacongo2009-12-119-89/+77
* More init logicpatacongo2009-12-031-7/+4
* Add framework to support HC12patacongo2009-12-0314-105/+2100
* Update READMEspatacongo2009-12-024-107/+14
* Prep for 4.14 releasenuttx-4.14patacongo2009-12-021-0/+6
* Fix a problem with TX status on resume from stallpatacongo2009-12-011-3/+3
* Add STM32-specific logic for examples/usbstoragepatacongo2009-11-302-2/+160
* Move LPC-specific code from examples/usbstorage to mcu123-lpc214x/srcpatacongo2009-11-303-0/+153
* Add USB storage example for STM32patacongo2009-11-305-0/+1298
* Need to enable SDIO DMApatacongo2009-11-281-1/+1
* Numerous fixes for basic STM32 SDIO DMA accesspatacongo2009-11-266-20/+18
* Fix block read/write return values; SDIO error reporting; slow down clock if ...patacongo2009-11-251-0/+31
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-181-1/+1
* Fix issues related to work queue timingpatacongo2009-11-185-9/+9
* Need to tell SDIO that there is a card in the slotpatacongo2009-11-171-0/+7
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-176-6/+208
* Remove debug codepatacongo2009-11-171-1/+0
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-171-14/+62
* Fixes for Z80 compilepatacongo2009-11-072-0/+55
* Document workqueue configurationpatacongo2009-11-051-0/+18
* Add support for GPIO interrupts & STM3210E-EVAL board buttonspatacongo2009-11-058-5/+205
* Add USBSERIAL configuration optionspatacongo2009-11-044-0/+24
* Status not being set when transfer started via epsubmit()patacongo2009-11-034-4/+4
* updatepatacongo2009-11-032-10/+39
* Add USB trace logicpatacongo2009-10-301-69/+71
* Initial USB debug changespatacongo2009-10-291-1/+1