nuttx/arch/avr/src/at32uc3
2017-02-07 10:35:04 -06:00
..
at32uc3_abdac.h
at32uc3_adc.h
at32uc3_clkinit.c
at32uc3_config.h Remove all traces of CONFIG_SYSLOG 2016-06-19 13:59:43 -06:00
at32uc3_eic.h
at32uc3_flashc.h
at32uc3_gpio.c
at32uc3_gpio.h
at32uc3_gpioirq.c Without lowsyslog() *llwarn() is not useful. Eliminate and replace with *warn(). 2016-06-20 09:37:08 -06:00
at32uc3_hmatrix.h
at32uc3_intc.h
at32uc3_irq.c Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 2016-06-20 12:44:38 -06:00
at32uc3_lowconsole.c
at32uc3_lowinit.c
at32uc3_memorymap.h
at32uc3_pdca.h
at32uc3_pinmux.h
at32uc3_pm.h
at32uc3_pwm.h
at32uc3_rtc.h
at32uc3_serial.c
at32uc3_spi.h
at32uc3_ssc.h
at32uc3_tc.h
at32uc3_timerisr.c up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list. 2017-02-07 10:35:04 -06:00
at32uc3_twi.h
at32uc3_usart.h
at32uc3_usbb.h
at32uc3_wdt.h
at32uc3.h
at32uc3a_pinmux.h
at32uc3b_pinmux.h
chip.h
Kconfig
Make.defs