summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove support for obsolete PIC32 toolchain configuration namesGregory Nutt2015-02-226-28/+48
* Update ChangeLogGregory Nutt2015-02-221-1/+4
* PIC32MZ: Add just enough PIC32MZ logic that we can run 'make menuconfig'Gregory Nutt2015-02-2212-160/+1929
* Update ChangeLogGregory Nutt2015-02-221-0/+4
* Add basic board support for the PIC32MZ (can't build yet of course because th...Gregory Nutt2015-02-2217-0/+3432
* Update ChangeLogGregory Nutt2015-02-211-0/+8
* Add path for Pinguino tools. Need to be careful because bin directory has an...Gregory Nutt2015-02-212-6/+16
* Fix a typo that prevents building PIC32... How long has that been there?Gregory Nutt2015-02-211-1/+1
* Current Pinguino toolchain uses prefix p32 instead of mipsGregory Nutt2015-02-211-1/+2
* pic32mx-starterkit: Move scripts to common directory. Pinguino build needs t...Gregory Nutt2015-02-212-634/+0
* pic32mx-starterkit: Move scripts to common directory. Pinguino build needs t...Gregory Nutt2015-02-214-4/+670
* Refresh configurationsGregory Nutt2015-02-212-141/+424
* Rename pic32-starterkit to pic32mx-starterkit to make room in the namespace f...Gregory Nutt2015-02-2127-93/+89
* STM32: Fix for compilation introduced by last backup RAM change. Not sure it...Gregory Nutt2015-02-212-0/+6
* Fix some minor typos in the uClibc++ install scriptGregory Nutt2015-02-212-4/+4
* Oops.. accidentally deleted a line from the ChangeLogGregory Nutt2015-02-211-0/+1
* Update ChangeLogGregory Nutt2015-02-211-1/+10
* Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the ...Gregory Nutt2015-02-219-1/+1048
* Changes to support fully write protecting the backup domain. N.B. stm32_pwr_e...Gregory Nutt2015-02-214-23/+130
* Update ChangeLogGregory Nutt2015-02-201-1/+1
* Tiva GPIO clean-up by Calvin MaguranisGregory Nutt2015-02-206-225/+83
* Update ChangeLogGregory Nutt2015-02-201-0/+3
* Tiva: Move GPIIO prototypes out of arch/arm/include/tiva/irq.h to arch/arm/ti...Gregory Nutt2015-02-202-33/+34
* Update ChagneLogGregory Nutt2015-02-201-1/+2
* tm4c123g-launchpad: Add board button interrupt logic. From Calvin MaguranisGregory Nutt2015-02-202-44/+72
* Porting Guide: Reorder some paragraphs for a clearer distinction of driver t...Gregory Nutt2015-02-201-594/+626
* Update porting guide to include some trivial description of the touchscreen c...Gregory Nutt2015-02-201-28/+61
* Update ChangeLogGregory Nutt2015-02-201-0/+4
* OS test: Improved error checking for sem_timedwait() from Juha NiskanenGregory Nutt2015-02-201-12/+36
* Update ChangeLogGregory Nutt2015-02-201-0/+4
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-2012-18/+18
* Add some commentsGregory Nutt2015-02-191-0/+16
* Back out definition of mbstate_t. That is a mistakeGregory Nutt2015-02-192-1/+4
* Add mbstate_t to wchar.h and cwcharGregory Nutt2015-02-192-6/+22
* apps/examples/ostest: Sample errno on returns from sem_timedwait(). Otherwis...Gregory Nutt2015-02-191-5/+8
* Fix typo in Telnet Kconfig. From OrbitalFoxGregory Nutt2015-02-191-1/+1
* Add an empty cwchar fileGregory Nutt2015-02-191-0/+49
* C++: Remove 'using ::timeval' from ctime. struct timeval was recently move t...Gregory Nutt2015-02-181-1/+0
* apps/platform/Makefile: Add a default defintion for DELIM. Apparently it ma...Gregory Nutt2015-02-181-0/+2
* Update ChangeLogGregory Nutt2015-02-181-1/+3
* VFS: The inode unlink method should not be support if operations on the root ...Gregory Nutt2015-02-1810-2/+73
* The RTC ioctl() method is now a configuration optionGregory Nutt2015-02-184-1/+14
* Add an IOCTL method to the RTC interfaceGregory Nutt2015-02-183-1/+27
* Fix a couple of typos in recent commit. Found by David SidraneGregory Nutt2015-02-172-2/+2
* Update ChangeLogGregory Nutt2015-02-171-0/+5
* mkfatfs: use DMA memory for mkfatfs when neededGregory Nutt2015-02-171-0/+9
* Tiva ADC: Should not have its own ADC debug. Should use the common Analog d...Gregory Nutt2015-02-171-50/+36
* Update ChangeLogGregory Nutt2015-02-171-0/+5
* tm4c123g-launchad: Add ADC support. From Calvin Maguranis.Gregory Nutt2015-02-172-1/+5
* Tiva: Updated files to allow for ADC triggering by the timer. I’ve cleaned ...Gregory Nutt2015-02-175-952/+832