summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename pic32-starterkit to pic32mx-starterkit to make room in the namespace ↵Gregory Nutt2015-02-2127-93/+89
| | | | for the pic32mz-starterkit
* STM32: Fix for compilation introduced by last backup RAM change. Not sure ↵Gregory Nutt2015-02-212-0/+6
| | | | it it is correct, be now things do compile
* 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
| | | | file system. With an option to Save Panic context to one of the files. From David Sidrane.
* Changes to support fully write protecting the backup domain. N.B. ↵Gregory Nutt2015-02-214-23/+130
| | | | stm32_pwr_enablebkp did not account for the delay from enable to the domain being writable. The KISS solution is a up_udelay. A more complex solution would be a negated write test with restore. From David Sidrane.
* 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 ↵Gregory Nutt2015-02-202-33/+34
| | | | arch/arm/tiva/tiva_gpio.h where they belong
* 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 ↵Gregory Nutt2015-02-201-594/+626
| | | | types
* Update porting guide to include some trivial description of the touchscreen ↵Gregory Nutt2015-02-201-28/+61
| | | | controller interfaces
* 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 ↵Gregory Nutt2015-02-2012-18/+18
| | | | greater than or equal to 1000000000. From Juha Niskanen
* 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(). ↵Gregory Nutt2015-02-191-5/+8
| | | | Otherwise, intervening system calls my change the value of the reported errno. Noted by Juha Niskanen
* 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 ↵Gregory Nutt2015-02-181-1/+0
| | | | to sys/time.h where it belongs. Now there are problems when it is referenced in ctime. Fixed by just removing it from ctime. Is that correct? or should ctime include sys/time.h? Noted by David Sidrane
* apps/platform/Makefile: Add a default defintion for DELIM. Apparently it ↵Gregory Nutt2015-02-181-0/+2
| | | | may not be present in certain causes during 'make distclean'. From Michal Ulianko (SourceForge patch #47
* 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
| | | | pseudo-filesystem are disabled.
* 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
| | | | | | | | this makes mkfatfs use fat_dma_alloc() when CONFIG_FAT_DMAMEMORY is set. This is needed to ensure mkfatfs operates with boards that use DMA for microSD From Andrew Tridgell via the PX4/NuttX repository
* Tiva ADC: Should not have its own ADC debug. Should use the common Analog ↵Gregory Nutt2015-02-171-50/+36
| | | | debug
* 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
| | | | up some parts of the ADC code, too, and fleshed out the PWM triggering ioctl. From Calvin Maguranis
* NSH: The default priority of the network initialization thread should be ↵Gregory Nutt2015-02-175-5/+9
| | | | lower. It is CPU intensive and can interfere with other operations
* Ooops... accidentally backed out a good change. Must have had the wrong ↵Gregory Nutt2015-02-171-1/+1
| | | | version in the editor
* Tiva SPI: Cosmetic improvementsGregory Nutt2015-02-171-2/+14
|
* Fix a typo: include vs incldueGregory Nutt2015-02-171-2/+3
|
* include, not incldueGregory Nutt2015-02-171-1/+1
|
* Update ChangeLogGregory Nutt2015-02-171-0/+8
|
* Add a mostly-commented-out version of the standard netdb.h header fileGregory Nutt2015-02-171-0/+280
|
* Add support for the restrict keywordGregory Nutt2015-02-171-1/+4
|
* Move some useful internal logic from recvfrom.c and udp_callback.c and put ↵Gregory Nutt2015-02-173-21/+60
| | | | them in ip.h where they can be used more generally
* Move some useful internal macros from udp_send.c and put them in ip.h where ↵Gregory Nutt2015-02-172-16/+45
| | | | they can be used more generally
* Update ChangeLogGregory Nutt2015-02-161-0/+2
|
* EFM32 USB Device: Is not basically functional with this change. From ↵Gregory Nutt2015-02-162-25/+49
| | | | Pierre-noel Bouteville.