nuttx/arch/arm/src/tms570
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
..
hardware Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware. 2019-05-24 14:53:32 -06:00
chip.h Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware. 2019-05-24 14:53:32 -06:00
Kconfig arch/Kconfig: Move FPU options to a common place and unify the usage by removing ARCH_CORTEXRxF. 2019-03-19 10:26:15 -06:00
Make.defs Squashed commit of the following: 2019-04-29 14:52:05 -06:00
tms570_boot.c Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware. 2019-05-24 14:53:32 -06:00
tms570_boot.h TMS570: Add GIO header file 2015-12-25 10:39:04 -06:00
tms570_clockconfig.c Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware. 2019-05-24 14:53:32 -06:00
tms570_clockconfig.h TMS570: Add a framework that will eventually support self-test 2015-12-20 11:51:36 -06:00
tms570_esm.c Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware. 2019-05-24 14:53:32 -06:00
tms570_esm.h irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
tms570_gio.c Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware. 2019-05-24 14:53:32 -06:00
tms570_gio.h Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware. 2019-05-24 14:53:32 -06:00
tms570_gioirq.c Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware. 2019-05-24 14:53:32 -06:00
tms570_irq.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
tms570_irq.h TMS570: Fix a few naming issues leftover from leverage 2015-12-23 16:08:29 -06:00
tms570_lowputc.c Fix typos. 2019-08-04 14:50:28 -06:00
tms570_lowputc.h TMS570: Flesh out low-level serial console logic 2015-12-24 11:07:03 -06:00
tms570_selftest.c Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
tms570_selftest.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
tms570_serial.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
tms570_timerisr.c Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware. 2019-05-24 14:53:32 -06:00