Alan Carvalho de Assis
803aadd5b7
Various initialization functions in configs/: Change /dev/slcd to /dev/slcd0 for consistency
2018-11-25 14:00:20 -06:00
Gregory Nutt
42a0796615
Squashed commit of the following:
...
sched/semaphore: Add nxsem_post() which is identical to sem_post() except that it never modifies the errno variable. Changed all references to sem_post in the OS to nxsem_post().
sched/semaphore: Add nxsem_destroy() which is identical to sem_destroy() except that it never modifies the errno variable. Changed all references to sem_destroy() in the OS to nxsem_destroy().
libc/semaphore and sched/semaphore: Add nxsem_getprotocol() and nxsem_setprotocola which are identical to sem_getprotocol() and set_setprotocol() except that they never modifies the errno variable. Changed all references to sem_setprotocol in the OS to nxsem_setprotocol(). sem_getprotocol() was not used in the OS
2017-10-03 15:35:24 -06:00
Gregory Nutt
24c51ec1ff
Centralize definitions associated with CONFIG_DEBUG_LCD
2016-06-15 11:40:33 -06:00
Gregory Nutt
a1469a3e95
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
2016-06-11 15:50:49 -06:00
Gregory Nutt
1cdc746726
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
2016-06-11 14:14:08 -06:00
Gregory Nutt
fc3540cffe
Replace all occurrences of vdbg with vinfo
2016-06-11 11:59:51 -06:00
Gregory Nutt
3a74a438d9
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
2016-06-11 11:50:18 -06:00
Gregory Nutt
a3986e4aac
Cosmetic: Move # of pre-processior command to column 1
2015-09-05 09:07:59 -06:00
Gregory Nutt
4e3c5d61e3
Clean up some naming: fd vs. fildes vs. filedes and filep vs filp
2013-09-28 16:50:07 -06:00
Gregory Nutt
d235cf8b8a
SAM4L Xplained SLCD driver is complete
2013-06-23 09:05:20 -06:00
Gregory Nutt
d2a3bb145b
The SAM4L Xplained Pro SLCD driver is code complete but untested
2013-06-22 10:39:25 -06:00
Gregory Nutt
679cb1cda2
Beginning of a driver for the SAM4L LED1 module
2013-06-21 17:42:09 -06:00
Gregory Nutt
f01e963793
Add SPI register definitions for the Freescale KL25Z
2013-06-19 09:56:32 -06:00
Gregory Nutt
c9175e1dd0
Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes. Add attribute and ioctl commands to get and set SLCD brightness
2013-05-27 07:26:59 -06:00
Gregory Nutt
ba699c7080
Mis SLCD-related cleanup, documentation, bugfixes
2013-05-26 12:42:22 -06:00
Gregory Nutt
916ec62df3
More SLCD-related fixes
2013-05-26 11:26:34 -06:00
Gregory Nutt
6c64f9286a
PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ioctl command to get cursor position
2013-05-25 13:46:43 -06:00
Gregory Nutt
04bf7930f8
Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD support and to the apps/examples/slcd segment LCD test.
2013-05-24 12:00:15 -06:00
Gregory Nutt
8effa3e3f9
Fix bugs in SLCD test and in SLCD CODEC
2013-05-24 11:11:48 -06:00
Gregory Nutt
5f713af7a1
Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for the STM32 L family, some STM32L-Discovery LCD debug changes
2013-05-24 10:00:54 -06:00
Gregory Nutt
4b554ae675
Add SLCD ioctl commands
2013-05-23 18:25:02 -06:00
Gregory Nutt
449c597e2c
Revised SLCD bit manipulation for STM32L-Discovery
2013-05-23 17:37:29 -06:00
Gregory Nutt
a189ccebe5
STM32L-Discovery LCD driver is code compele but untested
2013-05-23 15:23:29 -06:00
Gregory Nutt
bc170f11b4
Beginning of a segment LCD driver for the STM32L-Discovery
2013-05-22 18:12:54 -06:00