nuttx/arch/avr/src/atmega
2017-10-06 10:55:36 -06:00
..
atmega.h Rename all architecture files of form xyz_internal.h to just xyz.h 2015-12-29 18:07:11 -06:00
atmega_config.h Remove all traces of CONFIG_SYSLOG 2016-06-19 13:59:43 -06:00
atmega_exceptions.S Merge in arch/ submodule 2016-04-10 07:49:41 -06:00
atmega_head.S Merge in arch/ submodule 2016-04-10 07:49:41 -06:00
atmega_lowconsole.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
atmega_lowinit.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
atmega_memorymap.h Remove the arch/ subdirectory; replace it with a submodule 2015-07-22 10:56:22 -06:00
atmega_serial.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
atmega_timerisr.c Fix another compile problem found in build testing. 2017-02-28 16:25:21 -06:00
chip.h Remove the arch/ subdirectory; replace it with a submodule 2015-07-22 10:56:22 -06:00
Kconfig drivers/serial/tcdrain: tcdrain() was recently added to the NuttX C library. But there is a problem. The specification of tcdrain() requires that it be a cancellation point. In order to do this, tcdrain was moved from the C library into the OS and the addition cancellation point hooks were added. In non-FLAT builds, access via system calls is also now supported. 2017-10-06 10:55:36 -06:00
Make.defs Remove the arch/ subdirectory; replace it with a submodule 2015-07-22 10:56:22 -06:00