nuttx/arch/arm/src/dm320
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
chip.h Fix names of pre-processor variables used in header file idempotence 2016-08-06 18:48:45 -06:00
dm320_ahb.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_allocateheap.c Rename board_led_on to board_autoled_on 2015-11-01 09:07:06 -06:00
dm320_boot.c Rename up_boot to arm_boot 2016-05-12 13:42:49 -06:00
dm320_busc.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_clkc.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_decodeirq.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
dm320_emif.h Fix names of pre-processor variables used in header file idempotence 2016-08-06 18:48:45 -06:00
dm320_framebuffer.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
dm320_gio.h Fix names of pre-processor variables used in header file idempotence 2016-08-06 18:48:45 -06:00
dm320_intc.h Fix names of pre-processor variables used in header file idempotence 2016-08-06 18:48:45 -06:00
dm320_irq.c ARM: Fix missing header file. Update comments in all *_irq.c files. 2016-03-09 15:08:58 -06:00
dm320_lowputc.S Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
dm320_memorymap.h Beginning to update comments to reflect new organization of the boards/ sub-directory. 2019-08-08 08:46:54 -06:00
dm320_osd.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_restart.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
dm320_serial.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
dm320_timer.h Fix names of pre-processor variables used in header file idempotence 2016-08-06 18:48:45 -06:00
dm320_timerisr.c Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
dm320_uart.h Fix names of pre-processor variables used in header file idempotence 2016-08-06 18:48:45 -06:00
dm320_usb.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
dm320_usbdev.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
Kconfig Rename CONFIG_ARCH_HAVE_UARTn to CONFIG_UARTn_SERIALDRIVER 2016-05-25 10:45:01 -06:00
Make.defs arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM 2018-05-07 10:13:20 -06:00