summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/calypso
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-13/+13
* Various issues/bugs detected by cppcheckGregory Nutt2014-11-243-3/+3
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-1/+1
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-14/+18
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-1/+1
* SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial con...Gregory Nutt2014-04-011-0/+1
* All ARM Make.defs files should build up_checkstack.c if DEBUG_STACK is enabledGregory Nutt2014-03-231-1/+5
* Kconfigs: Fix and issue with SERCOMM_CONSOLE being define in two placesGregory Nutt2013-12-021-1/+3
* configs/compal_e88 converted to use the kconfig-frontends toolsGregory Nutt2013-09-271-0/+1
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-1/+1
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-2/+2
* Convert configs/pirelli_dpl10/nsh_highram to use the kconfig-frontends toolsGregory Nutt2013-05-051-0/+106
* Make Pirelli-DLP10 a true board configuration; Calypso no compiles without er...Gregory Nutt2013-05-054-257/+337
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt2013-04-251-1/+3
* Remove up_assert_codeGregory Nutt2013-04-251-1/+1
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-3/+2
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-2/+2
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-3/+3
* standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-011-0/+8
* Verify that z8 targets still build (under Cygwin)patacongo2012-11-281-0/+1
* configs/many/Make.defs: Fix typo -wstrict-prototypes; Add Calypso keypad driv...patacongo2012-11-282-13/+383
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-0/+4
* Email address change in nuttx/patacongo2012-09-134-4/+4
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-051-1/+13
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-311-4/+2
* Calypso update from Denis Carkiki. Adds UWire driver and support for externa...patacongo2012-05-143-16/+174
* Add Calypso-related fixespatacongo2012-05-131-1/+1
* Missed Calypso filepatacongo2012-05-011-0/+30
* Calypso updatepatacongo2012-05-017-50/+146
* More configuration filespatacongo2012-04-111-0/+4
* Add support for the poweroff on calypso phonespatacongo2012-03-253-2/+161
* Add support for compal e99 and e88 phonespatacongo2012-03-2410-0/+2307