nuttx/arch/avr/src/common
Dimitry Kloper d6f6e41a36 AVR: Fix linking error for AVR platforms that have no ARCH_HAVE_LEDS defined
Minor bug while working on Arduino Mega support. I didn't add support
for ARCH_HAVE_LEDS and have it undefined in .config. To my surprise compilation
failed since AVR code had a related function compiled in.
2015-12-29 17:26:11 +02:00
..
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
up_allocateheap.c Rename board_led_on to board_autoled_on 2015-11-01 09:07:06 -06:00
up_arch.h Clean up and review of header files for conformance to standards 2015-06-12 19:00:52 -06:00
up_assert.c Rename board_led_off to board_autoled_off 2015-11-01 09:09:36 -06:00
up_exit.c AVR: Fix some spacing issues 2015-10-07 16:24:54 -06:00
up_idle.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_initialize.c AVR: Fix linking error for AVR platforms that have no ARCH_HAVE_LEDS defined 2015-12-29 17:26:11 +02:00
up_internal.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
up_interruptcontext.c AVR: Fix some spacing issues 2015-10-07 16:24:54 -06:00
up_lowputs.c Make sure that there is one space between while and condition 2014-04-12 13:09:48 -06:00
up_mdelay.c AVR: Fix some spacing issues 2015-10-07 16:24:54 -06:00
up_modifyreg8.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_modifyreg16.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_modifyreg32.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_puts.c Make sure that there is one space between while and condition 2014-04-12 13:09:48 -06:00
up_releasestack.c Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
up_udelay.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00