Gregory Nutt
a92b01e9fb
Refresh configuration
2014-11-28 11:05:39 -06:00
Gregory Nutt
0d04a4e9ba
Fix missing quote in Kconfig
2014-11-28 10:16:58 -06:00
Gregory Nutt
bd93ba55c5
Cosmetic change to comment
2014-11-28 09:06:05 -06:00
Gregory Nutt
75699eb306
Update ChangeLog
2014-11-28 09:04:36 -06:00
Gregory Nutt
5ddfdb2d8d
cctype: Undefined macros defined ctype.h so that builtin C++ implementations will be used
2014-11-28 09:02:52 -06:00
Gregory Nutt
e16000e83d
Update ChangeLog
2014-11-28 08:59:42 -06:00
Gregory Nutt
e42f7b552f
This commit is a set of patches 02/11 through 03/11 correcting issues with the CC3000 networking (01/11 was committed separated). Among these 10 patches:
...
03/11: CC3000 driver was getting stuck at recv() when remote host closed connection and application tried to read data from remotely shutdown socket. This patch adds proper handling for remotely closed socket event.
07/11: Socket state initialization was done in 'register', while it should be initialized in 'open' and deinitialized in 'close'. Old way caused problems when device is closed, power-cycled and then reopened as old socket state was left enabled.
08/11: Select thread was getting stuck after 'close, power-cycle, reopen', since selectsem was not properly setup and cleaned up.
09/11 'maxFD' was not properly reset in select worker and not checked for before calling cc3000_select().
10/11: After wlan_stop()/cc3000_close(), irqsem was left with count '-1'. Therefore on next wlan_start()/cc3000_open(), initial value for irqsem was wrong. Additional repeated wlan_start()/wlan_stop() decreased irqsem value further. Obviously this causes driver not to function correctly and freeze.
Patch moves initialization and destruction of waitsem, irqsem and readysem to cc3000_open/cc3000_close.
All are: Signed-off-by: Jussi Kivilinna <jussi.kivilinna@haltian.com>
2014-11-28 08:52:52 -06:00
Gregory Nutt
5f0343bed9
Use usleep instead of usdelay as CONFIG_BOARD_LOOPSPERMSEC might not be calibrated correctly and CC3000 is fine with longer wait.
...
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@haltian.com>
2014-11-28 08:16:30 -06:00
Gregory Nutt
2d9bd07525
Some additional, minor improvements to djoystick interrupt controls
2014-11-27 20:20:10 -06:00
Gregory Nutt
3909f28060
Update ChangeLog
2014-11-27 19:15:57 -06:00
Gregory Nutt
50285b91fe
EFM32 Serial: Add support for termios TCGET and TCSET. For the moment, only set/get speed is implemetned. From Pierre-noel Bouteville
2014-11-27 19:14:10 -06:00
Gregory Nutt
08b2f80de0
Update TODO
2014-11-27 19:05:40 -06:00
Gregory Nutt
0d010fd981
Update ChangeLog
2014-11-27 17:44:48 -06:00
Gregory Nutt
0ec5043a4e
Add an interface definition and upper half driver for a discrete joystick device
2014-11-27 17:42:16 -06:00
Gregory Nutt
57e57bba36
LPC4357 EVB: Ooops got sense of the LED GPIO backward
2014-11-27 12:38:04 -06:00
Gregory Nutt
f2603866e0
Widen the name space: Rename CONFIG_SPI_EEPROM to CONFIG_EEPROM so that I2C EEPROMs can live there too
2014-11-27 11:08:27 -06:00
Gregory Nutt
e3898a7911
Update README
2014-11-27 10:40:51 -06:00
Gregory Nutt
5268a1e4bb
LPC4357-EVB: Fix LEDs; comment out old unimplemented button stuff
2014-11-27 10:28:32 -06:00
Gregory Nutt
a2af380641
Update ChangeLog
2014-11-27 09:15:05 -06:00
Gregory Nutt
17fe02eac3
Minor change to README file
2014-11-27 09:14:58 -06:00
Gregory Nutt
d5c808c1fe
EEPROM: Add a README file
2014-11-27 09:14:19 -06:00
Gregory Nutt
bc3212d70e
EEPROM: Add a README file
2014-11-27 09:14:00 -06:00
Gregory Nutt
d8107d2b97
Loop device should return -EINTR is interrupt by a signal
2014-11-27 09:12:15 -06:00
Gregory Nutt
b29925a63b
EEPROM: prevent writes past end of device. From Sébastien Lorquet
2014-11-27 07:59:43 -06:00
Gregory Nutt
084fe072fc
Fix minor typos in C comments
2014-11-27 07:57:32 -06:00
Gregory Nutt
3f2c90c1e9
Fix minor typo in C comments
2014-11-27 06:49:07 -06:00
Gregory Nutt
7395cba77d
Update ChangeLog
2014-11-27 06:16:55 -06:00
Gregory Nutt
2021130e35
Forgot too add file before last commit
2014-11-27 06:14:09 -06:00
Gregory Nutt
a1c8e97c12
Enable support for STM32F102. https://github.com/PX4/NuttX/pull/28.diff
2014-11-27 06:12:35 -06:00
Gregory Nutt
6e6435d438
Fix replicated typo in most of the newly added lpc4357-evb files
2014-11-26 18:34:00 -06:00
Gregory Nutt
6b7718dc2f
Add some discussio of the LPC4357 to documentation and README files
2014-11-26 16:44:25 -06:00
Gregory Nutt
6b46547afe
Update ChangeLog
2014-11-26 15:40:51 -06:00
Gregory Nutt
878128e040
Misc changes while verifying the clean build of the LPC4357 port
2014-11-26 15:37:54 -06:00
Gregory Nutt
1a33afb66c
Fix to get a clean build with EEPROM support disabled
2014-11-26 15:37:01 -06:00
Gregory Nutt
70981eb7d5
Initial support for the LPC4357-EVB provided by Toby Duckworth
2014-11-26 15:18:24 -06:00
Gregory Nutt
e3ae6dd703
Update ChangeLog
2014-11-26 14:18:19 -06:00
Gregory Nutt
a7b6369825
Two new fonts from Pierre-noel Bouteville
2014-11-26 14:15:34 -06:00
Gregory Nutt
c39d9f08b3
Update ChangeLog
2014-11-26 13:58:02 -06:00
Gregory Nutt
40b27115cc
Add support for generic EEPROM access via a character driver. Add also the EEPROM driver itself. From Sebastien Lorquet
2014-11-26 13:55:34 -06:00
Gregory Nutt
18e0fa46c8
Fix some typos in the ReleaseNotes
2014-11-26 13:17:34 -06:00
Gregory Nutt
9333feeea5
Preparing for NuttX-7.6 Release
2014-11-26 11:11:54 -06:00
Gregory Nutt
7a9d8f9040
Preparing for NuttX-7.6 Release
2014-11-26 10:06:43 -06:00
Gregory Nutt
d1cdf9b497
Another fix misthink in big cppcheck changed
2014-11-25 17:22:52 -06:00
Gregory Nutt
2ab604f74f
Fix more issues detected by cppcheck
2014-11-25 14:25:02 -06:00
Gregory Nutt
076d20f9c0
Fix some memeory leaks detected by cppcheck
2014-11-25 14:16:28 -06:00
Gregory Nutt
1aa528a572
More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs.
2014-11-25 14:10:35 -06:00
Gregory Nutt
9ac09db800
More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs.
2014-11-25 13:46:14 -06:00
Gregory Nutt
2994448d85
More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs.
2014-11-25 13:15:09 -06:00
Gregory Nutt
e0fc5a86c8
Fixes for more complaints from cppcheck
2014-11-25 08:09:57 -06:00
Gregory Nutt
a78ad24213
If SAM4E-EK is selected, then configs/Kconfig must select ARCH_PHY_INTERRUPT
2014-11-25 08:08:58 -06:00