nuttx/arch/avr/src/atmega
2019-09-05 08:12:50 -06:00
..
atmega.h Fix some typos. Also minor update to stm32f7/nucleo-144/README.txt and stm32l4/nucleo-l496zg/README.txt board documentation. 2019-09-05 08:12:50 -06:00
atmega_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
atmega_exceptions.S Merge in arch/ submodule 2016-04-10 07:49:41 -06:00
atmega_head.S Squashed commit of the following: 2019-02-04 16:20:35 -06:00
atmega_lowconsole.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
atmega_lowinit.c Fix typos. 2019-08-04 14:50:28 -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 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
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