nuttx/arch/avr/src/at90usb
Nathan Hartman 68d43d3679 Fix typos.
2019-08-04 14:50:28 -06:00
..
at90usb_config.h CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 2019-02-11 12:09:26 -06:00
at90usb_exceptions.S
at90usb_head.S Squashed commit of the following: 2019-02-04 16:20:35 -06:00
at90usb_lowconsole.c
at90usb_lowinit.c Fix typos. 2019-08-04 14:50:28 -06:00
at90usb_memorymap.h
at90usb_serial.c
at90usb_timerisr.c Rename sched_process_timer to nxsched_process_timer. That is the appropriate name for an internal sched/ function (still many named incorrectly). 2019-03-20 19:27:40 -06:00
at90usb_usbdev.c Fix a few places where there was a semicolon following the 'if' condition, makeing the following logic unconditional. 2017-10-10 14:24:13 -06:00
at90usb.h
chip.h
Kconfig
Make.defs