nuttx/arch/arm/src/calypso
2014-11-25 13:15:09 -06:00
..
calypso_armio.c Make Pirelli-DLP10 a true board configuration; Calypso no compiles without errors 2013-05-05 09:10:47 -06:00
calypso_head.S
calypso_heap.c up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for now 2013-03-08 22:01:50 +00:00
calypso_irq.c Make sure that there is one space between if and condition 2014-04-12 12:53:19 -06:00
calypso_keypad.c Various issues/bugs detected by cppcheck 2014-11-24 12:59:52 -06:00
calypso_lowputc.S Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
calypso_power.c Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
calypso_serial.c More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs. 2014-11-25 13:15:09 -06:00
calypso_spi.c Various issues/bugs detected by cppcheck 2014-11-24 12:59:52 -06:00
calypso_spi.h Missed Calypso file 2012-05-01 23:31:47 +00:00
calypso_timer.c Various issues/bugs detected by cppcheck 2014-11-24 12:59:52 -06:00
calypso_uwire.c Calypso update from Denis Carkiki. Adds UWire driver and support for external memory in NuttX heap 2012-05-14 00:22:31 +00:00
chip.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
clock.c Calypso update 2012-05-01 23:03:37 +00:00
Kconfig SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial console 2014-04-01 11:24:15 -06:00
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