summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/src
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-3/+4
* Remaining files under nuttx/configs changed to use the corrected syslog inter...Gregory Nutt2014-10-081-19/+0
* All USB Composite-related files under nuttx/configs changed to use the correc...Gregory Nutt2014-10-081-37/+13
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generi...Gregory Nutt2014-08-281-5/+5
* When reading the system timer, don't read a struct timespec, convert it to a ...Gregory Nutt2014-08-151-6/+2
* More trailing whilespace removalGregory Nutt2014-04-1312-96/+96
* Make sure that there is one space after forGregory Nutt2014-04-122-155/+127
* Make sure that there is one space between while and conditionGregory Nutt2014-04-122-6/+9
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-4/+4
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-1/+1
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-8/+11
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+3
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-4/+4
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-3/+3
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-4/+3
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+4
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-271-8/+3
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-092-2/+2
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-4/+4
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-2/+1
* Remove .context kludge from apps/ directorypatacongo2012-12-231-3/+6
* Rename namedapp as simply builtinpatacongo2012-12-231-2/+3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-5/+6
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-4/+2
* Email address change in nuttx/patacongo2012-09-135-5/+5
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Massive name change USB STRG -> USB MSCpatacongo2012-01-252-14/+14
* Restore CLOCK_ACTIVETIMEpatacongo2011-10-031-1/+1
* Remove support for UTC time; add support for 64-bit timepatacongo2011-10-021-1/+1
* Add support for lo- and hi-res RTC hardwarepatacongo2011-10-011-3/+2
* Add support for multiplexed SDIO pins from Urospatacongo2011-08-195-7/+292
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-051-2/+2
* More TSC2007 driver updatespatacongo2011-07-301-1/+1
* Add support for STM3210E-EVAL button interruptspatacongo2011-07-071-1/+1
* Remove unused header files; eliminate warningspatacongo2011-06-211-1/+9
* Add initial CC1101 wireless logic from Urospatacongo2011-05-163-5/+69
* Mostly cosmetic changes from Urospatacongo2011-05-071-8/+11
* Add STM32 FLASH driverpatacongo2011-05-072-3/+34
* More timer changes from Urospatacongo2011-05-061-4/+11
* Rename i2c directories to sensorspatacongo2011-04-191-2/+2
* More changes from Urospatacongo2011-04-161-2/+2
* Add code changes from Urospatacongo2011-04-151-13/+32
* LIS331DL and STM32 I2C patch from Urospatacongo2011-04-051-4/+5
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-031-19/+28
* More changes from Urospatacongo2011-03-282-0/+43
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-281-2/+2
* Updates from Urospatacongo2011-03-273-102/+65