[GitHub] incubator-mynewt-site pull request: Use relative paths

2016-02-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-mynewt-site/pull/2 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fe

incubator-mynewt-site git commit: Use relative paths

2016-02-12 Thread aditi
Repository: incubator-mynewt-site Updated Branches: refs/heads/master 1ecfc9eda -> 097f9fc62 Use relative paths This will allow browsing a local dev instance without being taken to http://mynewt.incubator.apache.org. This closes #2 Project: http://git-wip-us.apache.org/repos/asf/incubator-m

[GitHub] incubator-mynewt-site pull request: Build script

2016-02-12 Thread spoonofpower
GitHub user spoonofpower opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/3 Build script You can merge this pull request into a Git repository by running: $ git pull https://github.com/spoonofpower/incubator-mynewt-site build_script Alternatively y

[2/2] incubator-mynewt-larva git commit: BLE host - only check mutex state if OS started.

2016-02-12 Thread ccollins
BLE host - only check mutex state if OS started. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/fa169d3d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/fa169d3d Di

[1/2] incubator-mynewt-larva git commit: BLE host: Check HCI handle on ack.

2016-02-12 Thread ccollins
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 993f4693f -> 75d5f52e9 BLE host: Check HCI handle on ack. This check exposed a blatant bug in our handling of a remote connection parameter request event. The code was immediately transmitting HCI packets in the wrong cont

[GitHub] incubator-mynewt-site pull request: Use relative paths

2016-02-12 Thread spoonofpower
GitHub user spoonofpower opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/2 Use relative paths This will allow browsing a local dev instance without being taken to http://mynewt.incubator.apache.org. You can merge this pull request into a Git repositor

incubator-mynewt-larva git commit: Don't execute bin2img if image was created already with 'newt target label'.

2016-02-12 Thread marko
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 738750cb7 -> 993f4693f Don't execute bin2img if image was created already with 'newt target label'. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/as

incubator-mynewt-larva git commit: BLE host: Unit tests for HCI cancel.

2016-02-12 Thread ccollins
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 6f814264c -> 738750cb7 BLE host: Unit tests for HCI cancel. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/738750cb

incubator-mynewt-larva git commit: If there is no connection handle and a read RSSI command is sent, return the handle and 127 for rssi (which is the number used by the specification to denote the fac

2016-02-12 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 04c5cff1a -> 6f814264c If there is no connection handle and a read RSSI command is sent, return the handle and 127 for rssi (which is the number used by the specification to denote the fact that we dont know the RSSI for t

[1/2] incubator-mynewt-newt git commit: Identities passed as argument to download/debug scripts were getting sent as a big bundle. Add whitespace between each.

2016-02-12 Thread marko
Repository: incubator-mynewt-newt Updated Branches: refs/heads/master a52a823eb -> ba86d5cdf Identities passed as argument to download/debug scripts were getting sent as a big bundle. Add whitespace between each. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commi

[2/2] incubator-mynewt-newt git commit: Go formatting.

2016-02-12 Thread marko
Go formatting. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/ba86d5cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/ba86d5cd Diff: http://git-wip-us.apache.org/repos

[4/4] incubator-mynewt-larva git commit: BLE host - unset ack callback if HCI tx fails.

2016-02-12 Thread ccollins
BLE host - unset ack callback if HCI tx fails. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/04c5cff1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/04c5cff1 Diff

[1/4] incubator-mynewt-larva git commit: (MYNEWT-64) BLE Host - HCI callback thread-safety.

2016-02-12 Thread ccollins
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 2e19f75dc -> 04c5cff1a (MYNEWT-64) BLE Host - HCI callback thread-safety. This is implemented via two changes: * Add a ble_hci_sched mutex that gets locked whenever the list of HCI tx slots is read or modified.

[3/4] incubator-mynewt-larva git commit: BLE host: Make max HCI slots configurable.

2016-02-12 Thread ccollins
BLE host: Make max HCI slots configurable. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/4990971c Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/4990971c Diff: h

[2/4] incubator-mynewt-larva git commit: Remove ble_hci_ack.[ch]; merge into ble_hci_sched.

2016-02-12 Thread ccollins
Remove ble_hci_ack.[ch]; merge into ble_hci_sched. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/ef84dcf1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/ef84dcf1

incubator-mynewt-site git commit: Show spinner when waiting for search results

2016-02-12 Thread aditi
Repository: incubator-mynewt-site Updated Branches: refs/heads/master c0e21b896 -> 1ecfc9eda Show spinner when waiting for search results This closes #1 Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt

[GitHub] incubator-mynewt-site pull request: Show spinner when waiting for ...

2016-02-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-mynewt-site/pull/1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fe

[GitHub] incubator-mynewt-site pull request: Show spinner when waiting for ...

2016-02-12 Thread aditihilbert
Github user aditihilbert commented on the pull request: https://github.com/apache/incubator-mynewt-site/pull/1#issuecomment-183485267 Looks good. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] incubator-mynewt-site pull request: Show spinner when waiting for ...

2016-02-12 Thread spoonofpower
GitHub user spoonofpower opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/1 Show spinner when waiting for search results "Sorry, page not found." is shown before search results are returned. You can merge this pull request into a Git repository by running:

incubator-mynewt-newt git commit: Manifest package list was missing package for project itself.

2016-02-12 Thread marko
Repository: incubator-mynewt-newt Updated Branches: refs/heads/master 89f514c77 -> a52a823eb Manifest package list was missing package for project itself. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynew

[3/3] incubator-mynewt-newt git commit: Prettify json in manifest file.

2016-02-12 Thread marko
Prettify json in manifest file. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/89f514c7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/89f514c7 Diff: http://git-wip-us

[2/3] incubator-mynewt-newt git commit: Add target definition to manifest file.

2016-02-12 Thread marko
Add target definition to manifest file. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/93b3b5e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/93b3b5e1 Diff: http://gi

[1/3] incubator-mynewt-newt git commit: Add package list to build manifest.

2016-02-12 Thread marko
Repository: incubator-mynewt-newt Updated Branches: refs/heads/master 27a1da946 -> 89f514c77 Add package list to build manifest. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/a3594095 Tre

[1/2] incubator-mynewt-newt git commit: Build target before downloading or labeling.

2016-02-12 Thread marko
Repository: incubator-mynewt-newt Updated Branches: refs/heads/master a97594458 -> 27a1da946 Build target before downloading or labeling. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/2f9

[2/2] incubator-mynewt-newt git commit: Create manifest file when labeling a target.

2016-02-12 Thread marko
Create manifest file when labeling a target. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/27a1da94 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/27a1da94 Diff: http