Gregory Nutt
|
cfea8adacb
|
L should be capitalized in 6LoWPAN
|
2017-06-18 16:00:08 -06:00 |
|
Gregory Nutt
|
698dd6d7d1
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-06-18 08:23:42 -06:00 |
|
Gregory Nutt
|
3ad71ce4b7
|
rfc6775: Fix header, add references, correct naming. This is NOT ICMPv6, but part of 6LoWPAN that acts like ICMPv6.
|
2017-06-18 08:23:18 -06:00 |
|
Gregory Nutt
|
f31e20753c
|
Update TODO list; Add RFC6775 header file.
|
2017-06-18 08:09:33 -06:00 |
|
Anthony Merlino
|
d5481aabf4
|
wireless/ieee802154: Fixes ordering of strings associated with changed enum
|
2017-06-17 13:50:50 -04:00 |
|
Gregory Nutt
|
c27cee2a94
|
configs/sim/sixlowpan: Refresh configuration.
|
2017-06-17 07:34:35 -06:00 |
|
Anthony Merlino
|
ca30b6c02a
|
wireless/ieee802154: Fixes issue with wrong information being sent in a rejected association response frame
|
2017-06-15 13:01:28 -04:00 |
|
Gregory Nutt
|
77757410c8
|
Remove dangling white space at the end of lines.
|
2017-06-15 10:46:48 -06:00 |
|
Gregory Nutt
|
535ea4e0f5
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-06-15 10:34:38 -06:00 |
|
Gregory Nutt
|
4a88d6a50a
|
Merge branch 'ieee802154' of bitbucket.org:nuttx/nuttx into ieee802154
|
2017-06-15 10:32:55 -06:00 |
|
Anthony Merlino
|
e30501ebd4
|
wireless/ieee802154: Lots of fixes, cleanup, new functionality. Functional
|
2017-06-15 12:11:52 -04:00 |
|
Gregory Nutt
|
a86f46bc54
|
MCP1515: Eliminate some warnings
|
2017-06-14 09:38:58 -06:00 |
|
Gregory Nutt
|
23a6ff5846
|
pthreads: Move pthread_barrier_init, pthread_barrier_destroy, and pthread_barrier_wait from sched/pthreads to libc/pthreads. This just coordinate other OS interface calls but are not a fundamental OS interfaces and, hence, do not belong within the OS.
|
2017-06-14 07:59:54 -06:00 |
|
Gregory Nutt
|
ae168bffa0
|
pthreads: Move pthread_cond_init and pthread_cond_destory from sched/pthreads to libc/pthreads. This just coordinate other OS interface calls but are not a fundamental OS interfaces and, hence, do not belong within the OS.
|
2017-06-14 07:48:45 -06:00 |
|
Gregory Nutt
|
557fd6504f
|
pthreads: Move pthread_once from sched/pthreads to libc/pthreads. pthread_once just coordinates other OS interface calls but is not a fundamental OS interface and, hence, does not belong within the OS.
|
2017-06-14 07:31:10 -06:00 |
|
Gregory Nutt
|
8ae5450268
|
pthreads: Move pthread_yield from sched/pthreads to libc/pthreads. it is a simple wrapper for sched_yield and does not belong within the OS.
|
2017-06-14 07:31:10 -06:00 |
|
Anthony Merlino
|
908d438047
|
WIP: wireless/ieee802154: More work on association/beacon-enabled networks
|
2017-06-14 02:49:32 -04:00 |
|
Juha Niskanen
|
e577072790
|
power: battery_charger: add ioctl for charging input current
|
2017-06-06 06:56:50 -06:00 |
|
Jussi Kivilinna
|
05e5841000
|
include/nuttx/spi/spi/h: Use of argument to SPI_SEND should be within parentheses.
|
2017-05-31 09:20:14 -06:00 |
|
Juha Niskanen
|
80cc19d6b0
|
drivers/input: add Cypress MBR3108 CapSense touch button driver
|
2017-05-31 06:31:53 -06:00 |
|
Gregory Nutt
|
ae17e6bcf0
|
Cosmetic
|
2017-05-30 12:04:48 -06:00 |
|
Alan Carvalho de Assis
|
ef53800fa9
|
remove pcd8544_power() comment, this function doesn't exist for this driver
|
2017-05-26 11:38:17 -03:00 |
|
Alan Carvalho de Assis
|
8df5c29857
|
Add driver for Nokia 5110 (Philips PCD8544)
|
2017-05-26 10:53:13 -03:00 |
|
Gregory Nutt
|
38ae28e978
|
MCP2515: Changes from review of last PR
|
2017-05-23 12:22:49 -06:00 |
|
Alan Carvalho de Assis
|
001919ffe9
|
Add CANBUS SPIDEV definition
|
2017-05-23 14:33:52 -03:00 |
|
Alan Carvalho de Assis
|
eb7373cedf
|
Add Microchip MCP2515 CAN Bus controller driver
|
2017-05-23 14:28:52 -03:00 |
|
Taras Drozdovsky
|
4ab2a3661e
|
STM32F4: add cs43l22 audio driver and i2s driver
|
2017-05-21 14:14:09 -06:00 |
|
Gregory Nutt
|
679a08e371
|
Merge remote-tracking branch 'spiriou/wapi_scan'
|
2017-05-21 09:25:02 -06:00 |
|
Simon Piriou
|
6b15c26e56
|
bcmf: add SIOCGIWSCAN ioctl support
|
2017-05-20 22:13:15 +02:00 |
|
Anthony Merlino
|
06634afbe0
|
wireless/ieee802154: Restructuring of MAC notifications. Simplifes some interfaces
|
2017-05-15 21:44:57 -04:00 |
|
Anthony Merlino
|
8ec0b71a59
|
wireless/ieee802154: Updates configuration settings
|
2017-05-14 17:59:19 -04:00 |
|
Gregory Nutt
|
7fd08a60a3
|
Move prototype from nuttx/include/nuttx/arch.h to apps/include/platform/cxxinitialize.h
|
2017-05-13 16:53:55 -06:00 |
|
Gregory Nutt
|
14ae6df182
|
locale.h: Add a bogus definition of locale_t
|
2017-05-12 10:13:18 -06:00 |
|
Gregory Nutt
|
7698790be1
|
Changes from review of last PR
|
2017-05-12 09:04:52 -06:00 |
|
Alan Carvalho de Assis
|
853d332b6c
|
Move CAN subsystem to its own directory and put device drivers there
Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
|
2017-05-12 11:48:47 -03:00 |
|
Gregory Nutt
|
0de294a586
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
|
Gregory Nutt
|
d3b9f5b37f
|
Syslog buffering: Use IOBs to buffer data, not an on-stack buffer
|
2017-05-10 17:36:08 -06:00 |
|
Gregory Nutt
|
20727d17c3
|
SYSLOG: Add option to buffer SYSLOG output to avoid interleaving.
|
2017-05-10 14:42:43 -06:00 |
|
Juha Niskanen
|
4f18b40429
|
mtd/config: erase block between block read and write
|
2017-05-10 08:25:39 -06:00 |
|
Anthony Merlino
|
806dcd9a47
|
wireless/ieee802154: Brings closer to Nuttx coding style
|
2017-05-09 17:20:57 -04:00 |
|
Gregory Nutt
|
2043e1a114
|
IOBs: Move from driver/iob to a better location in mm/iob
|
2017-05-09 07:35:30 -06:00 |
|
Anthony Merlino
|
3fa8e32e36
|
wireless/ieee802154: MRF24J40: Finishes receive functionality, supports promicuous mode, and rxonidle attributes
|
2017-05-08 16:23:13 -04:00 |
|
Anthony Merlino
|
bbb85332fd
|
wireless/ieee802154: Finishes MAC char driver read functionality
|
2017-05-08 16:23:13 -04:00 |
|
Anthony Merlino
|
2ea6bb4dc1
|
wireless/ieee802154: Moves ind allocator from mac802154.h to ieee802154_mac.h
|
2017-05-08 16:23:13 -04:00 |
|
Gregory Nutt
|
47793aa8f8
|
Update ieee802.15.4 network driver so that it compiles cleanly.
|
2017-05-07 08:47:48 -06:00 |
|
Anthony Merlino
|
a19a44ad3d
|
wireless/ieee802154: Completes Rx data flow through MAC layer to callback
|
2017-05-06 10:20:19 -04:00 |
|
Anthony Merlino
|
1490599b69
|
wireless/ieee802154: Reworks data_ind allocation to include IOB allocation/deallocation. Hides private data.
|
2017-05-06 10:20:19 -04:00 |
|
Anthony Merlino
|
88fb514b42
|
Merged in merlin17/nuttx/ieee802154 (pull request #351)
wireless/ieee802154: Removes msdu_length from meta-data since it is intrinsically in the IOB
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-05-06 11:53:15 +00:00 |
|
Gregory Nutt
|
3fcdc28a59
|
ieee 802.15.4: Add a pool-based memory allocator for RX frame meta-data.
|
2017-05-05 12:50:34 -06:00 |
|
Gregory Nutt
|
0eb7ec046e
|
6loWPAN: Use information in struct ieee802154_data_ind_s when reassembling a packet
|
2017-05-05 11:36:16 -06:00 |
|