Anthony Merlino
93f6cfcfb8
Merged in merlin17/nuttx/ieee802154 (pull request #404 )
...
wireless/ieee802154: Minor improvements and simplified logic
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-06-17 19:19:39 +00:00
Anthony Merlino
30568ee04f
wireless/ieee802154: Merges shard logic for sending data request commands
2017-06-17 14:56:42 -04:00
Anthony Merlino
74bc930551
wireless/ieee802154: Renames mac802154_poll to mac802154_radiopoll to be more obvious
2017-06-17 14:50:25 -04:00
Anthony Merlino
d5481aabf4
wireless/ieee802154: Fixes ordering of strings associated with changed enum
2017-06-17 13:50:50 -04:00
Gregory Nutt
b4000aeb61
Merge branch 'ieee802154'
2017-06-17 11:33:42 -06:00
Gregory Nutt
06b7cc1195
Merge remote-tracking branch 'origin/master' into ieee802154
2017-06-17 11:33:14 -06:00
Gregory Nutt
8d4439e683
Update some 6loWPAN configurations based on changes to NSH Kconfig
2017-06-17 11:29:25 -06:00
Gregory Nutt
19b0aa3145
ieee802154 MAC: Fix a warning when compiled for a target with 64-bit addressing
2017-06-17 09:04:09 -06:00
Gregory Nutt
a728fc0444
ieee802.15.4 loopback: Better simulation addressing: sort, extended, panid, and IP address conversion
2017-06-17 08:54:50 -06:00
Gregory Nutt
c27cee2a94
configs/sim/sixlowpan: Refresh configuration.
2017-06-17 07:34:35 -06:00
David Sidrane
308aad0c2f
Merged in david_s5/nuttx/upstream_f4_flash (pull request #403 )
...
stm32:flash add CONFIG_STM32_STM32F469 to list defining OPTCR1
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-06-17 00:18:25 +00:00
David Sidrane
c79d4d1988
stm32:flash add CONFIG_STM32_STM32F469 to list defining OPTCR1
2017-06-16 14:16:32 -10:00
Gregory Nutt
a0722750d8
clicker2-stm32: mrf24j40-6lowpan configuration needs to enabled the ieee 802.15.4 MAC network device as well.
2017-06-16 18:02:46 -06:00
Oleg Evseev
70adff3ffc
Merged in lukegluke/nuttx/lukegluke/kconfig-correction-edited-online-with-bi-1497624177393 (pull request #401 )
...
Kconfig correction
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-06-16 23:34:22 +00:00
Gregory Nutt
99bf0b522b
Merge branch 'ieee802154'
2017-06-16 16:48:08 -06:00
Gregory Nutt
8b9941c99d
Merge remote-tracking branch 'origin/master' into ieee802154
2017-06-16 16:47:46 -06:00
Gregory Nutt
4588226d71
Clicker2-STM32: Enable networking and 6loWPAN in the mrf24j40-6lowpan configuration. Fix a couple of new 6loWPAN compile issues revealed by this new configuration.
2017-06-16 16:47:27 -06:00
Gregory Nutt
1f42ab7b7d
Clicker2-stm32: Allow both IEEE 802.15.4 MAC character and network devices to be registered.
2017-06-16 15:40:00 -06:00
Gregory Nutt
0b652d0451
Update some Kconfig help comments
2017-06-16 13:24:07 -06:00
Gregory Nutt
afe2ce98c2
Merge branch 'ieee802154'
2017-06-16 10:19:26 -06:00
Gregory Nutt
ab2028d73e
Fix a long line in a README file
2017-06-16 09:55:21 -06:00
Gregory Nutt
c8f6475749
Merge remote-tracking branch 'origin/master' into ieee802154
2017-06-16 09:34:57 -06:00
Gregory Nutt
5245cbc6f5
STM32 SPI/I2S: Back out a bad pin mapping change from 4ab2a3661e
. Try to staighten out some I2C3 and SPI3 pin configuration stuff.
2017-06-16 09:34:22 -06:00
Sebastien Lorquet
4d9be9bc20
STM32 F4 FLASH: Enable/disable the flash write protection on any sector. I have verified it to work on the stm32f427.
2017-06-16 08:46:57 -06:00
Oleg Evseev
31bde601b6
Kconfig correction
...
edited online with Bitbucket
2017-06-16 14:43:11 +00:00
Gregory Nutt
389144412c
Merge branch 'ieee802154' of bitbucket.org:nuttx/nuttx into ieee802154
2017-06-16 07:53:07 -06:00
Gregory Nutt
777964a0cf
Clicker2-STM32: Enable RAMLOG in mrf24j40-6lowpan configuration. Update README.
2017-06-16 07:49:23 -06:00
raiden00pl
bd7bee5db0
stm32_hrtim: structures for deadtime and chopper, cosmetics
2017-06-16 11:36:23 +02:00
Gregory Nutt
af25740ca5
Update README:
2017-06-15 16:37:18 -06:00
David Sidrane
64e3dc5e8b
Merged in david_s5/nuttx/upstream_samv7_twi (pull request #399 )
...
samv7:twihs driver add reference counting
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-06-15 21:45:07 +00:00
David Sidrane
d9d32ac808
samv7:twihs driver add reference counting
2017-06-15 11:16:28 -10:00
Gregory Nutt
0878286f71
Merge remote-tracking branch 'origin/master' into ieee802154
2017-06-15 14:29:55 -06:00
Gregory Nutt
cd54a0340f
Fix a typo. And typo in Kconfig file is reflect in all defconfig files.
2017-06-15 14:29:09 -06:00
Gregory Nutt
b8e968f191
clicker2-stm32: Add a configuratino that will, eventually, be used for 6loWPAN testing.
2017-06-15 14:26:10 -06:00
Gregory Nutt
150907a9b4
Rename configs/mrf24j40-radio to mrf24j40-mac
2017-06-15 12:30:58 -06:00
Anthony Merlino
22f42d00ce
Merged in merlin17/nuttx/ieee802154 (pull request #398 )
...
wireless/ieee802154: Fixes issue with wrong information being sent in a rejected association response frame
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-06-15 17:22:12 +00: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
63dc6dbdcc
Merged in merlin17/nuttx/ieee802154 (pull request #397 )
...
wireless/ieee802154: Lots of fixes, cleanup, new functionality. Functional
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-06-15 16:29:20 +00:00
Gregory Nutt
1bb5a74035
configs/.gitignore: Make sure that any .gdbinit, .project, or .cproject files are ignore so that they are less likely to be included in a patch or PR.
2017-06-15 10:12:02 -06:00
Anthony Merlino
e30501ebd4
wireless/ieee802154: Lots of fixes, cleanup, new functionality. Functional
2017-06-15 12:11:52 -04:00
Gregory Nutt
d5acc050cc
Upate the top-level README.txt file
2017-06-15 10:03:56 -06:00
Gregory Nutt
8a4bac43a1
tool/configure will now copy Eclipse project files if they are present in the board directory file
2017-06-15 09:59:32 -06:00
raiden00pl
268c6d0b7d
stm32_hrtim: outputs enable, period and compare functions, cosmetics
2017-06-15 16:45:21 +02:00
Gregory Nutt
fe5b3a58e4
Update tools/configure.c to same functionality as configure.sh. Add an array of optional file names. Currently, .gdbinit is the only optional file but other things like IDE-specific project files might need to be copied as well.
2017-06-15 08:24:28 -06:00
Gregory Nutt
d958cec7a4
Cosmetic changes from review of last PR
2017-06-15 06:58:55 -06:00
Hidetaka
2a723bdeb7
Merged in TJ-Hidetaka-Takano/nuttx-pr/feature/improve-configure (pull request #396 )
...
Improve configure.sh behavior (proposal).
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-06-15 12:57:45 +00:00
Hidetaka Takano
d155939258
Improve configure.sh behavior (proposal).
...
- enable to call from top directory.
- enable to designate direct path for config.
- install .gdbinit if the target has.
2017-06-15 21:12:56 +09:00