Gregory Nutt
|
95f7d4dca7
|
There should not be paths on C file names in wireless/ieee802154/Make.defs
|
2017-03-28 14:33:45 -06:00 |
Gregory Nutt
|
4c6e4b2344
|
Remove some garbage from wireless/Makefile
|
2017-03-28 14:30:46 -06:00 |
Gregory Nutt
|
b0204909b2
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-03-27 18:16:19 -06:00 |
Gregory Nutt
|
65e95b95f2
|
Add a little more 6loWPAN logic
|
2017-03-27 18:15:20 -06:00 |
Gregory Nutt
|
dab2fb2eb3
|
Add a comment
|
2017-03-27 16:19:46 -06:00 |
Gregory Nutt
|
a522fc4f34
|
6loWPAN: Rename net/6lowpan to net/sixlowpan; Add Contike sixlowpan.h to include/nuttx/net
|
2017-03-27 14:53:52 -06:00 |
Gregory Nutt
|
6c4dac459a
|
lcd/: PCF8574 backpack logic needs to include poll.h CONFIG_DISABLE_POLL is not set.
|
2017-03-27 12:28:34 -06:00 |
Gregory Nutt
|
941360bf12
|
Correct some spacing
|
2017-03-27 10:49:41 -06:00 |
Gregory Nutt
|
3fbf59e2bc
|
MRF24J40: Take advantage of new OS features for interrupt parameter passing.
|
2017-03-27 10:48:58 -06:00 |
Gregory Nutt
|
b315f0d851
|
AT86RF23x: Clean-up, standardize lower half interface. Take advantage of new OS features for interrupt parameter passing.
|
2017-03-27 10:28:03 -06:00 |
Alan Carvalho de Assis
|
dbc074edab
|
Include wcstold in C++ cwchar header file
|
2017-03-27 09:49:44 -06:00 |
Matias vo1d
|
5c56d8a411
|
Fix strange invisible characters in this declaration.
|
2017-03-27 09:47:02 -06:00 |
Gregory Nutt
|
77e4953fe3
|
Eliminate a 'make menuconfig' warning
|
2017-03-27 09:42:36 -06:00 |
Gregory Nutt
|
7dea99ff9d
|
Parts of last syscall commit that were omitted.
|
2017-03-27 09:38:27 -06:00 |
Gregory Nutt
|
4800d3f545
|
Add syscall support for pthread_mutex_consistent()
|
2017-03-27 09:36:03 -06:00 |
Gregory Nutt
|
16c3ea1f53
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-03-27 09:21:48 -06:00 |
Gregory Nutt
|
c071e2a30c
|
Make sure that CONFIG_PTHREAD_MUTEX_ROBUST=y is selected every configuration that enabled pthreads.
|
2017-03-27 09:21:03 -06:00 |
Gregory Nutt
|
b07d3fc305
|
Rename CONFIG_MUTEX_TYPES to CONFIG_PTHREAD_MUTEX_TYPES
|
2017-03-27 09:08:14 -06:00 |
Gregory Nutt
|
51b7668859
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-03-27 09:01:15 -06:00 |
Gregory Nutt
|
9484ac5c22
|
Merge branch 'robust'
|
2017-03-27 08:51:53 -06:00 |
Gregory Nutt
|
5dbf0b8d9c
|
Merge remote-tracking branch 'origin/master' into robust
|
2017-03-27 08:51:19 -06:00 |
Gregory Nutt
|
f2f798cb29
|
pthread mutexes: Finish logic to support configuration mutex robustness.
|
2017-03-27 08:50:45 -06:00 |
Gregory Nutt
|
d1196ddb60
|
pthread mutex: Forgot to add files in last commit
|
2017-03-27 07:49:13 -06:00 |
Gregory Nutt
|
666208cf23
|
pthread mutexes: Add option to support both unsafe and robust mutexes via pthread_mutexattr_get/setrobust().
|
2017-03-26 18:37:24 -06:00 |
Gregory Nutt
|
2c755b535a
|
Merge branch 'robust'
|
2017-03-26 17:38:57 -06:00 |
Gregory Nutt
|
8b3c554e45
|
pthreads: Add a configuration option to disable robust mutexes and revert to the traditional unsafe mutexes.
|
2017-03-26 17:37:28 -06:00 |
Gregory Nutt
|
a3304d206e
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-03-26 15:47:16 -06:00 |
Gregory Nutt
|
86ab384d77
|
Forget to add some files in previous commits
|
2017-03-26 15:46:19 -06:00 |
Gregory Nutt
|
8b23c16b90
|
pthreads: pthread_mutex_consistent() needs to clear flags.
|
2017-03-26 14:44:57 -06:00 |
Gregory Nutt
|
34c5e1c18f
|
Minor cleanup from recent changes.
|
2017-03-26 14:04:07 -06:00 |
Gregory Nutt
|
5a69453e16
|
pthreads: Add some assertions.
|
2017-03-26 13:54:43 -06:00 |
Gregory Nutt
|
fe03ef02c4
|
when pthread exits or is cancelled, mutexes held by thread are marked inconsistent and the highest priority thread waiting for the mutex is awakened.
|
2017-03-26 13:37:05 -06:00 |
Gregory Nutt
|
6e623ce06f
|
pthreads: Partial implementation of final part of robust mutexes: Keep list of all mutexes held by a thread in a list in the TCB.
|
2017-03-26 12:46:57 -06:00 |
Gregory Nutt
|
2c37d369ab
|
pthread: Fix return value of pthread_give/takesemaphore(). Add option to pthread_takesemaphore to ignore EINTR or not.
|
2017-03-26 11:22:17 -06:00 |
Gregory Nutt
|
363403fb1f
|
pthreads: Add more robustness characteristics: pthread_mutex_lock() and trylock() will now return EOWNERDEAD if the mutex is locked by a thread that no longer exists. Add pthread_mutex_consistent() to recover from this situation.
|
2017-03-26 10:35:23 -06:00 |
Gregory Nutt
|
bacc4e9b93
|
Update errno values. Add new values; remove obsolete values
|
2017-03-26 09:22:00 -06:00 |
Gregory Nutt
|
92da8068ed
|
Merge branch 'master' of bitbucket.org:nuttx/nuttx
|
2017-03-26 06:57:35 -06:00 |
Mateusz Szafoni
|
62f9ae0852
|
Merged in raiden00/nuttx (pull request #300)
STM32 COMP cosmetics
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-03-26 12:21:32 +00:00 |
raiden00pl
|
f3367233b6
|
stm32_comp.c: typo
|
2017-03-26 09:36:53 +02:00 |
raiden00pl
|
a9bc424bcd
|
Merge branch 'master' of https://bitbucket.org/raiden00/nuttx
|
2017-03-26 09:34:49 +02:00 |
raiden00pl
|
c1090164f5
|
stm32/Kconfig: update COMP and OPAMP definitions
|
2017-03-26 09:34:17 +02:00 |
raiden00pl
|
6594c65a77
|
stm32_comp.c: cosmetic
|
2017-03-26 09:30:23 +02:00 |
Gregory Nutt
|
7d57a2b2bd
|
Trivial changes from review of last PR.
|
2017-03-25 10:38:41 -06:00 |
Mateusz Szafoni
|
c174074dd8
|
Merged in raiden00/nuttx (pull request #299)
Add COMP character driver
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-03-25 16:29:02 +00:00 |
Gregory Nutt
|
602546f852
|
Minor typo fix
|
2017-03-25 10:23:53 -06:00 |
raiden00pl
|
045f0edfac
|
Merge remote-tracking branch 'upstream/master'
|
2017-03-25 17:12:11 +01:00 |
raiden00pl
|
645a11ce65
|
nucleo-f334r8: Use new COMP driver
|
2017-03-25 16:59:20 +01:00 |
raiden00pl
|
a806aedb13
|
STM32F33: Support for COMP character driver
|
2017-03-25 16:57:43 +01:00 |
raiden00pl
|
be8207d493
|
drivers/analog: Add basic COMP driver
|
2017-03-25 16:50:11 +01:00 |
Gregory Nutt
|
700d4e6580
|
Clicker2 STM32: NSH configuration does not need FAT support.
|
2017-03-25 07:23:19 -06:00 |