summaryrefslogtreecommitdiffstats
path: root/nuttx
AgeCommit message (Expand)AuthorFilesLines
2015-02-24Update ChangeLogGregory Nutt2-1/+6
2015-02-24fs/aio: Corrrect some backward tests in aio_read() and aio_write(): Socket de...Gregory Nutt3-4/+4
2015-02-24Merge commit '45e0cf1f4a7664974933db2a408ccea6acad4eff'Gregory Nutt4-156/+28
2015-02-24Trivial update to some commentsGregory Nutt1-2/+2
2015-02-24Fix SSI TX and RX legacy mapping of TM4C1294NCsauttefk1-12/+16
2015-02-24EK-TM4C1294XL Launchpad has no SD-card socketsauttefk2-133/+1
2015-02-23CAN driver: Another Ooops... Cannot save the updated driver open count if th...Gregory Nutt1-3/+9
2015-02-23CAN driver: Oop. unlink method does not exist if there operaions on the pseud...Gregory Nutt1-3/+5
2015-02-24Fixed cut & paste error. corrected naming of Tiva series developementsauttefk1-11/+11
2015-02-23Update ChangeLogGregory Nutt1-0/+5
2015-02-23in nuttx/drivers/can.c can_open function:Gregory Nutt1-13/+16
2015-02-23PIC32MZ: Fix some PLL setup logicGregory Nutt2-9/+9
2015-02-23PIC32MZ: Fix an error in the branch target of the hard-coded power up reset b...Gregory Nutt1-11/+19
2015-02-23PIC32MZ: Most related to start up file a FLASH device configuration setupGregory Nutt8-1178/+370
2015-02-23PIC32MZ: Make sure that the microMIPS ISA is selected on all common MIPS32 as...Gregory Nutt4-2/+18
2015-02-23PIC32MZ: Resolve a PIC32 dependency in the generic MIPS32 codeGregory Nutt1-2/+8
2015-02-23Some typos noted by David SidraneGregory Nutt2-4/+4
2015-02-23Update ChangeLogGregory Nutt1-1/+3
2015-02-23sfrtime: Missing implementation of %C (was being treated as %y). From Fredd...Gregory Nutt1-2/+6
2015-02-23Finishes PIC32MZ device configuration definitionsGregory Nutt3-92/+325
2015-02-22PIC32MZ: Add memorymap and devcfg header filesGregory Nutt6-2/+501
2015-02-22PIC32MZ: Framework for startup function. Still has too much PIC32MX garbage...Gregory Nutt4-1/+2124
2015-02-22MIPS: Add some build support for the M14K and also for the PIC32MZ Starter K...Gregory Nutt20-95/+996
2015-02-22Remove support for obsolete PIC32 toolchain configuration namesGregory Nutt6-28/+48
2015-02-22Update ChangeLogGregory Nutt1-1/+4
2015-02-22PIC32MZ: Add just enough PIC32MZ logic that we can run 'make menuconfig'Gregory Nutt12-160/+1929
2015-02-22Update ChangeLogGregory Nutt1-0/+4
2015-02-22Add basic board support for the PIC32MZ (can't build yet of course because th...Gregory Nutt17-0/+3432
2015-02-21Update ChangeLogGregory Nutt1-0/+8
2015-02-21Add path for Pinguino tools. Need to be careful because bin directory has an...Gregory Nutt2-6/+16
2015-02-21Fix a typo that prevents building PIC32... How long has that been there?Gregory Nutt1-1/+1
2015-02-21Current Pinguino toolchain uses prefix p32 instead of mipsGregory Nutt1-1/+2
2015-02-21pic32mx-starterkit: Move scripts to common directory. Pinguino build needs t...Gregory Nutt2-634/+0
2015-02-21pic32mx-starterkit: Move scripts to common directory. Pinguino build needs t...Gregory Nutt4-4/+670
2015-02-21Refresh configurationsGregory Nutt2-141/+424
2015-02-21Rename pic32-starterkit to pic32mx-starterkit to make room in the namespace f...Gregory Nutt27-93/+89
2015-02-21STM32: Fix for compilation introduced by last backup RAM change. Not sure it...Gregory Nutt2-0/+6
2015-02-21Fix some minor typos in the uClibc++ install scriptGregory Nutt1-1/+1
2015-02-21Oops.. accidentally deleted a line from the ChangeLogGregory Nutt1-0/+1
2015-02-21Update ChangeLogGregory Nutt1-1/+10
2015-02-21Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the ...Gregory Nutt9-1/+1048
2015-02-21Changes to support fully write protecting the backup domain. N.B. stm32_pwr_e...Gregory Nutt4-23/+130
2015-02-20Update ChangeLogGregory Nutt1-1/+1
2015-02-20Tiva GPIO clean-up by Calvin MaguranisGregory Nutt6-225/+83
2015-02-20Update ChangeLogGregory Nutt1-0/+3
2015-02-20Tiva: Move GPIIO prototypes out of arch/arm/include/tiva/irq.h to arch/arm/ti...Gregory Nutt2-33/+34
2015-02-20Update ChagneLogGregory Nutt1-1/+2
2015-02-20tm4c123g-launchpad: Add board button interrupt logic. From Calvin MaguranisGregory Nutt2-44/+72
2015-02-20Porting Guide: Reorder some paragraphs for a clearer distinction of driver t...Gregory Nutt1-594/+626
2015-02-20Update porting guide to include some trivial description of the touchscreen c...Gregory Nutt1-28/+61