nuttx/arch/arm/src/str71x
2014-10-08 12:48:47 -06:00
..
chip.h
Kconfig
Make.defs There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing. 2014-09-01 15:39:34 -06:00
str71x_adc12.h
str71x_apb.h
str71x_bspi.h
str71x_can.h
str71x_decodeirq.c Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
str71x_eic.h
str71x_emi.h
str71x_flash.h
str71x_gpio.h
str71x_head.S More trailing whilespace removal 2014-04-13 16:22:22 -06:00
str71x_i2c.h
str71x_internal.h
str71x_irq.c Make sure that all references to up_prioritize_irq() are conditioned on CONFIG_ARCH_IRQPRIO. Noted by Make Smith 2014-05-20 17:48:39 -06:00
str71x_lowputc.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
str71x_map.h
str71x_pcu.h
str71x_prccu.c
str71x_rccu.h
str71x_rtc.h
str71x_serial.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
str71x_timer.h
str71x_timerisr.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
str71x_uart.h
str71x_usb.h
str71x_wdog.h
str71x_xti.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
str71x_xti.h