- Apr 09, 2018
-
-
Tim Kilbourn authored
Set up a garnet-wide cipd.ensure and script in tools/. Use it for for wlan and bluetooth firmware. Delete the download-firmware.sh scripts. Set up a jiri hook to run cipd. The vulkan sdk and fonts scripts are a little more involved, and can be ported to cipd at a later time. Change-Id: I1a853c9ff07ecbae33f18db6353cb107962d73ed
-
zircon-roller authored
105cf123 [zircon] Make jobs enter dead state Change-Id: Iae5adb7e5aca8b6028d8a563ac7f380eecbe9bc2
-
Craig Stout authored
The magma display api is deprecated. Change-Id: Ic1398c0a0730fb4336a21c446fe34bd94af7b382
-
Jiwoong Lee authored
Different IEEE publications provides different definitions for the same terminology. In this case, "Group Address". This CL provides in class MacAddr a distinction of - IEEE 802.1D / ISO 9542 Group Address - IEEE 802.11-2016 Group Address. Change-Id: I8fb22485253fb911d497b9011d640dff4eec8f07
-
zircon-roller authored
d2f43eba [kernel] Use zx_ticks_t as ticks unit, rather than uint64 Change-Id: I7fc40a9594155a2334c5904c66807b1107ca26dd
-
Tim Kilbourn authored
The initial config file just lists the interface roles to create for the wildcard phy. Differentiating between devices by path or MAC address is not yet supported. NET-264 NET-451 NET-522 Change-Id: I6ce36d83d42f16082160e419ed27c6be3c3d22a2
-
zircon-roller authored
817f8507 [fidl] Add error messages to all failures in the front end Change-Id: Ia5624106a38864d2e8235738e38cdbdc93ce7afa
-
Joshua Seaton authored
BUG: ZX-1819 Change-Id: Ibc562089d934d62e930a23406e4b06ec1266662d
-
Tim Kilbourn authored
Move it to a new module and implement the functions in a separate struct from the FIDL service. NET-451 NET-522 Change-Id: Ice6163f967d58c73321cfcd03e4542edafc86362
-
James Tucker authored
Change-Id: Id5aaca1d977b1f12e213fce208fd5766f1ed7e04
-
Jiwoong Lee authored
NET-677 Change-Id: Ia4837743ab581fd7c6c7ff4146cbb292887c9bd9
-
Garratt authored
This example program scans for BLE devices and prints information about them to the terminal. For added fun, calling bt_beacon_reader --tilt just displays data from nearby Tilt Hydrometers ReviewCoin Reward: 2 Change-Id: Iae86549b8f259e6d85273c0cae4accf662217a79
-
James Tucker authored
TO-951 #done Change-Id: I3df0a919aca5940d15e8a78bf2cc55cda589c28b
-
James Tucker authored
Change-Id: Ida9602021a4d29511e4aaa9e5df0b8be0b72c89e
-
zircon-roller authored
af71cbda [dev][usb] Add support for automatic zero length packets Change-Id: I1defd6a72f212ad036e802b8642cefb4b5d7fb23
-
Jiwoong Lee authored
House cleaning before CL trains Change-Id: I5f55e117cbbc6658f192eac8595cb2f2d0c714d9
-
zircon-roller authored
d3b50545 [third_party][fdt] Delete libfdt Change-Id: I245a191dc3a121f6c94d7f66dfad2c58aa7381d7
-
Abdulla Kamar authored
We should always verify the BOOTDATA header, now that Zircon uses BOOTDATA for all platforms. Change-Id: Idb529e80db29992795df5fdabec53d668265efad
-
Abdulla Kamar authored
Zircon no longer depends on libfdt, and since we're now the only user of it, we should move it to a third-party dependency of guest. ZX-1958 Change-Id: Ic5a83351cf593731282e2fe436fdfa27bd0d0479
-
Nicolas Paglieri authored
PD-23 #done Change-Id: If8ca80b33de9a5a30e9ad257873e9931fb4ac6ff
-
zircon-roller authored
daace4c6 [tracing] Implement support for blobs Change-Id: I205f162b75b4b9f90fa67a33d2b5abd58f7cf1d6
-
- Apr 08, 2018
-
-
Josh Gargus authored
SCN-645 #done Change-Id: I1cc5431dcc1522705003df5cc10dc9dd2db63272
-
Joshua Seaton authored
BUG: ZX-1819 Change-Id: Ie31c92878e9422ebfdb30440b1877b24fc6577f1
-
zircon-roller authored
aa5784a5 [kernel][arm64] Remove libfdt from the arm64 kernel build Change-Id: I8633d9116e9db14c689f8095a381948ae9ea6854
-
Tim Kilbourn authored
These identifiers may be used by system services to determine which policy to apply to a given wlan device. NET-264 NET-296 NET-451 Change-Id: If71510e63f38d4d9f641c2347515a11147f66eb7
-
Ankur Mittal authored
TO-617 Change-Id: I7fc824ed2779f77234eef3e323af6a0ebb7a84fc
-
zircon-roller authored
5090ed4e [arm64] Move Linux device tree parsing from kernel to the boot shim Change-Id: I25a9223ee91288af57a1a38ce7a451c729c75431
-
- Apr 07, 2018
-
-
zircon-roller authored
2bf6cd30 [scripts] Remove old download-firmware script and versions file Change-Id: I3ae8f5356f65365277d72ba3da61c6a2d4b5b3db
-
Robert Hahn authored
NET-658 Change-Id: I795a9528d95d4a300531981c55a38a33e41a5098
-
Tim Kilbourn authored
Also ran clippy and fixed a few lints in fuchsia-bluetooth. Change-Id: I0506b0aabadb29a78c7e91075b757fb97da0b379
-
James Tucker authored
If a package contains multiple files with the same content, the dynamic index would get stuck with remaining needs in the list due to not de-duplicating the needs list. The API now enforces this at the dynamic index by having callers provide a set instead of a list. Change-Id: I56ea25a91b17055dd6949eadb9457892b6476019
-
James Tucker authored
Change-Id: I513486e6a976bc3f8cebf17585a711b709e0f160
-
James Tucker authored
On Fuchsia currently each goroutine creation ends up creating a thread, so for large packages the goroutine based queue is expensive. Additionally, replaced Create with OpenFile to remove the O_TRUNC sending a Truncate(0) message to blobfs. Change-Id: I2d62ec147a5eba47c6cf0327a82cebf51ca126a7
-
Toshi Kikuchi authored
NET-694 #done Change-Id: If167891135c4c0e3ed7a189c672701188a2ebde7
-
Roland McGrath authored
Change-Id: I2fe0ef4cfe78aa227c055a4b7a9cfe7868189f78
-
P.Y. Laligand authored
Change-Id: I8366c5f51dca5ee71976c16e3d8bf4028b208313
-
zircon-roller authored
535e4810 [fidl] Clang format again, this time with column-limit 100 set Change-Id: Ibe070a8bcc1fc8cb94e86ec8b200ef22e8100ec7
-
zircon-roller authored
75aaaaae [bootserver] make it clear if client or server is the one out of date. Change-Id: I5e24a89371f4002f47f9bf80638988d1627bc506
-
Tim Kilbourn authored
Change-Id: Iaed4f123fa0169f28ec12eaad60a37e3cf735d51
-
Arman Uguray authored
Removed the timing dependency by making these tests use an infinite scan period (which sets no timers whatsoever). LegacyLowEnergyScanner now has a StopScanPeriodForTesting() method for tests that expect things to happen at the end of a scan period. NET-626 #done Change-Id: Ia62406ddc01bffd504d6d909b2f88769229d4767
-