summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/src
Commit message (Expand)AuthorAgeFilesLines
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-012-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-4/+4
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1310-28/+28
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-131-9/+9
* configs/stm3240g-eval/nxconsole: Configuration converted to use the kconfig-...Gregory Nutt2014-03-041-15/+15
* networking: Fix one place where the reference count was not being zeroed. Th...Gregory Nutt2014-02-253-3/+15
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-7/+7
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-4/+4
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-7/+7
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-6/+8
* STM3240G-EVAL: Kernel mode board initialization can't run on the IDLE thread;...Gregory Nutt2013-12-311-35/+96
* NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts ...Gregory Nutt2013-12-301-3/+80
* Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to apps/platform/stm...Gregory Nutt2013-12-292-159/+0
* STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configu...Gregory Nutt2013-12-292-12/+56
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-131-5/+5
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-2/+2
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-111-2/+3
* Created new directories to hold SPI-related filesGregory Nutt2013-07-013-4/+4
* .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-272-12/+8
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-098-8/+7
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-1/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-5/+5
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-281-4/+4
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-4/+5
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Qencoder fixes from Ryan Sundbergpatacongo2012-11-141-0/+4
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-291-2/+2
* More support for the Shenzhou boardpatacongo2012-09-073-4/+4
* Add USB host support for the STM3240G-EVAL boardpatacongo2012-08-306-165/+404
* A little more cleanup after the big STMPE11->811 name changepatacongo2012-05-291-1/+1
* Massive naming fix: STMPE11->STMPE811patacongo2012-05-293-67/+67
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-252-2/+24
* Add generic SSD1289 LCD driverpatacongo2012-05-241-1/+1
* Hack for font background when we cannot read from the LCD; Candidate fix for ...patacongo2012-05-221-119/+73
* SMTPE11 and NxWM touchscreen fixespatacongo2012-05-111-2/+9
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-111-3/+24
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-081-26/+31
* Integrate the STMPE11 driver into the STM3240G-EVAL board logicpatacongo2012-05-083-3/+362
* Mostly cosmetic, partial fixes for STM3240G-EVAL LCDpatacongo2012-05-071-11/+8
* Fix/verify the STM32 LCD in all supported orientationspatacongo2012-04-271-20/+77
* More STM3240G-EVAL LCD updatespatacongo2012-04-271-2/+2