Gregory Nutt
|
7d8140708e
|
Merge remote-tracking branch 'origin/master' into photon
|
2017-04-26 10:42:19 -06:00 |
|
Jussi Kivilinna
|
e835803166
|
yslog: use monotonic clock for timestamp when available
|
2017-04-26 10:38:15 -06:00 |
|
Gregory Nutt
|
2f9028b547
|
Remove all remaining references to setenv.h and setenv.bat.
|
2017-04-26 10:28:37 -06:00 |
|
Gregory Nutt
|
9aac1dd44d
|
configs: Remove all setenv.bat files. Remove all references to setenv.sh and setenv.bat from all config README files.
|
2017-04-26 10:12:13 -06:00 |
|
Simon Piriou
|
6bb2db8c15
|
bcmf: enable DMA for SDIO transfers
|
2017-04-26 17:23:53 +02:00 |
|
Gregory Nutt
|
1620ff05f4
|
Remove all setenv.sh files.
|
2017-04-26 07:49:37 -06:00 |
|
Gregory Nutt
|
232fbf7f00
|
CONFIG_DEBUG_HARDFAULT should be available for Cortex-M0 too. configs/nucle-f072rb/nsh: Correct amount of available SRAM in defconfig.
|
2017-04-26 07:45:40 -06:00 |
|
Gregory Nutt
|
1c97025484
|
netdev_register: If there is only one ieee80211 and both CONFIG_ETHERNET and CONFIG_DRIVERS_IEEE8011, then use the wlan0 naming, not the eth0 naming.
|
2017-04-25 15:51:30 -06:00 |
|
Gregory Nutt
|
ace460ad0e
|
configs/photon/src/stm32_wlan.c: Remove unused, inappropriate network driver registration.
|
2017-04-25 13:02:50 -06:00 |
|
Gregory Nutt
|
afea57d43a
|
Photon: Rename ld.script to photon_jtag.ld for symmetry.
|
2017-04-25 12:03:27 -06:00 |
|
Juha Niskanen
|
06e4c4aedd
|
STM32L4: add support for the STM32L496XX family
|
2017-04-25 08:47:50 -06:00 |
|
Gregory Nutt
|
16038d1685
|
photon/wlan: Minor config changes to get a clean build.
|
2017-04-25 08:23:53 -06:00 |
|
Gregory Nutt
|
559660a530
|
Move bogus top-level config-wlan to configs/photon/wlan/defconfig.
|
2017-04-25 07:44:25 -06:00 |
|
Masayuki Ishikawa
|
7ded9dffe2
|
Merged in masayuki2009/nuttx.nuttx/bug_fix_by_sony (pull request #334)
procfs: Fix incorrect uptime with CONFIG_SYSTEM_TIME64
|
2017-04-25 02:18:21 +00:00 |
|
Masatoshi Tateishi
|
ae8d5821e0
|
procfs: Fix incorrect uptime with CONFIG_SYSTEM_TIME64
Jira: PDFW15IS-45
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
|
2017-04-25 10:58:38 +09:00 |
|
Masayuki Ishikawa
|
795b4e963d
|
Merged nuttx/nuttx into master
|
2017-04-25 10:57:15 +09:00 |
|
Gregory Nutt
|
51f6ce7af3
|
Merge remote-tracking branch 'origin/master' into photon
|
2017-04-24 15:12:02 -06:00 |
|
Gregory Nutt
|
62fc578661
|
wireless/ieee80211: Add BSD license information to all files (except the Broadcom files -- need to revisit those).
|
2017-04-24 15:11:22 -06:00 |
|
Simon Piriou
|
a23ac02959
|
bcmf: register network driver + update defconfig file
|
2017-04-24 20:04:47 +02:00 |
|
Simon Piriou
|
d72f36948e
|
bcmf: fix Kconfig file
|
2017-04-24 20:02:20 +02:00 |
|
Simon Piriou
|
3bf5044306
|
stm32: cleanup stm32_sdio.c
|
2017-04-24 20:01:41 +02:00 |
|
Gregory Nutt
|
a57c79e8b3
|
wireless/ieee80211: Add broadcom network device registration logic.
|
2017-04-24 10:43:57 -06:00 |
|
Gregory Nutt
|
e507a3f295
|
wiress/ieee80211: Broadcom network driver needs to register as an ieee802.11 driver, not an Ethernet driver.
|
2017-04-24 10:28:06 -06:00 |
|
Gregory Nutt
|
50fb7b0ba0
|
wireless/ieee80211: Add skeleton for a broadcom network driver.
|
2017-04-24 10:23:31 -06:00 |
|
Gregory Nutt
|
3c1d85af32
|
Update a README
|
2017-04-24 09:43:30 -06:00 |
|
Masayuki Ishikawa
|
745d862f53
|
Merged in masayuki2009/nuttx.nuttx/bug_fix_by_sony (pull request #333)
sched: Fix CHILD_FLAG_EXITED in include/nuttx/sched.h
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-04-24 11:30:59 +00:00 |
|
Nobutaka Toyoshima
|
c6376006f6
|
sched: Fix CHILD_FLAG_EXITED in include/nuttx/sched.h
Jira: PDFW15IS-196
Jira: PDFW15IS-1109
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
|
2017-04-24 15:08:39 +09:00 |
|
Masayuki Ishikawa
|
46fa234292
|
Merged nuttx/nuttx into master
|
2017-04-24 15:06:47 +09:00 |
|
Masayuki Ishikawa
|
6de298f77b
|
Merged in masayuki2009/nuttx.nuttx/bug_fix_by_sony (pull request #332)
USBMSC: Fix a wrong lun number issue
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-04-24 01:53:09 +00:00 |
|
Masatoshi Tateishi
|
80e22691fa
|
USBMSC: Fix a wrong lun number issue
Jira: PDFW15IS-98
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
|
2017-04-24 09:48:49 +09:00 |
|
Masayuki Ishikawa
|
33923d962d
|
Merged nuttx/nuttx into master
|
2017-04-24 09:39:20 +09:00 |
|
Gregory Nutt
|
0ac6fbb3c7
|
drivers/ieee80211/: Change all occurrences of _info, _warn, and _err to wlinfo, wlwarn, and wlerr.
|
2017-04-23 16:24:47 -06:00 |
|
Simon Piriou
|
c0862c862f
|
photon: cleanup and refactor bcmf driver
|
2017-04-23 23:39:17 +02:00 |
|
Gregory Nutt
|
6601912f12
|
Add URL for dfu-util
|
2017-04-23 10:56:33 -06:00 |
|
Gregory Nutt
|
62966d915c
|
Merge remote-tracking branch 'origin/master' into photon
|
2017-04-23 10:16:54 -06:00 |
|
Simon Piriou
|
e1a4e88a55
|
photon: add DOWNLOAD function to upload firmware through DFU
|
2017-04-23 10:16:17 -06:00 |
|
Simon Piriou
|
a76266106a
|
photon: fix compilation errors and update wlan defconfig
|
2017-04-23 10:00:19 -06:00 |
|
Gregory Nutt
|
ca7d88f6bb
|
SAM3/4: Fix a few more naming differences noted by Alan Carvalho de Assiss.
|
2017-04-23 08:14:49 -06:00 |
|
kc_dtm
|
db9143b2bd
|
SAM3/4: Remove inappropriate semicolon.
|
2017-04-23 07:21:44 -06:00 |
|
Gregory Nutt
|
eb1d4ca774
|
SAM3/4: Fixed configurations for TWI master. Obviously an incomplete port from SAMA5.
|
2017-04-23 07:17:55 -06:00 |
|
Gregory Nutt
|
a55e937643
|
Correct mispelling
|
2017-04-22 17:03:34 -06:00 |
|
Gregory Nutt
|
7da031aea1
|
6loWPAN: Add IEEE802.15.4 Rime address to union of link layer addresses in the network driver.
|
2017-04-22 11:52:45 -06:00 |
|
Gregory Nutt
|
79256573e1
|
net: network drver now retains Ethernet MAC address in a union so that other link layer addresses may be used in a MULTILINK environment.
|
2017-04-22 11:10:30 -06:00 |
|
Gregory Nutt
|
1d4aee87a0
|
6loWPAN: Separate MAC-related definitions from sixlowpan.h. Put in ieee802154.h
|
2017-04-22 10:33:06 -06:00 |
|
Gregory Nutt
|
d8e4cbcfd5
|
Merge remote-tracking branch 'spiriou/wlan_dev' into photon
|
2017-04-22 08:26:40 -06:00 |
|
Simon Piriou
|
22e5cec376
|
photon: add basic wlan scan function
|
2017-04-22 15:57:51 +02:00 |
|
Gregory Nutt
|
0184bf6787
|
Correct type in a cast
|
2017-04-21 18:42:13 -06:00 |
|
Gregory Nutt
|
7c6f2c3c9a
|
Back out most of ebf05cb9f5
|
2017-04-21 18:31:05 -06:00 |
|
Gregory Nutt
|
d5207efb5a
|
Be consistent... Use Name: consistent in function headers vs Function:
|
2017-04-21 16:33:14 -06:00 |
|
Gregory Nutt
|
2c4800f511
|
Remove the 6loWPAN PANID IOCTLs they are redundant.
|
2017-04-21 14:17:46 -06:00 |
|