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
|
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 |
Anthony Merlino
|
b87fac776f
|
wireless/ieee802154: Removes msdu_length from meta-data since it is intrinsically in the IOB
|
2017-05-05 12:44:34 -04:00 |
Anthony Merlino
|
b98ba3b6fe
|
wireless/ieee802154: Fixes ieee802154_data_ind_s
|
2017-05-05 12:07:38 -04:00 |
Gregory Nutt
|
95bacb6a34
|
6loWPAN: Some fixed to get a clean compile after last big changes to the radio IOCTLs.
|
2017-05-05 10:00:18 -06:00 |
Anthony Merlino
|
dd40014279
|
wireless/ieee802154: Removes radio IOCTL. Starts bringing radio and MAC closer with well-defined interface.
|
2017-05-05 11:15:38 -04:00 |
Anthony Merlino
|
abc15c8429
|
wireless/ieee802154: Finishes promiscuous mode IOCTL
|
2017-05-05 11:15:38 -04:00 |
Anthony Merlino
|
2c57c3f83b
|
wireless/ieee802154: Changes rxenable at radio layer
|
2017-05-05 11:15:38 -04:00 |
Gregory Nutt
|
14fc1b2d39
|
6loWPAN: Local MAC address is fixed by the configuration. The remote address be with short or extended.
|
2017-05-04 19:17:38 -06:00 |
Anthony Merlino
|
8435e93fe8
|
Merged in merlin17/nuttx/ieee802154 (pull request #344)
wireless/ieee802154: Simplifies some primitive prototypes
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-05-04 19:29:48 +00:00 |
Gregory Nutt
|
d385f46130
|
6loWPAN: The last vestiges of MAC header generate stripped out.
|
2017-05-04 13:19:11 -06:00 |
Gregory Nutt
|
1cf891bbe1
|
Another baby step in removing MAC knowledge from 6loWPAN.
|
2017-05-04 11:33:22 -06:00 |
Gregory Nutt
|
6f6e61769a
|
6loWPAN: Remove final references to Rime from code.
|
2017-05-04 09:05:41 -06:00 |
Gregory Nutt
|
969c1ab614
|
6loWPAN: Replace some Rime address naming with more consistent short/exended address terminology
|
2017-05-04 08:20:59 -06:00 |
Gregory Nutt
|
6a45afdd75
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-05-04 07:11:19 -06:00 |
Simon Piriou
|
b5e1ea4bef
|
bcmf: fix frame not freed when dropped + cleanup
|
2017-05-03 23:19:28 +02:00 |
Anthony Merlino
|
ba32b65813
|
wireless/ieee802154: Simplifies some primitive prototypes
|
2017-05-03 13:26:15 -04:00 |
Gregory Nutt
|
2b8d60970b
|
Merge branch 'ieee802154' of bitbucket.org:nuttx/nuttx into ieee802154
|
2017-05-03 11:14:59 -06:00 |
Gregory Nutt
|
cf988309aa
|
6loWPAN: Fixes hang in loopback test.
|
2017-05-03 11:13:07 -06:00 |
Anthony Merlino
|
2c2cddd44b
|
wireless/ieee802154: Starts work on setting PIB attributes
|
2017-05-03 11:42:52 -04:00 |
Anthony Merlino
|
352d8260f2
|
Merged in merlin17/nuttx/ieee802154 (pull request #342)
Ieee802154
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-05-03 15:41:50 +00:00 |
Gregory Nutt
|
858685e977
|
6loWPAN: Changes to use new MAC interfaces. Incomplete and needs some clean-up of dangling, unused definitions.
|
2017-05-03 09:40:42 -06:00 |
Anthony Merlino
|
653a0217f2
|
wireless/ieee802154: Finishes some IOCTL logic for MAC layer
|
2017-05-03 10:52:25 -04:00 |
Gregory Nutt
|
0afae22638
|
MAC: meta data must be const to assure that it is not modified.
|
2017-05-03 08:01:30 -06:00 |
Gregory Nutt
|
4ec14bb2e4
|
6loWPAN: Add basic call path to interface with the MAC layer through the MAC network driver. Logic has not yet been implemented. This is just a structural change in preparation for additional changes.
|
2017-05-02 16:03:26 -06:00 |
Gregory Nutt
|
2ece0c57dd
|
Remove dangling whitespace at the end of lines
|
2017-05-02 14:42:40 -06:00 |
Gregory Nutt
|
e94865a317
|
Merge remote-tracking branch 'origin/master' into photon
|
2017-05-02 08:49:19 -06:00 |
Simon Piriou
|
91b3efa706
|
Extend wireless.h with definitions needed by wext.
|
2017-05-02 08:41:13 -06:00 |
Anthony Merlino
|
f02d98d15e
|
wireless/ieee802154: Changes transmit data path to use IOBs and exposes function for getting size of MAC header
|
2017-05-02 09:58:54 -04:00 |
Mateusz Szafoni
|
1feaae7222
|
Merged in raiden00/nuttx (pull request #338)
OPAMP support for STM32F33XX
|
2017-05-02 13:57:56 +00:00 |
Anthony Merlino
|
ea44684f0c
|
Merged in merlin17/nuttx/ieee802154 (pull request #339)
Ieee802154
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-05-02 13:22:38 +00:00 |
Gregory Nutt
|
f7a28c09b0
|
Merge remote-tracking branch 'origin/master' into photon
|
2017-05-01 18:06:23 -06:00 |
Gregory Nutt
|
e87991bbdc
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-05-01 18:05:38 -06:00 |
Gregory Nutt
|
0e3438b854
|
clicker2-stm32: Add protected build knsh configuration.
|
2017-05-01 15:19:23 -06:00 |