summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add board configuration for Sure Electronics PIC32MX boardpatacongo2011-07-0326-235/+3566
* Fix SPI SD card detect logic; Fix AVR USB device interrupt initializationpatacongo2011-07-025-23/+28
* Add termios header files; add files missed in last commitpatacongo2011-07-015-12/+653
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-0113-73/+316
* Add bugfixes recommended by Sheref Younanpatacongo2011-07-012-3/+20
* Bug 3334625: Fix typo in conditional compilationpatacongo2011-06-301-1/+1
* RGMP build patches from Yu Qiangpatacongo2011-06-232-1/+42
* More ez80 compilation/warning fixespatacongo2011-06-223-2/+28
* Changes for clean ez80 ZDS-II compilepatacongo2011-06-2220-63/+86
* Fix for Bug[D ID: 3324387patacongo2011-06-221-1/+1
* Remove unused header files; eliminate warningspatacongo2011-06-218-455/+44
* Prep for 6.5 releasenuttx-6.5patacongo2011-06-216-127/+224
* AVR build warnings; minor USB fixpatacongo2011-06-213-34/+49
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-2013-68/+79
* Add a USB mass storage example for AVRpatacongo2011-06-2018-21/+1693
* Add an AVR USB driverpatacongo2011-06-201-0/+2933
* Preparing for AVR USB driverpatacongo2011-06-205-213/+289
* Fix an error that caused interrupts to become disabledpatacongo2011-06-183-59/+73
* Update documents and commentspatacongo2011-06-185-9/+47
* Add logic to measure AVR stack usagepatacongo2011-06-1812-51/+234
* Fix AVR clock setup; add SPI driverpatacongo2011-06-1718-34/+709
* Use USART TX state consistentlypatacongo2011-06-173-24/+81
* Elminate some warnings on tiny systemspatacongo2011-06-173-8/+9
* Add Teensy NSH config; remove unusable AVR ostest configspatacongo2011-06-1718-1427/+323
* Documentation updatepatacongo2011-06-172-19/+104
* Add configuratin for PJRC Teensy boardpatacongo2011-06-1619-19/+2192
* AT90USB port is basically functionalpatacongo2011-06-167-32/+56
* Reduce memory usage in same AVR configurationspatacongo2011-06-164-35/+34
* 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-168-30/+69
* Make room for the noinit section before the heappatacongo2011-06-157-19/+19
* 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-154-3/+61
* Need to control watchdog timer on AT90USBpatacongo2011-06-152-0/+58
* 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-154-12/+9
* Amber Web Server updatespatacongo2011-06-1310-92/+1406
* FTPC simplification and size reductionpatacongo2011-06-1314-136/+169
* Fix AVR uart bugspatacongo2011-06-132-29/+32
* Add hello configuratin for AVRpatacongo2011-06-1312-191/+1513
* Fix XTAL frequencies for AVR; add ISP mkII connection infopatacongo2011-06-123-187/+335
* Eliminate some warningspatacongo2011-06-112-9/+9
* Finsh AVR serial driverspatacongo2011-06-119-257/+336
* Add ATMega128 configurationpatacongo2011-06-1118-48/+1772
* More serial driver stuff for AVRpatacongo2011-06-114-87/+324
* Restructuring AVR serial driverspatacongo2011-06-116-401/+543
* Clean up AVR timer setuppatacongo2011-06-102-8/+40