summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32mx7mmb/src
Commit message (Expand)AuthorAgeFilesLines
* More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt2015-04-041-6/+7
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-311-4/+5
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-313-5/+6
* PIC32MX7 MMB: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2111-41/+34
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-271-4/+4
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-081-22/+0
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-34/+22
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-5/+0
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-4/+4
* More trailing whilespace removalGregory Nutt2014-04-136-22/+22
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-3/+0
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-4/+4
* Make naming consistent for USB host initialiation functionsGregory Nutt2013-11-291-1/+1
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-1/+1
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-273-4/+4
* 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
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-3/+3
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-122-5/+5
* .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
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-2/+2
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-4/+4
* Beginning of support for LCD1602patacongo2013-01-211-1/+1
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-2/+2
* 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
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-16/+16
* Add support for multiple work queuespatacongo2012-09-041-2/+2
* PIC32MX7 MMB touchscreen driver updatepatacongo2012-06-061-42/+124
* Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabledpatacongo2012-06-061-4/+6
* Add an ADC-based touchscreen driver for the PIC32MX7 MMB boardpatacongo2012-06-052-0/+1383
* The PIC32MX7 MMB's mio832qt2 LCD is functionalpatacongo2012-06-041-15/+40
* Add support for the MIO283QT2 LCDpatacongo2012-06-043-82/+530
* PIC32 USB mass storage device works; USB and MSC are now enabled by default i...patacongo2012-06-031-0/+1
* SD card now works on the PIC32MX7 MMB boardpatacongo2012-06-032-5/+14
* Correct naming of PIC32MX7MMB SPI initialization functionpatacongo2012-06-021-4/+4
* Add SD card support to the PIC32MX7 MMB board; Add regiser level debug instru...patacongo2012-06-023-38/+94
* Turn PIC32MXMMB backlight offpatacongo2012-04-255-9/+121
* Minor fixes to PIC32MX7MMB led controlspatacongo2012-04-242-11/+22
* Fleshed out board definitions for the Mikroelectronika PIC32MX7 MMB boardpatacongo2012-04-222-37/+38
* Add circular DMA support to STM32 and STM32 serial driver; Add initial config...patacongo2012-04-229-0/+1550