David Sidrane
36c7ba83e1
Merged in david_s5/nuttx-15/david_s5/fixed-typo-and-backward-ifdef-1493853031502 (pull request #345 )
...
Fixed typo and backward ifdef
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-05-03 23:22:33 +00:00
David Sidrane
9b5ac56409
Fixed typo and backward ifdef
2017-05-03 23:10:48 +00: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
2b3f0ae992
Merged in merlin17/nuttx/ieee802154 (pull request #343 )
...
wireless/ieee802154: Starts work on setting PIB attributes
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-05-03 16:22:43 +00: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
Anthony Merlino
893c42561f
wireless/ieee802154: Sets up default PIB attributes
2017-05-03 10:45:37 -04:00
Gregory Nutt
1ac1b6e68f
MAC: meta data must be const to assure that it is not modified.
2017-05-03 08:04:20 -06: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
6157653aca
Update some comments
2017-05-02 14:34:11 -06:00
Juha Niskanen
ad3b941c44
STM32L4: stm32l4x6xx_pinmap: update I2C4 and DCMI pins
...
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
2017-05-02 10:16:34 -06:00
Juha Niskanen
74e016d013
STM32F7: flash: macro naming errors, there is no FLASH_CONFIG_F for F7
...
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
2017-05-02 10:14:46 -06:00
Gregory Nutt
fbe02dfe6b
net/pkt: Eliminate a warning.
2017-05-02 10:07:31 -06:00
Gregory Nutt
fa060b7901
photon/wlan: Update defconfig
2017-05-02 09:40:12 -06:00
Sebastien Lorquet
8a3bf0f9f3
Merge branch 'master' into l432kc
2017-05-02 17:19:44 +02:00
Sebastien Lorquet
db4fd71f4f
first attempt at a nucleo-l432kc board
2017-05-02 17:18:15 +02:00
Gregory Nutt
e94865a317
Merge remote-tracking branch 'origin/master' into photon
2017-05-02 08:49:19 -06:00
Simon Piriou
bd5d6ce986
bcmf: implement basic wext interface for authentication
2017-05-02 08:48:13 -06:00
Simon Piriou
91b3efa706
Extend wireless.h with definitions needed by wext.
2017-05-02 08:41:13 -06:00
Anthony Merlino
3dae830503
Merged in merlin17/nuttx/ieee802154 (pull request #341 )
...
wireless/ieee802154: Changes transmit data path to use IOBs and exposes function for getting size of MAC header
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-05-02 14:09:39 +00:00
Gregory Nutt
40b5c46024
STM32L4: Delete more references to DFPU, ITCM, and DTCM.
2017-05-02 08:03:21 -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
Juha Niskanen
a59b7bc932
STM32L4: add GPIO_PORTI definition
...
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
2017-05-02 07:41:14 -06:00
Juha Niskanen
0eb14e9baa
STM32L4: don't think these chips have DPFPU, DTCM or ITCM
2017-05-02 07:36:11 -06:00
Juha Niskanen
f01ceffc0d
configs: add nucleo-f091rc board files
2017-05-02 07:36:10 -06:00
Juha Niskanen
1829282442
configs: add nucleo-l496zg board files
2017-05-02 07:36:09 -06:00
Masayuki Ishikawa
5f86fedc2b
Merged in masayuki2009/nuttx.nuttx/bug_fix_by_sony (pull request #337 )
...
binfmt: Fix offset value when calling elf_read() in elf_sectname()
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-05-02 13:24:34 +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
EunBong Song
03bd3688bc
pthread: Fix compilation error on pthread_cond_wait when CONFIG_CANCELLATION_POINTS and CONFIG_PTHREAD_MUTEX_UNSAFE are enabled.
2017-05-02 07:14:04 -06: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
c59a5efcae
STM32F0: I2C frequency quantization. Add logic to get closer if an oddball frequency is used.
2017-05-01 17:52:51 -06:00
Alan Carvalho de Assis
ccfdef6ddf
STM32F0: Fix I2C frequency table
2017-05-01 17:41:57 -06:00
Gregory Nutt
0e3438b854
clicker2-stm32: Add protected build knsh configuration.
2017-05-01 15:19:23 -06:00
Anthony Merlino
c4007a111c
wireless/ieee802154: Fixes semaphore logic and list logic
2017-05-01 09:27:44 -04:00
Anthony Merlino
b1ff257215
wireless/ieee802154: Minor fixes to account for moved IOCTL definitions
2017-05-01 09:27:44 -04:00
Gregory Nutt
25e0f31637
Merge remote-tracking branch 'origin/master' into photon
2017-04-30 17:44:50 -06:00
Gregory Nutt
1a98a17204
Cosmetic
2017-04-30 17:44:29 -06:00
Gregory Nutt
e43b86dbd0
Merge remote-tracking branch 'origin/master' into photon
2017-04-30 17:42:37 -06:00
Gregory Nutt
38948fb654
ieee802.11: Bring some BSD licensed header files in from FreeBSD.
2017-04-30 17:40:10 -06:00
Gregory Nutt
a8ce97715b
Tiva I2C: Update to use the standard parameter passing to interrupt handlers.
2017-04-30 14:44:39 -06:00
Gregory Nutt
0597eb5587
Fix a typo introduced in last commit.
2017-04-30 12:41:19 -06:00