summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Move NX header files to include/nuttx/nxpatacongo2011-07-241-1/+1
* apps/examples/usbstorage can now be built as NSH built-in commands; configs/s...patacongo2011-07-221-51/+88
* Reduce image size; documentation updates; LPC17 typo fixedpatacongo2011-07-211-494/+494
* Add apps/examples/nxhello -- a VERY simple graphics examplepatacongo2011-07-181-2/+2
* Correct FAT long file name padding characterpatacongo2011-07-181-1/+1
* Fix a problem with STM32 SDIO DMA.patacongo2011-07-171-18/+62
* Export make target now produces a .zip file by defaultpatacongo2011-07-121-1/+1
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported b...patacongo2011-07-123-2/+308
* Correct errors in LPC17xx CAN register definespatacongo2011-07-123-31/+50
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-1113-46/+174
* Redesign of NXTEXT font cachepatacongo2011-07-091-1/+1
* ARM stack check logic; ARM no-console build fixes; Nucleus-2G updatespatacongo2011-07-096-122/+356
* Add pin de-multiplexing to STM32 EXTI handlingpatacongo2011-07-081-72/+133
* Add support for STM3210E-EVAL button interruptspatacongo2011-07-072-59/+92
* Add support for the STM3210E-EVAL LCD backlightpatacongo2011-07-061-1/+1
* Add NX configuration for the STM3210E-EVAL boardpatacongo2011-07-051-1/+0
* Correct several errors in STM32 serial port configurationpatacongo2011-07-042-7/+7
* Add stm32/nsh2 config; Add option to use any TTY for NSH consolepatacongo2011-07-042-3/+3
* Change for clean compilation of Sure PIC32MX configurationpatacongo2011-07-032-7/+7
* Fix SPI SD card detect logic; Fix AVR USB device interrupt initializationpatacongo2011-07-021-12/+14
* Add termios header files; add files missed in last commitpatacongo2011-07-012-0/+207
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-014-1/+20
* Bug 3334625: Fix typo in conditional compilationpatacongo2011-06-301-1/+1
* RGMP build patches from Yu Qiangpatacongo2011-06-231-1/+1
* AVR build warnings; minor USB fixpatacongo2011-06-211-29/+35
* Add a USB mass storage example for AVRpatacongo2011-06-202-6/+5
* Add an AVR USB driverpatacongo2011-06-201-0/+2933
* Preparing for AVR USB driverpatacongo2011-06-203-196/+224
* Fix an error that caused interrupts to become disabledpatacongo2011-06-182-59/+71
* Update documents and commentspatacongo2011-06-182-2/+2
* Add logic to measure AVR stack usagepatacongo2011-06-1811-51/+233
* Fix AVR clock setup; add SPI driverpatacongo2011-06-1712-14/+696
* Use USART TX state consistentlypatacongo2011-06-172-13/+71
* AT90USB port is basically functionalpatacongo2011-06-163-29/+52
* Back out earlier change.. AVR vectors should be jmp not rjmppatacongo2011-06-162-4/+4
* Fix off-by-one stack pointer referencepatacongo2011-06-163-13/+15
* Fix SRAM data positionpatacongo2011-06-162-0/+4
* Make room for the noinit section before the heappatacongo2011-06-153-15/+15
* Fix another jmp vs rjmp in vector tablepatacongo2011-06-152-2/+2
* Fix ATMega128 buildpatacongo2011-06-151-0/+1
* AVR: Need to use rjmp, not jmp, in vector tablepatacongo2011-06-153-2/+45
* Need to control watchdog timer on AT90USBpatacongo2011-06-151-0/+44
* More corrections to AVR assembly macrospatacongo2011-06-153-46/+26
* Fix some AVR context save errorspatacongo2011-06-152-14/+16
* Fix AVR parity setuppatacongo2011-06-152-3/+3
* Amber Web Server updatespatacongo2011-06-131-2/+2
* Fix AVR uart bugspatacongo2011-06-132-29/+32
* Add hello configuratin for AVRpatacongo2011-06-133-15/+36
* Finsh AVR serial driverspatacongo2011-06-119-257/+336
* Add ATMega128 configurationpatacongo2011-06-116-30/+86