Commit Graph

29190 Commits

Author SHA1 Message Date
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
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
Gregory Nutt
badd36170d IEEE802.15.4: There is only one instance of the IEEE802.15.4 MAC lower level. There is no need for the interface to be indirect via a vtable. In this case, standard global functions should be used. 2017-04-14 10:38:46 -06:00
Gregory Nutt
879273f63e arch/arm/Kconfig: Add option for STM32F0 2017-04-14 09:32:15 -06:00
Gregory Nutt
a7ad683c89 Merge remote-tracking branch 'origin/master' into ieee802154 2017-04-14 08:57:39 -06:00
Gregory Nutt
2158c2d582 STM32F0 Discovery: Remove inclusion of stm32_rcc.h in board.h 2017-04-14 08:53:24 -06:00
Alan Carvalho de Assis
2a7909aade Small fixes to get stm32f0discovery compiled correctly 2017-04-14 08:50:47 -06:00
Alan Carvalho de Assis
2cc7744b0c Add stm32f0discovery board support 2017-04-14 08:34:38 -06:00
Gregory Nutt
c910334ced Make sure that Alan is listed as author in new files. 2017-04-14 08:34:37 -06:00
Alan Carvalho de Assis
c3e0ec369f Add basic support for STM32F0 2017-04-14 08:34:36 -06:00
Masayuki Ishikawa
b268dc0ce0 Merged in masayuki2009/nuttx.nuttx/bug_fix_by_sony (pull request #316)
sched: Fix tg_flags check with GROUP_FLAG_NOCLDWAIT

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-14 06:21:49 +00:00
Nobutaka Toyoshima
150036eb8b sched: Fix tg_flags check with GROUP_FLAG_NOCLDWAIT
Jira: PDFW15IS-208
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2017-04-14 14:50:44 +09:00
Masayuki Ishikawa
4489d3bdca Merged nuttx/nuttx into master 2017-04-14 13:59:10 +09:00
Gregory Nutt
c1ddae5c5e ieee802.15.4: de-couple MAC driver interface. Now works more like other drivers. 2017-04-13 12:17:36 -06:00
Gregory Nutt
6b8a8bda35 ieee802.15.4 radio: Remove interface methods that duplicate IOCTL commands. 2017-04-13 11:14:02 -06:00
Gregory Nutt
fae1df31dc ieee802.15.4 netdev: Add IOCTL support. 2017-04-13 10:18:57 -06:00
Gregory Nutt
63b24bc686 Merge remote-tracking branch 'origin/master' into ieee802154 2017-04-13 09:57:26 -06:00
Gregory Nutt
55c95442e1 drivers/net/skeleton.c: Add support for IOCTL handling. 2017-04-13 09:53:38 -06:00
Gregory Nutt
8288f53d4e ieee802154 radio: Implement IOCTL decode and dispatch in all radio drivers. 2017-04-13 09:13:16 -06:00
Gregory Nutt
32962fa6e3 Add missing field name 2017-04-13 08:17:34 -06:00
Gregory Nutt
241da3ec49 ieee802.15.4 MAC: Add data structure definitions for MAC IOCTLs. 2017-04-13 08:14:58 -06:00
Gregory Nutt
015ae22f28 ieee802.15.4 radio: Add data structure definitions for Radio IOCTLs. 2017-04-13 07:35:48 -06:00
Gregory Nutt
56c5970b5b Merge remote-tracking branch 'origin/master' into ieee802154 2017-04-13 06:57:45 -06:00
Gregory Nutt
39b62c6b46 Changes from review of last PR 2017-04-13 06:50:33 -06:00
Brian Webb
6b7e4d7877 Merged in webbbn/nuttx/add_usb_conf_to_stm32f411disco (pull request #314)
Adds USB host support to stm32f411-disco board.

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-13 12:21:29 +00:00