Gregory Nutt
|
8df9e7f8ce
|
STM32F0-Discovery: Correct part number in board.h
|
2017-04-17 11:18:13 -06:00 |
|
Alan Carvalho de Assis
|
3249da6557
|
STM32F0: Fix HSI clock definition
|
2017-04-17 11:14:24 -06:00 |
|
Alan Carvalho de Assis
|
735f4d6ea5
|
STM32F0: Enable the clock for all GPIO ports
|
2017-04-17 09:58:04 -06:00 |
|
Gregory Nutt
|
6d3ec6e4a4
|
ieee802.15.4: Changes from review of last PR
|
2017-04-17 09:53:58 -06:00 |
|
Anthony Merlino
|
9edf6c7b46
|
Merged in merlin17/nuttx/ieee802154 (pull request #320)
wireless/ieee802154: Continues development on transmit structure
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-04-17 15:35:46 +00:00 |
|
Anthony Merlino
|
46d7a4bb03
|
wireless/ieee802154: Continues development on transmit structure
|
2017-04-17 11:34:41 -04:00 |
|
Gregory Nutt
|
cd62425433
|
STM32F0: type of regval should be uint32_t in clockconfig(). Fix a warning from __start().
|
2017-04-17 09:17:31 -06:00 |
|
Gregory Nutt
|
55faedb40d
|
STM32F0: Ooops Missing semicolon
|
2017-04-17 08:57:00 -06:00 |
|
Gregory Nutt
|
0d9395588b
|
STM32F0: Fix an error in clockconfig()
|
2017-04-17 08:50:03 -06:00 |
|
Gregory Nutt
|
edb8e6302d
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-16 12:20:59 -06:00 |
|
Gregory Nutt
|
41f3f1ced7
|
6loWPAN: Correct ordering of headers. fragmentation header was coming out before FCF.
|
2017-04-16 12:18:42 -06:00 |
|
Gregory Nutt
|
57dd302227
|
Fix typos in comments and debug statement.
|
2017-04-16 10:28:31 -06:00 |
|
Gregory Nutt
|
bbeadc2274
|
6loWPAN network driver: Still only a skeleton but has some added though experimentation.
|
2017-04-16 07:50:11 -06:00 |
|
Gregory Nutt
|
8786770d7d
|
Costmetic change from review of last PR
|
2017-04-15 15:59:00 -06:00 |
|
Gregory Nutt
|
db54821287
|
Update TODO list
|
2017-04-15 12:11:00 -06:00 |
|
phreakuencies
|
eac049222c
|
STM32: Provide TIM5 definition for STM32F429
|
2017-04-15 12:10:42 -06:00 |
|
Anthony Merlino
|
b35c3d2493
|
Merged in merlin17/nuttx/ieee802154 (pull request #319)
wireless/ieee802154: Bind MAC phyif to radio
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-04-15 17:58:29 +00:00 |
|
Anthony Merlino
|
2bc758c3eb
|
wireless/ieee802154: Bind MAC phyif to radio
|
2017-04-15 13:44:15 -04:00 |
|
Anthony Merlino
|
53a363dd0f
|
Merged in merlin17/nuttx/ieee802154 (pull request #318)
Ieee802154
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-04-15 17:33:57 +00:00 |
|
Anthony Merlino
|
16edc77965
|
wireless/ieee802154: Skeleton code for request associate
|
2017-04-15 13:26:03 -04:00 |
|
Anthony Merlino
|
141d5574f8
|
wireless/ieee802154: Starts defining interface between PHY layer and next highest layer
|
2017-04-15 13:24:25 -04:00 |
|
Anthony Merlino
|
36a6bda755
|
wireless/ieee802154: Starts adding MAC request data functionality
|
2017-04-15 13:22:36 -04:00 |
|
Anthony Merlino
|
2aaec20bbb
|
wireless/ieee802154: Minor formatting and new macros
|
2017-04-15 13:21:07 -04:00 |
|
Anthony Merlino
|
d9e2139e46
|
wireless/ieee802154/mrf24j40: Renaming, added bind method
|
2017-04-15 13:20:33 -04:00 |
|
Gregory Nutt
|
4729e3c7a3
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-15 10:31:19 -06:00 |
|
Gregory Nutt
|
ebf05cb9f5
|
network IOCTL: Clean up some naming and spacing.
|
2017-04-15 10:29:37 -06:00 |
|
Gregory Nutt
|
54939d4616
|
network IOCTLs: Some corrections and updates to a previous commit
|
2017-04-15 10:23:29 -06:00 |
|
Anthony Merlino
|
dce2e774df
|
wireless/ieee802154: Fixes comments from previous commit
|
2017-04-15 12:00:43 -04:00 |
|
Anthony Merlino
|
5c32abb442
|
wireless/ieee802154: Adds ability to receive notifications from MAC char driver
|
2017-04-15 12:00:43 -04:00 |
|
Gregory Nutt
|
30db2835a1
|
Trivial fix to spacing
|
2017-04-15 09:36:11 -06:00 |
|
Gregory Nutt
|
85d97a4d74
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-15 09:34:03 -06:00 |
|
Gregory Nutt
|
78bc1aa6bc
|
Argument of network device IOCTL should be unsigned long, just as will all other IOCTL methods.
|
2017-04-15 09:33:27 -06:00 |
|
Gregory Nutt
|
2576f2b2b1
|
net/: Add IOCTL support for forwarding IEEE802.15.4 MAC and PHY IOCTLs.
|
2017-04-15 09:11:52 -06:00 |
|
Gregory Nutt
|
ef02a8b97e
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-15 08:54:06 -06:00 |
|
Gregory Nutt
|
bdd66ea6c7
|
6loWPAN: Add some checks for the case where there are multiple network devices and multiple link layer protocols.
|
2017-04-15 08:53:42 -06:00 |
|
Gregory Nutt
|
0652cbfd12
|
Update TODO list and README files.
|
2017-04-15 07:40:14 -06:00 |
|
Gregory Nutt
|
eee89102d8
|
networking: IPv4 change of last PR should also be applied to corresponding IPv6 logic.
|
2017-04-15 06:00:42 -06:00 |
|
Gregory Nutt
|
09f01f9f6a
|
Merge branch 'master' of bitbucket.org:nuttx/nuttx
|
2017-04-15 05:56:22 -06:00 |
|
Andreas Bihlmaier
|
b533f9a154
|
Merged in andreasBihlmaier/nuttx/temporary-fix-dhcp (pull request #317)
not a clean fix, but at least makes DHCP working with CONFIG_NETDEV_MULTINIC
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-04-15 11:55:07 +00:00 |
|
ahb
|
6d18300f98
|
not a clean fix, but at least makes DHCP working with CONFIG_NETDEV_MULTINIC
|
2017-04-15 11:13:24 +02:00 |
|
Gregory Nutt
|
fffdba0835
|
Revert "Add a placeholder for nucleo-64 boards. Currently these are in various directories nucleo-f303re, nucleo-f334r8, and nucleo-l476rg but need to be consolidated here because these are all the same boards."
This reverts commit 935cc4e3de .
|
2017-04-14 17:15:58 -06:00 |
|
Gregory Nutt
|
a8706d8afa
|
wireless/ieee802154: Correct a few more compile issues.
|
2017-04-14 13:58:25 -06:00 |
|
Gregory Nutt
|
935cc4e3de
|
Add a placeholder for nucleo-64 boards. Currently these are in various directories nucleo-f303re, nucleo-f334r8, and nucleo-l476rg but need to be consolidated here because these are all the same boards.
|
2017-04-14 13:30:36 -06:00 |
|
Gregory Nutt
|
92c83489ba
|
radio802154_device.c now accesses the PHY layer via the IOCTL helper functions.
|
2017-04-14 13:04:24 -06:00 |
|
Gregory Nutt
|
0c4ff5e60b
|
wireless/ieee802154: Add radio IOCTL helpers
|
2017-04-14 12:59:49 -06:00 |
|
Gregory Nutt
|
beee02843a
|
wireless/ieee802154: Fix some easy compilation problems introduced with header file changes.
|
2017-04-14 12:05:28 -06:00 |
|
Alan Carvalho de Assis
|
03cbf21cd8
|
Replace HAVE_USART with HAVE_UART
|
2017-04-14 11:44:51 -06:00 |
|
Alan Carvalho de Assis
|
4602212612
|
Fix serial compilation issues
|
2017-04-14 11:42:20 -06:00 |
|
Gregory Nutt
|
fba8c96540
|
ieee802.15.4: New global functions exported by the lower MAC layer should be private to the MAC module. Function prototypes moved from include/nuttx/wireless/ieee802154/ieee802154_mac.h to wireless/ieee802154/mac802154.h
|
2017-04-14 11:24:40 -06:00 |
|
Gregory Nutt
|
6004f33f61
|
Trivial cleanup
|
2017-04-14 10:47:46 -06:00 |
|