Gregory Nutt
|
6f3cb90c05
|
Cosmetic changes
|
2014-05-28 14:09:58 -06:00 |
|
Gregory Nutt
|
2abe0dd6dd
|
Change all variadic macros to C99 style
|
2014-05-22 09:01:51 -06:00 |
|
Gregory Nutt
|
2a509d560f
|
CC3000: Fix build when POLL is enabled. From Jussi Kivilinna.
|
2014-05-21 07:37:46 -06:00 |
|
Gregory Nutt
|
b584ecb967
|
CC3000: Fix a race condition in start-up of unsoliced_thread. From Jussi Kivilinna
|
2014-05-21 07:32:32 -06:00 |
|
Gregory Nutt
|
b2d26436de
|
Configuration has CC3000_SPI_MODE settings but source uses CONFIG_CC3000_SPIMODE. From Jussi Kivilinna
|
2014-05-21 07:20:09 -06:00 |
|
Gregory Nutt
|
a9d89b5442
|
Correct SPI mode for CC3000 is CPOL=0 CHPA=1. From Jussi Kivilinna
|
2014-05-21 07:17:46 -06:00 |
|
Gregory Nutt
|
c48bd737d0
|
SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing)
|
2014-05-13 10:38:46 -06:00 |
|
Gregory Nutt
|
ddf151c226
|
A fix to the last MB85RS1MT patch
|
2014-05-12 21:42:06 -06:00 |
|
Gregory Nutt
|
e3373aaf39
|
Add support for Fujitsu MB85RS1MT part. From Charles Ash
|
2014-05-12 18:43:06 -06:00 |
|
Gregory Nutt
|
b5efb9dd77
|
Add serial method so that lower half driver can provide RX flow control information. From Jussi Kivilinna
|
2014-05-08 09:01:14 -06:00 |
|
Gregory Nutt
|
7594d8b8cf
|
Add serial method so that lower half driver can provide RX flow control information. From Jussi Kivilinna
|
2014-05-08 09:00:33 -06:00 |
|
Gregory Nutt
|
35e94a5be4
|
LIS331DL driver: Correct build dependency. Sourceforge ticket #41 from Kosma Moczek
|
2014-05-08 07:39:10 -06:00 |
|
Gregory Nutt
|
f06e9dbcaa
|
Timer driver updates from Bob Doiron
|
2014-05-05 14:40:19 -06:00 |
|
Gregory Nutt
|
d897b4de76
|
Enhanced timer interface from Bob Doiron
|
2014-04-30 14:08:34 -06:00 |
|
Gregory Nutt
|
020583efa2
|
drivers/mtd/w25.c: Add support for the 8Mbit W25Q80BV part. From Mark Whitehorn.
|
2014-04-30 13:31:42 -06:00 |
|
Gregory Nutt
|
d119e4c977
|
Update TODO list and comments
|
2014-04-23 13:02:00 -06:00 |
|
Gregory Nutt
|
465bfcb4cf
|
Fix Bob's name in as many places as possible; Make sure that Bob is an author in as many files as I can think of (might be missing a few)
|
2014-04-22 13:42:38 -06:00 |
|
Gregory Nutt
|
972c4cbab5
|
Nucleo F401RE: Remove PX4 cruft that can in with the port
|
2014-04-22 12:18:08 -06:00 |
|
Gregory Nutt
|
5df14c7d40
|
Misc changes to get a clean compilation after incorporating all of Bob Doison's changes
|
2014-04-22 10:38:08 -06:00 |
|
Gregory Nutt
|
61555fe5e1
|
Various SAM4S related fixes, mostely related to the timer driver driver and the SAM4S timer/counter. All from Bob Doisin
|
2014-04-22 09:01:20 -06:00 |
|
Gregory Nutt
|
df33d9bcc8
|
examples/serialrx added by Bob Doison
|
2014-04-22 08:40:48 -06:00 |
|
Gregory Nutt
|
3884117ae9
|
Missing watchdog timer configuration setting
|
2014-04-21 19:13:21 -06:00 |
|
Gregory Nutt
|
5d7da97a35
|
SDIO-based MMC/SD improvements from Bob Doiron
|
2014-04-21 17:15:42 -06:00 |
|
Gregory Nutt
|
9485fbf66e
|
SAM3/4 Interrupt initialization. Default interrupt priority not being set correctly
|
2014-04-17 14:02:22 -06:00 |
|
Gregory Nutt
|
b83702dd8a
|
HID mouse: Don't include NAKs in error count. From Leo
|
2014-04-17 11:47:00 -06:00 |
|
Gregory Nutt
|
f58767ce79
|
MIO183QT-9A LCD driver updated to support reading from the LCD. From Toby Duckwork
|
2014-04-16 12:17:35 -06:00 |
|
Gregory Nutt
|
7ad2ace833
|
Costmetic changes to some comments
|
2014-04-14 16:36:07 -06:00 |
|
Gregory Nutt
|
48cdbfe5ba
|
examples/touchscreen: Add a configuration option to indicate that there is or is not an architecture-specific initialization function
|
2014-04-14 12:26:49 -06:00 |
|
Gregory Nutt
|
3a1324741a
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
|
Gregory Nutt
|
f7e5953804
|
Cosmetic changes for coding style; removal of dangling spaces at the end of lines
|
2014-04-13 13:18:06 -06:00 |
|
Gregory Nutt
|
494387b33b
|
Make sure that there is one space after for
|
2014-04-12 13:28:22 -06:00 |
|
Gregory Nutt
|
056aed1274
|
Make sure that there is one space between while and condition
|
2014-04-12 13:09:48 -06:00 |
|
Gregory Nutt
|
303cc1902b
|
Make sure that there is one space between if and condition
|
2014-04-12 12:53:19 -06:00 |
|
Gregory Nutt
|
3ae029fbe7
|
STM32 OTGFS Host: Fix a logic error introduced in the last check-in
|
2014-04-12 09:33:52 -06:00 |
|
Gregory Nutt
|
2fcc57edb0
|
mv ramlog.h and syslog.h to new include/nuttx/syslog
|
2014-04-10 09:29:30 -06:00 |
|
Gregory Nutt
|
6578d646da
|
Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able to select USB console devices when there is no /dev/console enabled. Noted by Librae
|
2014-04-08 11:04:25 -06:00 |
|
Gregory Nutt
|
27811d28f9
|
Cosmetic changes to comments and README
|
2014-04-07 15:28:04 -06:00 |
|
Gregory Nutt
|
4d25119e62
|
Fix various typos in comments. From Alan Carvalho de Assis
|
2014-04-06 09:02:02 -06:00 |
|
Gregory Nutt
|
6c5535cc38
|
SAMA5 clocking: USB clock setup needs to be done no matter the state of BMS and not matter how we are booting
|
2014-04-05 11:53:20 -06:00 |
|
Gregory Nutt
|
abca33bd6b
|
Cosmetic update to comments
|
2014-04-05 11:35:05 -06:00 |
|
Gregory Nutt
|
cbdc9155ab
|
SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial console
|
2014-04-01 11:24:15 -06:00 |
|
Gregory Nutt
|
060b84240b
|
Add macro UNUSED to eliminate warnings about variables that are set to unused values
|
2014-03-30 07:58:58 -06:00 |
|
Gregory Nutt
|
a37c158659
|
Add missing MIO283QT-9A to the drivers/lcd/Kconfig
|
2014-03-27 07:38:02 -06:00 |
|
Gregory Nutt
|
6179cdfb91
|
Eliminate a warning when debug is off
|
2014-03-26 17:04:13 -06:00 |
|
Gregory Nutt
|
b951732a2b
|
Reimagine the USB MSC worker thread as a kernel thread (instead of a pthread)
|
2014-03-25 14:19:27 -06:00 |
|
Gregory Nutt
|
30c34c07cf
|
Add an MTD driver to wrap another MTD driver and makes is sector size look like 512 bytes
|
2014-03-24 17:45:45 -06:00 |
|
Gregory Nutt
|
baa91448e6
|
net/netdev_findbyaddr.c: Skip network devices that are in the down state. They have no meaning address
|
2014-03-20 17:27:59 -06:00 |
|
Gregory Nutt
|
b0c2b54ec9
|
If DCD supports queuing of stall requests then USB MSC delay work-around is not necessary
|
2014-03-20 15:20:50 -06:00 |
|
Gregory Nutt
|
c6127ad09d
|
If DCD supports queuing of stall requests then USB MSC delay work-around is not necessary
|
2014-03-20 15:20:24 -06:00 |
|
Gregory Nutt
|
f139391f8a
|
SAM4E UDP: Several fixes related to bulk endpoint transfers
|
2014-03-20 14:25:56 -06:00 |
|