[1/4] incubator-mynewt-site git commit: anchors fixed

2015-10-30 Thread wes3
Repository: incubator-mynewt-site Updated Branches: refs/heads/asf-site 791ec6cc1 -> ff2aecefa http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ff2aecef/site/sitemap.xml -- diff --git a/site/sitemap.xml

[2/2] incubator-mynewt-site git commit: fixed anchors in manual and added repo info

2015-10-29 Thread wes3
fixed anchors in manual and added repo info Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/791ec6cc Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/791ec6cc Diff:

incubator-mynewt-larva git commit: Add cfg for passive/active scanning

2015-10-30 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 85c4011ae -> a666bf8c9 Add cfg for passive/active scanning 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/a666bf8c

[1/3] incubator-mynewt-larva git commit: Prefix ll with ble_. This includes filenames

2015-10-30 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master a666bf8c9 -> 36623dd5f http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/36623dd5/net/nimble/controller/src/ll_adv.c -- diff --git

incubator-mynewt-larva git commit: Move bletest references out of host code and put it bletest project directory where they belong. If we are building for sim, dont include transport references

2015-11-04 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 93fc8e306 -> 7c50b189e Move bletest references out of host code and put it bletest project directory where they belong. If we are building for sim, dont include transport references Project:

[3/3] incubator-mynewt-larva git commit: Prefix ll with ble_. This includes filenames

2015-10-30 Thread wes3
Prefix ll with ble_. This includes filenames 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/36623dd5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/36623dd5 Diff:

incubator-mynewt-larva git commit: Add whitelist to advertising

2015-11-05 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 34d3b2e51 -> 3176204a8 Add whitelist to advertising 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/3176204a Tree:

[2/2] incubator-mynewt-site git commit: title spelling errors corrected - take2

2015-10-30 Thread wes3
title spelling errors corrected - take2 Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/1e05f8b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/1e05f8b2 Diff:

incubator-mynewt-site git commit: title spelling errors corrected

2015-10-30 Thread wes3
Repository: incubator-mynewt-site Updated Branches: refs/heads/asf-site faab0f4c8 -> c9b4bc3bb title spelling errors corrected Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/c9b4bc3b

incubator-mynewt-larva git commit: Fix scan response reception and modify code to add a packet number to advertisements (for debugging purposes). Use console for advertising report display

2015-10-30 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 0c7295431 -> 85c4011ae Fix scan response reception and modify code to add a packet number to advertisements (for debugging purposes). Use console for advertising report display Project:

[1/2] incubator-mynewt-larva git commit: Fix some issues with initiating and starting a connection. Add API to send data packets from host to controller

2015-12-01 Thread wes3
mit: b612bf4bbf730671fbebaec30c996942a67d82ce Parents: 30e9b33 Author: wes3 <w...@micosa.io> Authored: Tue Dec 1 12:47:41 2015 -0800 Committer: wes3 <w...@micosa.io> Committed: Tue Dec 1 12:47:48 2015 -0800 -- .../controller/include/cont

[2/2] incubator-mynewt-larva git commit: Fix issues with os_eventq code calling os_sched_wakeup when the task was already woken up. We now clear the evq task after we have woken the task in os_eventq_

2015-12-01 Thread wes3
: wes3 <w...@micosa.io> Authored: Tue Dec 1 12:45:32 2015 -0800 Committer: wes3 <w...@micosa.io> Committed: Tue Dec 1 12:47:48 2015 -0800 -- libs/os/src/os_eventq.c | 1 + libs/os/src/os_sched.c | 2 ++ 2 file

[1/2] incubator-mynewt-larva git commit: If a task was waiting on a semaphore with a timeout and the timeout occurred, the task was not removed from the list of tasks waiting on the semaphore. Modify

2015-12-03 Thread wes3
hor: wes3 <w...@micosa.io> Authored: Thu Dec 3 23:23:41 2015 -0800 Committer: wes3 <w...@micosa.io> Committed: Thu Dec 3 23:23:51 2015 -0800 -- libs/os/include/os/os_mutex.h | 2 +- libs/os/include/os/os_sem.h | 2 +-

[2/2] incubator-mynewt-larva git commit: Need to add stdint.h for some targets

2015-12-03 Thread wes3
://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/3b25ce3d Branch: refs/heads/master Commit: 3b25ce3d3e0c55fc24c1c0925e1fdbef70f8e3e5 Parents: f945610 Author: wes3 <w...@micosa.io> Authored: Thu Dec 3 23:19:56 2015 -0800 Committer: wes3 <w...@micosa.io> Committed: Thu De

[1/2] incubator-mynewt-larva git commit: Fix some connection bugs where I might not hand up all received PDUs. Fix bug in checking pb bits from host. Add start of LL control

2015-12-08 Thread wes3
mit: 6b0845f4b1b3afbb23a9f56e3dbe56a298cd4681 Parents: e5c7583 Author: wes3 <w...@micosa.io> Authored: Tue Dec 8 14:14:32 2015 -0800 Committer: wes3 <w...@micosa.io> Committed: Tue Dec 8 14:14:36 2015 -0800 -- .../con

[2/2] incubator-mynewt-larva git commit: Fix issues with starting a timer that has already been set. Assert if that happens

2015-12-03 Thread wes3
/incubator-mynewt-larva/tree/165affba Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/165affba Branch: refs/heads/master Commit: 165affbad1018bd553372d31d69d5cbb9a2ae54a Parents: bf65252 Author: wes3 <w...@micosa.io> Authored: Thu Dec 3 15:19:13 2015 -0800 Committer: w

[2/2] incubator-mynewt-larva git commit: Get additional 32K of RAM on nrf52. See errata #33 and #34

2015-12-09 Thread wes3
/acbd147d Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/acbd147d Branch: refs/heads/master Commit: acbd147dae0fe9f0ac90b81160042b002094ad6b Parents: 1d324a7 Author: wes3 <w...@micosa.io> Authored: Wed Dec 9 11:09:54 2015 -0800 Committer: wes3 <w...@micosa.io&g

incubator-mynewt-larva git commit: Add disconnect command and code to terminate a connection

2015-12-13 Thread wes3
ewt-larva/commit/8323f4b7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/8323f4b7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/8323f4b7 Branch: refs/heads/master Commit: 8323f4b76fb8440d8937e0b9401d6dc932afa7b2 Parents: 6377a69 Author: wes3

incubator-mynewt-larva git commit: Start modification of code so that we can fragment PDUs that we send to other devices if they do not accept as large a frame as we can

2016-01-04 Thread wes3
mit: 1f32b48f753399acec61c2a64c2ef236ee014166 Parents: 7274fca Author: wes3 <w...@micosa.io> Authored: Mon Jan 4 11:19:23 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Mon Jan 4 11:19:31 2016 -0800 -- .../con

incubator-mynewt-site git commit: Add mutex and semaphore documentation

2016-01-06 Thread wes3
fc9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/0d1d4fc9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/0d1d4fc9 Branch: refs/heads/master Commit: 0d1d4fc9aff099295aa3f001e190966c0ee6b823 Parents: 53f5361 Author: wes3 <w...@micosa.io> Auth

incubator-mynewt-larva git commit: Fix issues with Link Layer fragmentation. We now support (fully) the data length extension feature and fragmentation of ACL data packets inside the controller

2016-01-06 Thread wes3
nch: refs/heads/master Commit: f95ce4fe1d72dd5b1c3e9096e0651984587050ce Parents: f77968f Author: wes3 <w...@micosa.io> Authored: Wed Jan 6 09:07:25 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Wed Jan 6 09:0

incubator-mynewt-larva git commit: Refactor connection handle code. Place all connections on a free list and assign the handles on init. Add active/free connection lists

2015-11-28 Thread wes3
mit: 15a4a8cf3c33c842ce409d70d0da9ea4c75c8e03 Parents: 48d5b34 Author: wes3 <w...@micosa.io> Authored: Sat Nov 28 08:00:33 2015 -0800 Committer: wes3 <w...@micosa.io> Committed: Sat Nov 28 08:00:49 2015 -0800 --

incubator-mynewt-larva git commit: Merge new os mbuf changes into bletest

2015-11-29 Thread wes3
mit/72c8e58a Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/72c8e58a Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/72c8e58a Branch: refs/heads/master Commit: 72c8e58aa8553807e5865df0dc87977f89e16acc Parents: 15a4a8c Author: wes3 <w...@mic

[2/3] incubator-mynewt-larva git commit: Fix type in hal for cputime

2015-11-19 Thread wes3
-us.apache.org/repos/asf/incubator-mynewt-larva/diff/c7cc3d03 Branch: refs/heads/master Commit: c7cc3d0355eba61bc0fc0196d5a1aba6e6162c97 Parents: 9504907 Author: wes3 <w...@micosa.io> Authored: Tue Nov 17 13:05:02 2015 -0800 Committer: wes3 <w...@micosa.io> Committed: Thu Nov 19 11:31:0

[3/3] incubator-mynewt-larva git commit: Remove erroneous debug commit and add ble_ll_ctrl header file

2015-11-19 Thread wes3
/tree/c9d16694 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/c9d16694 Branch: refs/heads/master Commit: c9d16694d3080cfd7ef9225d4fdcf24e930a37ba Parents: 47dff3e Author: wes3 <w...@micosa.io> Authored: Thu Nov 19 11:33:10 2015 -0800 Committer: wes3 <w...@

incubator-mynewt-site git commit: Guinea Pig doc change

2015-11-19 Thread wes3
://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/6e7bc7ab Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/6e7bc7ab Branch: refs/heads/guinea_pig Commit: 6e7bc7aba224e7208bfc9df1efc3426ad838099f Parents: 1c43668 Author: wes3 <w...@micosa.io> Authored: Thu Nov 19

[2/3] incubator-mynewt-core git commit: Fix RPA usage for scanner when advertising not using RPA

2016-06-03 Thread wes3
Fix RPA usage for scanner when advertising not using RPA Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/c6725f9c Tree:

[1/3] incubator-mynewt-core git commit: Fix TXADD bit not being set correctly in advertisements for all cases

2016-06-03 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 7b7ff8ddc -> 8b9c08139 Fix TXADD bit not being set correctly in advertisements for all cases Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: Add tx command to bletiny

2016-06-04 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 02ab1a63b -> 3ed632762 Add tx command to bletiny This command will send N packets at rate R (in msecs) of a given length to a specified handle. The format of the command is: b tx h= r= n= l= NOTE: length must be between 4

incubator-mynewt-core git commit: Fix directed advertising when using rpa for inita

2016-06-07 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/upf54 eb7e415fc -> 5f55e6465 Fix directed advertising when using rpa for inita Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[1/2] incubator-mynewt-core git commit: Fix issue when receiving an invalid pdu type

2016-06-06 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 3e6710122 -> be4996dcf Fix issue when receiving an invalid pdu type When doing testing at unplugfest we noticed devices sending an invalid pdu type. This was causing our code to restart reception without first disabling

[2/2] incubator-mynewt-core git commit: Fix TXADD bit not being set correctly in advertisements for all cases

2016-06-06 Thread wes3
Fix TXADD bit not being set correctly in advertisements for all cases Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/34441827 Tree:

incubator-mynewt-core git commit: Fix ble log being turned on by default

2016-06-06 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop be4996dcf -> 873180f65 Fix ble log being turned on by default Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: Forget to initialize rxadd properly if directed advertising

2016-06-07 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/upf54 0026eb0aa -> 0ff1ef165 Forget to initialize rxadd properly if directed advertising Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: Fix resolving INITA in directed advertisement when initiating

2016-06-08 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/upf54 f4c26e280 -> e9eeb7c5a Fix resolving INITA in directed advertisement when initiating The code was not correctly handling the resolving of the INITA when we were the initiator and ther advertiser was sending a resolvable

incubator-mynewt-core git commit: Add statistic to count received l2cap bytes at LL

2016-06-06 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop a3e7ae6d0 -> d42eddc47 Add statistic to count received l2cap bytes at LL Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: Add LE ping and Authenticated Payload Timeout event

2016-06-15 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/upf54 a1de643d4 -> 9fc076cc3 Add LE ping and Authenticated Payload Timeout event Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: Turn LE ping on by default

2016-06-15 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/upf54 9fc076cc3 -> 1fc36ccac Turn LE ping on by default Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/1fc36cca Tree:

incubator-mynewt-core git commit: Add statistic to count received l2cap bytes at LL

2016-06-06 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/upf54 60a7b59b1 -> eb7e415fc Add statistic to count received l2cap bytes at LL Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: Add privacy stubs for native ble

2016-06-04 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop b256be023 -> e128963da Add privacy stubs for native ble Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/e128963d

incubator-mynewt-core git commit: Add privacy and extended scanner filter policy to supported features

2016-06-05 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop cbeee5440 -> bb30502d2 Add privacy and extended scanner filter policy to supported features Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[1/2] incubator-mynewt-core git commit: Add LE ping and Authenticated Payload Timeout event

2016-06-15 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 4739392c0 -> ec3cc917f Add LE ping and Authenticated Payload Timeout event Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[2/2] incubator-mynewt-core git commit: Turn LE ping on by default

2016-06-15 Thread wes3
Turn LE ping on by default Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/ec3cc917 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ec3cc917 Diff:

incubator-mynewt-core git commit: MYNEWT-79: move common hal code from mcu to hal

2016-06-17 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/cputime [created] 8bcec2849 MYNEWT-79: move common hal code from mcu to hal Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: Retrieve and display hw id in bletest

2016-06-24 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop e221e1e62 -> 5e9b6f3f2 Retrieve and display hw id in bletest Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/5e9b6f3f

[2/2] incubator-mynewt-core git commit: MYNEWT-79: move common hal code from mcu to hal

2016-06-23 Thread wes3
MYNEWT-79: move common hal code from mcu to hal Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/183873d8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/183873d8 Diff:

[1/2] incubator-mynewt-core git commit: MYNEWT-79: fix native cputime and add the common hal source file

2016-06-23 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 7bd50b3b2 -> 712374ac2 MYNEWT-79: fix native cputime and add the common hal source file Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-larva git commit: The temporary ble ll log should be disabled by default

2016-02-05 Thread wes3
ewt-larva/commit/4b9be876 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/4b9be876 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/4b9be876 Branch: refs/heads/master Commit: 4b9be87632b04a067b23d070903f8323237ba681 Parents: 7117837 Author: wes3

incubator-mynewt-larva git commit: Add shell, nffs and nmgr to bletest project

2016-02-04 Thread wes3
mit/81003681 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/81003681 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/81003681 Branch: refs/heads/master Commit: 810036811d7887c9532546f0395fd50eebd09125 Parents: 1570110 Author: wes3 <w...@mic

incubator-mynewt-larva git commit: Set RSSI in connection state machine when data frame received. Display RSSI for host command complete debug

2016-02-11 Thread wes3
mit: cfeba8a595803f5b57429342c7c2c04c7cc0b63f Parents: 837a6b1 Author: wes3 <w...@micosa.io> Authored: Thu Feb 11 07:17:26 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Thu Feb 11 07:17:37 2016 -0800 -- net/nimble/controller/src/ble

[1/2] incubator-mynewt-larva git commit: Advertising packets within an advertising event are now transmitted as fast as possible. We no longer put 10msecs between each transmission. This is not config

2016-02-09 Thread wes3
01d Branch: refs/heads/master Commit: 8a8b601da7b7c9f42cc9b698e274cd73552bc344 Parents: 33b936b Author: wes3 <w...@micosa.io> Authored: Tue Feb 9 23:11:37 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Tue Feb 9 23:1

incubator-mynewt-larva git commit: The old linker script (nrf51dk.ld) is now the linker script for building an image that runs with a bootloader. This linker script should be used when running without

2016-02-04 Thread wes3
rva/diff/a7533218 Branch: refs/heads/master Commit: a753321894de4aa8a2bd7b62710465ad61d5e134 Parents: ae6aeee Author: wes3 <w...@micosa.io> Authored: Thu Feb 4 10:00:30 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Thu Feb 4 10:0

incubator-mynewt-larva git commit: First cut at connection parameter request procedure. Major modifications to scheduling code to fix some schedule bugs

2016-01-27 Thread wes3
mit: d61dbe829f07da74cddb39f7be27a445969a936b Parents: 0e324d9 Author: wes3 <w...@micosa.io> Authored: Wed Jan 27 10:14:23 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Wed Jan 27 10:14:30 2016 -0800 -- .../controller/inc

incubator-mynewt-larva git commit: Return all parameters in events even if the status is not success and they may not make sense

2016-01-27 Thread wes3
mit: 2261599bba5be6507c1a16af6bdc9cc62a876d0e Parents: d61dbe8 Author: wes3 <w...@micosa.io> Authored: Wed Jan 27 10:18:06 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Wed Jan 27 10:18:06 2016 -0800 -- net/nimble/controller/src/ble_ll_

incubator-mynewt-larva git commit: Fix bug with remote read version control procedure where control procedure was being erroneously started and timing out

2016-01-26 Thread wes3
mit: 41991697b791bdb4c9ff3e68282218c4bc41adc2 Parents: 9263db5 Author: wes3 <w...@micosa.io> Authored: Tue Jan 26 00:47:41 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Tue Jan 26 00:47:41 2016 -0800 -- net/nimble

incubator-mynewt-larva git commit: Use correct macro for nzbss section and add a newline when displaying received packet data on console

2016-02-01 Thread wes3
mit: b55d138c4dbeb72bc98de5f6f8525db820d64189 Parents: f125be6 Author: wes3 <w...@micosa.io> Authored: Mon Feb 1 13:30:34 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Mon Feb 1 13:30:34 2016 -0800 -- net/nimble/controller/src/ble_ll.c | 2

incubator-mynewt-larva git commit: Fix cortex-m0 PendSV handler bug

2016-02-01 Thread wes3
e6e Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/f125be6e Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/f125be6e Branch: refs/heads/master Commit: f125be6e16d5e7ed05de80dd0c3a45eedd9e3073 Parents: a54dc9f Author: wes3 <w...@micosa.io> Auth

incubator-mynewt-larva git commit: Fix error in port of hal uart from nrf52 to nrf51. Was not ever filling a byte in the transmit buffer

2016-02-01 Thread wes3
mit: 56cf13f43a67c6f4372b243f47555928cc940f6e Parents: b55d138 Author: wes3 <w...@micosa.io> Authored: Mon Feb 1 15:27:47 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Mon Feb 1 15:27:47 2016 -0800 -- hw/mcu/nordic/nrf51xxx/src/hal_uart.c

[03/10] incubator-mynewt-larva git commit: Add nrf51 to supported mcu

2016-02-01 Thread wes3
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/826d3a57/hw/mcu/nordic/nrf51xxx/include/mcu/nrf51422_peripherals.h -- diff --git a/hw/mcu/nordic/nrf51xxx/include/mcu/nrf51422_peripherals.h

[02/10] incubator-mynewt-larva git commit: Add nrf51 to supported mcu

2016-02-01 Thread wes3
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/826d3a57/hw/mcu/nordic/nrf51xxx/include/mcu/nrf51_bitfields.h -- diff --git a/hw/mcu/nordic/nrf51xxx/include/mcu/nrf51_bitfields.h

[07/10] incubator-mynewt-larva git commit: Add nrf51dk bsp

2016-02-01 Thread wes3
-us.apache.org/repos/asf/incubator-mynewt-larva/diff/b18f6924 Branch: refs/heads/master Commit: b18f6924cfb8a1db187488519fafc5f8d07fa805 Parents: 06ee680 Author: wes3 <w...@micosa.io> Authored: Sun Jan 31 22:15:44 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Sun Jan 31 22:28:1

[01/10] incubator-mynewt-larva git commit: Add nrf51 to supported mcu

2016-02-01 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master d4e843a65 -> a54dc9f15 http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/826d3a57/hw/mcu/nordic/nrf51xxx/include/mcu/nrf51_deprecated.h --

[05/10] incubator-mynewt-larva git commit: Add nrf51 to supported mcu

2016-02-01 Thread wes3
-us.apache.org/repos/asf/incubator-mynewt-larva/diff/826d3a57 Branch: refs/heads/master Commit: 826d3a575350a2e7cdc6ac0d4c6973e680d3725c Parents: b18f692 Author: wes3 <w...@micosa.io> Authored: Sun Jan 31 22:16:31 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Sun Jan 31 22:28:1

[1/3] incubator-mynewt-larva git commit: Remove some old todo comments

2016-02-03 Thread wes3
ree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/fec9e23e Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/fec9e23e Branch: refs/heads/master Commit: fec9e23e44dc205a30ff804b28e8e151812b57f4 Parents: 36b864a Author: wes3 <w...@micosa.io> Auth

[3/3] incubator-mynewt-larva git commit: Set OS time tick priority

2016-02-03 Thread wes3
-us.apache.org/repos/asf/incubator-mynewt-larva/diff/5376a6f2 Branch: refs/heads/master Commit: 5376a6f2f9750e3cd46829bc311b409188e96ed1 Parents: 99f3e5f Author: wes3 <w...@micosa.io> Authored: Wed Feb 3 13:05:15 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Wed Feb 3 13:06:4

[2/2] incubator-mynewt-larva git commit: Reduce exception stacks to 384 bytes on nrf52 and nrf51. Looks like stack use was over 200 bytes so I added more for stacked exception

2016-02-02 Thread wes3
/e6194a93 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/e6194a93 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/e6194a93 Branch: refs/heads/master Commit: e6194a9385ffb96e7a406883c452255612acc6ab Parents: 5917f1d Author: wes3 <w...@micosa.io> Au

[1/2] incubator-mynewt-larva git commit: consolidate flags in connection state machine to save a little space. Lower number of mbufs and connections.

2016-02-02 Thread wes3
mit: 5917f1dbe2d4f651a4aa1f44407ebf17b776939b Parents: 2c5ec04 Author: wes3 <w...@micosa.io> Authored: Mon Feb 1 23:20:46 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Mon Feb 1 23:21:07 2016 -0800 -- .../controller/include/controlle

incubator-mynewt-larva git commit: Merge cortex-m0 Hard Fault handler display fix to m4

2016-02-02 Thread wes3
ewt-larva/commit/f3435978 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/f3435978 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/f3435978 Branch: refs/heads/master Commit: f343597893fbc0248f57079e782bc9ee14c69a5b Parents: 69f4de7 Author: wes3

incubator-mynewt-larva git commit: Modify cortex-m0 os arch so that it calls the bsp to initialize the os time tick. Did not modify cortex-m4 code as of yet

2016-02-02 Thread wes3
mit: ce8a844a3238f163dc3b21067e8d4c5e7bfbd81e Parents: f343597 Author: wes3 <w...@micosa.io> Authored: Tue Feb 2 23:17:58 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Tue Feb 2 23:17:58 2016 -0800 -- hw/bsp/nrf51

[2/2] incubator-mynewt-larva git commit: Add LED blink to bletest project when the main bletest loop executes.

2016-02-02 Thread wes3
-larva/tree/50fe46dd Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/50fe46dd Branch: refs/heads/master Commit: 50fe46dd15330a036c53d663c1fa634c9e5f236f Parents: 47c0517 Author: wes3 <w...@micosa.io> Authored: Tue Feb 2 18:12:41 2016 -0800 Committer: wes3 <w...@

[1/2] incubator-mynewt-larva git commit: Fix incorrect HardFault handling on cortex-m0. Modify trap_frame structure to place lr at the end

2016-02-02 Thread wes3
mit: 4318ce61b41cacb90d7bb58e6b3b8bf1fe85e590 Parents: 50fe46d Author: wes3 <w...@micosa.io> Authored: Tue Feb 2 18:13:42 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Tue Feb 2 18:13:49 2016 -0800 -- .../src/arch/cortex_m0/gcc_startup_nr

[GitHub] incubator-mynewt-site pull request: os mempool

2016-02-25 Thread wes3
GitHub user wes3 opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/8 os mempool Finished memory pool documentation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-mynewt-site os_mempool

[1/2] incubator-mynewt-site git commit: MYNEWT-162: documentation for os memory pools

2016-02-24 Thread wes3
/6afd1393 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/6afd1393 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/6afd1393 Branch: refs/heads/os_mempool Commit: 6afd13930733b1b8ccedb28a83df1989b91120e9 Parents: 97d68dc Author: wes3 <w...@micosa

incubator-mynewt-larva git commit: MYNEWT-111:support random static addresses

2016-02-24 Thread wes3
mit/7838 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/7838 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/7838 Branch: refs/heads/develop Commit: 78380fefe40dca02a6e124a86d85a27ef1c0 Parents: 8d16fad Author: wes3 <w...@mic

[2/2] incubator-mynewt-larva git commit: Moved some events to new module since others getting cluttered

2016-01-22 Thread wes3
/tree/7a82be0e Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/7a82be0e Branch: refs/heads/master Commit: 7a82be0e594bc706f195aae15b8e711576adcf99 Parents: 262b1be Author: wes3 <w...@micosa.io> Authored: Fri Jan 22 15:20:17 2016 -0800 Committer: wes3 <w...@

[1/2] incubator-mynewt-larva git commit: Connection update procedure implemented. Most of connection parameter request implemented but not final so connection parameter

2016-01-22 Thread wes3
mit: 262b1be2f72c5e42d254dcc92e62598590988332 Parents: df59850 Author: wes3 <w...@micosa.io> Authored: Fri Jan 22 15:19:39 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Fri Jan 22 15:19:39 2016 -0800 -- hw/bsp/nrf52

incubator-mynewt-larva git commit: Respond correctly if we receive a LL control request that we dont understand/implement. Also, fix bug where we would not stop our own initiated slave feature req if

2016-01-25 Thread wes3
org/repos/asf/incubator-mynewt-larva/diff/0cbef2dd Branch: refs/heads/master Commit: 0cbef2dde3a363752bfc71e891d449b75d1b6e1e Parents: 7a15092 Author: wes3 <w...@micosa.io> Authored: Mon Jan 25 12:33:37 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Mon Jan 25 12:3

incubator-mynewt-larva git commit: Add read remote used features and feature exchange control procedure

2016-01-25 Thread wes3
hor: wes3 <w...@micosa.io> Authored: Mon Jan 25 09:29:19 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Mon Jan 25 09:29:19 2016 -0800 -- .../controller/include/controller/ble_ll_conn.h | 1 + .../con

incubator-mynewt-larva git commit: Implement local version info command

2016-01-25 Thread wes3
mit/147097ac Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/147097ac Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/147097ac Branch: refs/heads/master Commit: 147097ac0059b9cede9d710550c9625f10f1 Parents: 80cd4fd Author: wes3 <w...@micosa.io>

incubator-mynewt-larva git commit: MYNEWT-77: add more checks to make sure item being freed to memory pool is valid.

2016-02-15 Thread wes3
nts: 75d5f52 Author: wes3 <w...@micosa.io> Authored: Mon Feb 15 09:11:30 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Mon Feb 15 09:20:34 2016 -0800 -- libs/os/include/os/os_mempool.h | 1 + libs/os/s

[1/3] incubator-mynewt-larva git commit: Fix bug in PHY where it could overwrite the end of a mbuf. Remove global API to retrieve a ble mbuf

2016-02-17 Thread wes3
mit: cf93bdc676779d5878248c53906e8f205e6639b5 Parents: 1281bf3 Author: wes3 <w...@micosa.io> Authored: Mon Feb 15 13:34:28 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Wed Feb 17 17:00:37 2016 -0800 -- net/nimble/controller/src/ble

[3/3] incubator-mynewt-larva git commit: MYNEWT-87: add channel map update procedure. This also fixes a big in the data channel selection index code that was not picking the correct channels if any ch

2016-02-17 Thread wes3
Parents: f1e3970 Author: wes3 <w...@micosa.io> Authored: Wed Feb 17 16:34:25 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Wed Feb 17 17:01:03 2016 -0800 -- .../controller/include/controller/ble_ll.

[2/3] incubator-mynewt-larva git commit: MYNEWT-80: remove os_mutex and os_sem delete API. Remove test cases from test suite as well

2016-02-17 Thread wes3
/repos/asf/incubator-mynewt-larva/tree/f1e3970a Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/f1e3970a Branch: refs/heads/develop Commit: f1e3970afb8480106287b7ca22f97296ff23533c Parents: cf93bdc Author: wes3 <w...@micosa.io> Authored: Tue Feb 16 14:07:19 2016 -0800 Com

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
org/repos/asf/incubator-mynewt-larva/diff/6f814264 Branch: refs/heads/master Commit: 6f814264c2b09a0c375976cb6bcbda9ef0f6131d Parents: 04c5cff Author: wes3 <w...@micosa.io> Authored: Fri Feb 12 13:44:21 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Fri Feb 12 13:4

incubator-mynewt-larva git commit: Host HCI command to read RSSI

2016-02-10 Thread wes3
ree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/54557900 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/54557900 Branch: refs/heads/master Commit: 545579000c84cf2c7caf4d57e0d33110ea0bad4a Parents: 3e88a5c Author: wes3 <w...@micosa.io> Auth

[08/10] incubator-mynewt-larva git commit: First cut (non-tested) port of nrf52 drivers to nrf51

2016-02-01 Thread wes3
/acee0c38 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/acee0c38 Branch: refs/heads/master Commit: acee0c38bdba6e89930266fb79a1060fde73a9f3 Parents: 826d3a5 Author: wes3 <w...@micosa.io> Authored: Sun Jan 31 22:18:00 2016 -0800 Committer: wes3 <w...@micosa.io> Co

[04/10] incubator-mynewt-larva git commit: Add nrf51 to supported mcu

2016-02-01 Thread wes3
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/826d3a57/hw/mcu/nordic/nrf51xxx/include/mcu/nrf51.h -- diff --git a/hw/mcu/nordic/nrf51xxx/include/mcu/nrf51.h b/hw/mcu/nordic/nrf51xxx/include/mcu/nrf51.h new

incubator-mynewt-site git commit: MYNEWT-147: add mbuf documentation

2016-03-01 Thread wes3
0bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/fb6890bc Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/fb6890bc Branch: refs/heads/os_tasks Commit: fb6890bcb1b7700979dc5376fae8fb084d566dca Parents: 22c090f Author: wes3 <w...@micosa.io> Auth

[GitHub] incubator-mynewt-site pull request: MYNEWT-147: add mbuf documenta...

2016-03-01 Thread wes3
GitHub user wes3 opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/21 MYNEWT-147: add mbuf documentation Sorry that I have added this in the os_tasks branch. I thought I had a mbuf branch checked out but that was not the case so I used this branch. You

incubator-mynewt-site git commit: Add Nimble tutorial

2016-03-11 Thread wes3
ree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/74dcc0e4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/74dcc0e4 Branch: refs/heads/nimble_tutorial Commit: 74dcc0e4bc60fa10e68fd4cb36abdb33961aebc9 Parents: 2bb96ab Author: wes3 <w...@micosa.io> Auth

incubator-mynewt-core git commit: MYNEWT-96: Moved LL configuration items out of controller code into nimble_opt.h. This also caused the LL init API to change which is why the main C modules were modi

2016-03-14 Thread wes3
ewt-core/diff/27a3fd47 Branch: refs/heads/develop Commit: 27a3fd47f30bb45d042ca734f1d875fa8b827cfa Parents: fc3116a Author: wes3 <w...@micosa.io> Authored: Mon Mar 14 16:31:45 2016 -0700 Committer: wes3 <w...@micosa.io> Committed: Mon Mar 14 16:3

[12/16] incubator-mynewt-larva git commit: The behavior of 'setjmp()' is not portable across different UNIX systems. BSD derived systems including OS X will the signal mask whereas Linux and Solaris d

2016-03-08 Thread wes3
The behavior of 'setjmp()' is not portable across different UNIX systems. BSD derived systems including OS X will the signal mask whereas Linux and Solaris do not (POSIX doesn't specify behavior of setjmp/longjmp with respect to signal masks). 'sigsetjmp()' on the other hand takes an additional

[08/16] incubator-mynewt-larva git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva into develop

2016-03-08 Thread wes3
-us.apache.org/repos/asf/incubator-mynewt-larva/tree/f208e198 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/f208e198 Branch: refs/heads/master Commit: f208e19876b7d4a239c4ff0ea22f2f81bb6b2884 Parents: 6440a4a 55afa1c Author: wes3 <w...@micosa.io> Authored: Sun Mar 6 11:05:5

[14/16] incubator-mynewt-larva git commit: This closes #13. Restructure signal handling logic in 'sim' to make it similar to interrupts on real hardware. This allows other interrupt sources beyond jus

2016-03-08 Thread wes3
t;n...@nahannisys.com> Authored: Mon Mar 7 17:16:40 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Mon Mar 7 20:44:46 2016 -0800 -- libs/os/include/os/arch/cortex_m0/os/os_arch.h | 1 + libs/os/include/os/arch/cortex_m4/

[07/16] incubator-mynewt-larva git commit: This closes #11. Support building the 'sim' with optimization levels higher than -O0. The higher optimization levels emit useful warnings that are masked at

2016-03-08 Thread wes3
/incubator-mynewt-larva/diff/6440a4aa Branch: refs/heads/master Commit: 6440a4aa3043a2c0985050dfb996d391f7beccc4 Parents: 9717c79 Author: Neel Natu <n...@nahannisys.com> Authored: Fri Mar 4 18:13:55 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Sun Mar 6 11:05:1

[15/16] incubator-mynewt-larva git commit: This closes #14. The implementation of 'os_arch_ctx_sw_isr()' is identical to 'os_arch_ctx_sw()' for all architectures so get rid of it.

2016-03-08 Thread wes3
: c6f7543a7aac324ee29fcabed0eb6e7a76b46d66 Parents: 9a0f9af Author: Neel Natu <n...@nahannisys.com> Authored: Mon Mar 7 17:41:38 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Mon Mar 7 21:08:19 2016 -0800 -- libs/os/inc

[09/16] incubator-mynewt-larva git commit: Fix incorrect merge of os_time.c

2016-03-08 Thread wes3
-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/f89e287b Branch: refs/heads/master Commit: f89e287b9dcafa9106e1304c1b9c69c851f17911 Parents: f208e19 Author: wes3 <w...@micosa.io> Authored: Sun Mar 6 11:18:36 2016 -0800 Committer: wes3 <w...@micosa.io> Committed: Sun Mar 6 1

[02/16] incubator-mynewt-larva git commit: MYNEWT-230

2016-03-08 Thread wes3
MYNEWT-230 explictely cast to an integer since some compilers don't like to implicitelty cast a char to an int 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/ee324af2 Tree:

[16/16] incubator-mynewt-larva git commit: Merge delveop into master Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva

2016-03-08 Thread wes3
-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/063324d3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/063324d3 Branch: refs/heads/master Commit: 063324d365915cbee9a220d2a4775740ac3b35bb Parents: faa7814 c6f7543 Author: wes3 <w...@micosa.io> Authored: Tue

incubator-mynewt-core git commit: Fix crash in bletiny (stack overflow). Get 16K working

2016-03-19 Thread wes3
ewt-core/commit/59a095b5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/59a095b5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/59a095b5 Branch: refs/heads/develop Commit: 59a095b56357d87e562cb4b4b9d5494802558021 Parents: 528cbcb Author: wes3

  1   2   3   4   5   >