summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/at90usb
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-085-5/+5
* Rename all use of up_boardinitialize(). Should not use common microprocessin...Gregory Nutt2015-02-282-20/+19
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-4/+0
* Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK bu...Gregory Nutt2015-01-241-0/+4
* SourceForge Ticket #38. Stray character in arch/avr/src/at90usb/at90usb_seri...Gregory Nutt2015-01-201-1/+1
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-9/+8
* 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-2/+2
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-13/+17
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-1/+4
* More trailing whilespace removalGregory Nutt2014-04-134-12/+12
* Create AVR32 Kconfig files; reshuffled lots of configuration namesGregory Nutt2014-03-051-2/+29
* configs/teensy/nettest: Configuration converted to use the kconfig-frontends ...Gregory Nutt2014-03-031-0/+26
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-052-2/+2
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-5/+5
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-5/+6
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-311-0/+16
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-281-2/+15
* Email address change in nuttx/patacongo2012-09-138-8/+8
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-5/+16
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-0/+1
* More Kconfig stuffpatacongo2012-04-171-0/+7
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-3/+3
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-111-0/+6
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-113-17/+31
* Fix SPI SD card detect logic; Fix AVR USB device interrupt initializationpatacongo2011-07-021-12/+14
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-011-0/+4
* AVR build warnings; minor USB fixpatacongo2011-06-211-29/+35
* Add a USB mass storage example for AVRpatacongo2011-06-201-2/+2
* Add an AVR USB driverpatacongo2011-06-201-0/+2933
* Preparing for AVR USB driverpatacongo2011-06-202-4/+30
* Add logic to measure AVR stack usagepatacongo2011-06-183-6/+12
* Fix AVR clock setup; add SPI driverpatacongo2011-06-174-7/+10
* Use USART TX state consistentlypatacongo2011-06-171-5/+26
* Back out earlier change.. AVR vectors should be jmp not rjmppatacongo2011-06-161-2/+2
* Fix off-by-one stack pointer referencepatacongo2011-06-161-6/+7
* Fix SRAM data positionpatacongo2011-06-161-0/+2
* Make room for the noinit section before the heappatacongo2011-06-151-6/+6
* Fix another jmp vs rjmp in vector tablepatacongo2011-06-151-1/+1
* AVR: Need to use rjmp, not jmp, in vector tablepatacongo2011-06-151-1/+1
* Need to control watchdog timer on AT90USBpatacongo2011-06-151-0/+44
* More corrections to AVR assembly macrospatacongo2011-06-151-2/+2
* Fix AVR parity setuppatacongo2011-06-151-1/+1
* Fix AVR uart bugspatacongo2011-06-131-9/+10