summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips
Commit message (Collapse)AuthorAgeFilesLines
* Resync new repository with old repo r5166patacongo2012-09-173-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-1337-1175/+1175
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* The M3 Wildfire port is code complete and ready for testpatacongo2012-09-101-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5125 42af7a65-404d-4744-a932-0658087f49c3
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-093-8/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5118 42af7a65-404d-4744-a932-0658087f49c3
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5114 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig: Standardize board LED and button configurationspatacongo2012-09-081-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5112 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx Kconfig looks goodpatacongo2012-09-051-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5099 42af7a65-404d-4744-a932-0658087f49c3
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-280/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5094 42af7a65-404d-4744-a932-0658087f49c3
* Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-18/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5092 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig changes + back out part of last check-in: The 2STOP setting must be ↵patacongo2012-09-041-18/+18
| | | | | | integer 0/1, not boolean git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5086 42af7a65-404d-4744-a932-0658087f49c3
* Auto-configuration updates from Richard Cochranpatacongo2012-08-171-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5032 42af7a65-404d-4744-a932-0658087f49c3
* Move RAMLOG driver to drivers/syslog; Add ability to output debug ↵patacongo2012-08-022-1/+5
| | | | | | information to any character device or file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4996 42af7a65-404d-4744-a932-0658087f49c3
* Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now ↵patacongo2012-07-272-6/+40
| | | | | | uses the Pinquino toolchain by default: git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4984 42af7a65-404d-4744-a932-0658087f49c3
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-241-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4975 42af7a65-404d-4744-a932-0658087f49c3
* Ooops.. c_speed is now read-onlypatacongo2012-07-241-1/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4974 42af7a65-404d-4744-a932-0658087f49c3
* Baud definitions (B9600 for example) are again encoded; Now supports the ↵patacongo2012-07-231-0/+9
| | | | | | BOTHER settings which allows specifying the baud via c_ispeed and c_ospeed termios fields git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4970 42af7a65-404d-4744-a932-0658087f49c3
* Change all values in all limits.h for all architectures to signed decimal; ↵patacongo2012-07-051-20/+25
| | | | | | the hex values were not sign extending appropriate in most uses git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4911 42af7a65-404d-4744-a932-0658087f49c3
* Fix a critical PIC32 GPIO configuration bugpatacongo2012-06-252-5/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4867 42af7a65-404d-4744-a932-0658087f49c3
* Enable LEDs on Mirtoo boardpatacongo2012-06-221-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4863 42af7a65-404d-4744-a932-0658087f49c3
* Mirtoo updatepatacongo2012-06-212-274/+278
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4860 42af7a65-404d-4744-a932-0658087f49c3
* Minor updates to PIC32 configuration and to documentationpatacongo2012-06-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4858 42af7a65-404d-4744-a932-0658087f49c3
* More updates for PIC32 MX1/2 device configuration bitspatacongo2012-06-203-153/+219
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4857 42af7a65-404d-4744-a932-0658087f49c3
* Updates to support the Mirtoo internal clockingpatacongo2012-06-203-2/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4855 42af7a65-404d-4744-a932-0658087f49c3
* PIC32MX1/2 pin selection logic; Mirtoo LEDs, SPI2, and UART2 configurationpatacongo2012-06-208-160/+610
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4853 42af7a65-404d-4744-a932-0658087f49c3
* Add a configuration to support the Mirtoo modulepatacongo2012-06-201-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4852 42af7a65-404d-4744-a932-0658087f49c3
* Add support for PIC32 MX1 and MX2 familiespatacongo2012-06-1926-1941/+3811
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4851 42af7a65-404d-4744-a932-0658087f49c3
* Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabledpatacongo2012-06-063-5/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4805 42af7a65-404d-4744-a932-0658087f49c3
* Add an ADC-based touchscreen driver for the PIC32MX7 MMB boardpatacongo2012-06-052-547/+547
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4804 42af7a65-404d-4744-a932-0658087f49c3
* The PIC32MX7 MMB's mio832qt2 LCD is functionalpatacongo2012-06-041-27/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4803 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the MIO283QT2 LCDpatacongo2012-06-041-17/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4802 42af7a65-404d-4744-a932-0658087f49c3
* SD card now works on the PIC32MX7 MMB boardpatacongo2012-06-031-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4799 42af7a65-404d-4744-a932-0658087f49c3
* Add SD card support to the PIC32MX7 MMB board; Add regiser level debug ↵patacongo2012-06-021-1/+84
| | | | | | instrumentatin for the PIC32 SPI driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4797 42af7a65-404d-4744-a932-0658087f49c3
* Fix PHY address search; NFS updatepatacongo2012-06-011-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4796 42af7a65-404d-4744-a932-0658087f49c3
* Fix device configuration... now Mikroelektronika PIC32MX7 MMB board works.patacongo2012-06-012-2/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4794 42af7a65-404d-4744-a932-0658087f49c3
* Add circular DMA support to STM32 and STM32 serial driver; Add initial ↵patacongo2012-04-221-1/+1
| | | | | | configuration for the Mikroelektronika PIC32MX7 MMB board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4640 42af7a65-404d-4744-a932-0658087f49c3
* More Kconfig stuffpatacongo2012-04-192-245/+1272
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4636 42af7a65-404d-4744-a932-0658087f49c3
* More Kconfig stuffpatacongo2012-04-174-7/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4628 42af7a65-404d-4744-a932-0658087f49c3
* More Kconfig filespatacongo2012-04-171-0/+266
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4624 42af7a65-404d-4744-a932-0658087f49c3
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT ↵patacongo2012-04-121-1/+1
| | | | | | data that should accompany the OUT SETUP request git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4595 42af7a65-404d-4744-a932-0658087f49c3
* Include libgcc.a inside of the group of recursively linked libraries in all ↵patacongo2012-04-081-1/+1
| | | | | | Makefiles git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4573 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if ↵patacongo2012-03-221-1/+1
| | | | | | CONFIG_PM is not defined git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4502 42af7a65-404d-4744-a932-0658087f49c3
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4500 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic PIC32 USB driver fixes (still has problems)patacongo2012-03-201-31/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4498 42af7a65-404d-4744-a932-0658087f49c3
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4497 42af7a65-404d-4744-a932-0658087f49c3
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-181-2/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4496 42af7a65-404d-4744-a932-0658087f49c3
* Fix reported USB MSC product/revisionpatacongo2012-03-171-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4495 42af7a65-404d-4744-a932-0658087f49c3
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ↵patacongo2012-03-161-160/+286
| | | | | | Need to enable CAN1 clocking to use CAN2 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4493 42af7a65-404d-4744-a932-0658087f49c3