[35/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-679 SensorAPI: Shell: Add "type" command

2017-03-24 Thread wes3
MYNEWT-679 SensorAPI: Shell: Add "type" command 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/b05acb19 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b05acb19 Diff: h

[01/50] [abbrv] incubator-mynewt-core git commit: This closes #181. [Forced Update!]

2017-03-24 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/nrf_cputime 96e2cd2f7 -> 34d901901 (forced update) This closes #181. Merge branch 'stm32f7' of https://github.com/utzig/incubator-mynewt-core into develop Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/rep

[07/50] [abbrv] incubator-mynewt-core git commit: This closes #203.

2017-03-24 Thread wes3
This closes #203. Merge branch 'fix-ctrl-c-win2' of https://github.com/mkiiskila/incubator-mynewt-core into develop 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/631db770 Tree: http://git-w

[23/50] [abbrv] incubator-mynewt-core git commit: timtest: Fix pstack malloc for task 2 should use TASK2_STACK_SIZE

2017-03-24 Thread wes3
timtest: Fix pstack malloc for task 2 should use TASK2_STACK_SIZE 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/3fa905bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tre

[30/50] [abbrv] incubator-mynewt-core git commit: LICENSE; mention 3-clause BSD for LwIP, tinycrypt, and STM32CubeF7.

2017-03-24 Thread wes3
LICENSE; mention 3-clause BSD for LwIP, tinycrypt, and STM32CubeF7. 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/ea98953d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/t

[04/50] [abbrv] incubator-mynewt-core git commit: scripts; pathnames need to be converted when calling cmd.exe. CMDSPEC not set when using win-bash.

2017-03-24 Thread wes3
scripts; pathnames need to be converted when calling cmd.exe. CMDSPEC not set when using win-bash. 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/567a360f Tree: http://git-wip-us.apache.org/re

[06/50] [abbrv] incubator-mynewt-core git commit: Use $OS to determine whether running on windows or not.

2017-03-24 Thread wes3
Use $OS to determine whether running on windows or not. 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/9cd69a34 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/9cd69a34

[29/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-676 Reboot counter value inconsistent

2017-03-24 Thread wes3
MYNEWT-676 Reboot counter value inconsistent Always call conf_load() before initializing reboot log / reboot counter. 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/63546eff Tree: http://git-

[38/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-633: Controller does not respond on LL_PHY_REQ

2017-03-24 Thread wes3
MYNEWT-633: Controller does not respond on LL_PHY_REQ Fix uninitialized local variable. This closes #211. 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/ded20e11 Tree: http://git-wip-us.apac

[45/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-683 SensorAPI: Add BNO055 driver

2017-03-24 Thread wes3
MYNEWT-683 SensorAPI: Add BNO055 driver - Add SensorAPI support - Add interrupt support for bno055 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/3c986800 Tree: http://git-wip-us.apache.org/r

[39/50] [abbrv] incubator-mynewt-core git commit: This closes #209.

2017-03-24 Thread wes3
This closes #209. Merge branch 'fix_timtest_pstack_malloc' of https://github.com/grapherd/incubator-mynewt-core into develop 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/ea988a0c Tree: htt

[48/50] [abbrv] incubator-mynewt-core git commit: nimble/controller: Slight refactor of use of pkt receive time

2017-03-24 Thread wes3
nimble/controller: Slight refactor of use of pkt receive time Modified the code so that the packet receive time is used in less places. No functionality change. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-my

[08/50] [abbrv] incubator-mynewt-core git commit: SensorAPI TCS34725 Add AMS DN40 calculations

2017-03-24 Thread wes3
SensorAPI TCS34725 Add AMS DN40 calculations - Adding DN40 calculation and results to the sensor structure - Instead of using the UNUSED_DATA constant which is -1 for various sensors, using bit fields to see if the data is valid/invalid. - Adding conditional compilation for DN25 Vs DN40 based ca

[03/50] [abbrv] incubator-mynewt-core git commit: Fix ctrl-c handling on Windows by launching separate cmd instances

2017-03-24 Thread wes3
Fix ctrl-c handling on Windows by launching separate cmd instances 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/56444edf Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tr

[47/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-687: Reduce encryption scratchpad size on nrf51

2017-03-24 Thread wes3
MYNEWT-687: Reduce encryption scratchpad size on nrf51 The nrf51 only required the maximum encrypted packet length (plus 16) for its encryption scratchpad register. The code was using the max PDU length of 251. The nrf51 can only support 27 byte encrypted frames. Project: http://git-wip-us.apach

incubator-mynewt-core git commit: MYNEWT-687: Reduce encryption scratchpad size on nrf51

2017-03-24 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop c6ad1e17c -> e7934fafc MYNEWT-687: Reduce encryption scratchpad size on nrf51 The nrf51 only required the maximum encrypted packet length (plus 16) for its encryption scratchpad register. The code was using the max PDU leng

incubator-mynewt-core git commit: Fix bug where radio disabled interrupt was not being set. Slight refactor of wfr enable code in the phy.

2017-03-24 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/nrf_cputime ad64d0c88 -> 96e2cd2f7 Fix bug where radio disabled interrupt was not being set. Slight refactor of wfr enable code in the phy. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http:/

incubator-mynewt-core git commit: No jira ticket for this change. The structure used for spi configuration was not changed in all the bsps for the nrf51. This fixes that oversight.

2017-03-23 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 22e0edd10 -> b35132ffe No jira ticket for this change. The structure used for spi configuration was not changed in all the bsps for the nrf51. This fixes that oversight. Project: http://git-wip-us.apache.org/repos/asf/incu

incubator-mynewt-core git commit: Remove some debug code and slight refactor of where BLE_XCVR_RFCLK is defined.

2017-03-23 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/nrf_cputime 82f7fb15d -> ad64d0c88 Remove some debug code and slight refactor of where BLE_XCVR_RFCLK is defined. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/rep

incubator-mynewt-core git commit: MYNEWT-633: Controller does not respond on LL_PHY_REQ

2017-03-22 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop f5b3bf684 -> ded20e114 MYNEWT-633: Controller does not respond on LL_PHY_REQ Fix uninitialized local variable. This closes #211. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://

[2/2] incubator-mynewt-core git commit: nimble/controller: Fix handling incorrect LL opcode

2017-03-22 Thread wes3
nimble/controller: Fix handling incorrect LL opcode According to BT specification v5.0 Vol.6 Part B, 2.4.2 If an LL Control PDU is: * not supported * not used * invalid i.e. set to value that is Reserved for Future use or CtrlData is invalid, the Link Layer shall respond with an LL_UNKNOWN_RSP P

[1/2] incubator-mynewt-core git commit: nimble/controller: Minor fix to avoid magic number

2017-03-22 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop b05acb191 -> f5b3bf684 nimble/controller: Minor fix to avoid magic number 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/com

[2/2] incubator-mynewt-core git commit: Initial commit for the "body sensor network" code changes.

2017-03-21 Thread wes3
Initial commit for the "body sensor network" code changes. 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/631cc3d9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/631cc

[1/2] incubator-mynewt-core git commit: Initial commit for the "body sensor network" code changes.

2017-03-21 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/bsnbranch [created] 631cc3d93 http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/631cc3d9/net/nimble/controller/src/ble_ll_sched.c -- diff --git a/ne

incubator-mynewt-core git commit: Un-tested but I think the changes are complete.

2017-03-20 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/nrf_cputime 6db66772c -> 82f7fb15d Un-tested but I think the changes are complete. 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/co

[1/3] incubator-mynewt-core git commit: First pass at low power timer. Only nrf52 right now.

2017-03-16 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/nrf_cputime [created] 6db66772c First pass at low power timer. Only nrf52 right now. 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/

[3/3] incubator-mynewt-core git commit: Checking in almost working code. Not quite there yet.

2017-03-16 Thread wes3
Checking in almost working code. Not quite there yet. 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/6db66772 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/6db66772 D

[2/3] incubator-mynewt-core git commit: nimble/controller: Slight refactor of use of pkt receive time

2017-03-16 Thread wes3
nimble/controller: Slight refactor of use of pkt receive time Modified the code so that the packet receive time is used in less places. No functionality change. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-my

incubator-mynewt-core git commit: Update adafruit nrf52 feather bsp with correct crystal SCA.

2017-02-27 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 33ddbb0cb -> 5000e8d68 Update adafruit nrf52 feather bsp with correct crystal SCA. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt

incubator-mynewt-core git commit: Initial cut at adafruit feather nrf52 bsp.

2017-02-26 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop f34f225dd -> 33ddbb0cb Initial cut at adafruit feather nrf52 bsp. 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/33dd

incubator-mynewt-core git commit: MYNEWT-630: Connection supervision timeout with high throughput

2017-02-24 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop c5c9b6e2e -> f34f225dd MYNEWT-630: Connection supervision timeout with high throughput The issue was found to be an error in the os scheduler code. If the PendSV handler was interrupted at a certain point when we were check

incubator-mynewt-core git commit: MYNEWT-638: Bug when resetting controller while creating connection

2017-02-24 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop cc574dd19 -> c5c9b6e2e MYNEWT-638: Bug when resetting controller while creating connection This fix should address the issue where the controller was reset while attempting to create a connection. It should now be possible

incubator-mynewt-core git commit: MYNEWT-637: Fix incorrect CTS pin defintion for nrf52dk bsp

2017-02-24 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop b41d25e6f -> 57fc68bae MYNEWT-637: Fix incorrect CTS pin defintion for nrf52dk bsp Now set to 7. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/i

incubator-mynewt-core git commit: MYNEWT-629: Unexpected advertising state machine stop.

2017-02-22 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 4ef28 -> 1449ffcdb MYNEWT-629: Unexpected advertising state machine stop. This commit should fix the bug where an advertising state machine that was not expected to be stopped could be stopped when a different state mac

incubator-mynewt-core git commit: Updating version with release 1.0.0-b2 tag.

2017-02-17 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/master af881aea6 -> 8cf8f54dc Updating version with release 1.0.0-b2 tag. 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/8cf8

svn commit: r18359 - /release/incubator/mynewt/apache-mynewt-1.0.0-b2-incubating/

2017-02-15 Thread wes3
Author: wes3 Date: Thu Feb 16 01:39:40 2017 New Revision: 18359 Log: Adding release artifacts for Apache Mynewt version 1.0.0-b2-incubating Added: release/incubator/mynewt/apache-mynewt-1.0.0-b2-incubating/ release/incubator/mynewt/apache-mynewt-1.0.0-b2-incubating/apache-mynewt-blinky

incubator-mynewt-core git commit: MYNEWT-492: Update TBD in syscfg files.

2017-02-15 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 408caf5c0 -> 745d6279d MYNEWT-492: Update TBD in syscfg files. 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/745d627

incubator-mynewt-core git commit: No jira ticket. BLETEST role is now a syscfg variable.

2017-02-13 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop d61c6cd08 -> f299c85b1 No jira ticket. BLETEST role is now a syscfg variable. 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

svn commit: r18194 - in /dev/incubator/mynewt/apache-mynewt-1.0.0-b2-incubating/rc1: apache-mynewt-core-1.0.0-b2-incubating.tgz apache-mynewt-core-1.0.0-b2-incubating.tgz.asc apache-mynewt-core-1.0.0-

2017-02-06 Thread wes3
Author: wes3 Date: Tue Feb 7 01:15:57 2017 New Revision: 18194 Log: Updating release artifacts for mynewt version 1.0.0.b2-rc1 Modified: dev/incubator/mynewt/apache-mynewt-1.0.0-b2-incubating/rc1/apache-mynewt-core-1.0.0-b2-incubating.tgz dev/incubator/mynewt/apache-mynewt-1.0.0-b2

[incubator-mynewt-core] Git Push Summary

2017-02-06 Thread wes3
Repository: incubator-mynewt-core Updated Tags: refs/tags/mynewt_1_0_0_b2_rc1_tag [created] 826740e8d refs/tags/mynewt_1_0_0_b2_tag [created] 9e4f52d5b

[incubator-mynewt-core] Git Push Summary

2017-02-06 Thread wes3
Repository: incubator-mynewt-core Updated Tags: refs/tags/mynewt_1_0_0_b2_rc1_tag [deleted] a56e283e5

[incubator-mynewt-core] Git Push Summary

2017-02-06 Thread wes3
Repository: incubator-mynewt-core Updated Tags: refs/tags/mynewt_1_0_0_b2_tag [deleted] 42fc3922c

svn commit: r18193 - in /dev/incubator/mynewt: ./ apache-mynewt-1.0.0-b2-incubating/ apache-mynewt-1.0.0-b2-incubating/rc1/

2017-02-06 Thread wes3
Author: wes3 Date: Tue Feb 7 00:00:25 2017 New Revision: 18193 Log: Adding release artifacts for mynewt version 1.0.0.b2-rc1 Added: dev/incubator/mynewt/apache-mynewt-1.0.0-b2-incubating/ dev/incubator/mynewt/apache-mynewt-1.0.0-b2-incubating/rc1/ dev/incubator/mynewt/apache-mynewt

incubator-mynewt-core git commit: Update repository yaml file for 1.0.0.b2 release

2017-02-03 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/master a5eae5716 -> af881aea6 Update repository yaml file for 1.0.0.b2 release 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

[incubator-mynewt-newt] Git Push Summary

2017-02-03 Thread wes3
Repository: incubator-mynewt-newt Updated Tags: refs/tags/mynewt_1_0_0_b2_rc1_tag [created] 8ad50c491 refs/tags/mynewt_1_0_0_b2_tag [created] 0792bb875

[incubator-mynewt-blinky] Git Push Summary

2017-02-03 Thread wes3
Repository: incubator-mynewt-blinky Updated Tags: refs/tags/mynewt_1_0_0_b2_rc1_tag [created] 1e570e553 refs/tags/mynewt_1_0_0_b2_tag [created] 3488ae7ae

[incubator-mynewt-core] Git Push Summary

2017-02-03 Thread wes3
Repository: incubator-mynewt-core Updated Tags: refs/tags/mynewt_1_0_0_b2_rc1_tag [created] a56e283e5 refs/tags/mynewt_1_0_0_b2_tag [created] 42fc3922c

incubator-mynewt-newt git commit: Should not have touched the develop branch for the 1.0.0.b2 release"

2017-02-03 Thread wes3
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 34823b00a -> e322f97cd Should not have touched the develop branch for the 1.0.0.b2 release" Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubat

incubator-mynewt-newt git commit: Update newt version and blinky tag for 1.0.0.b2 release

2017-02-03 Thread wes3
Repository: incubator-mynewt-newt Updated Branches: refs/heads/1_0_0_b2_dev 6620780a8 -> fdac74ff8 Update newt version and blinky tag for 1.0.0.b2 release Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynew

incubator-mynewt-newt git commit: Update newt version and blinky tag for 1.0.0.b2 release

2017-02-03 Thread wes3
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 6620780a8 -> 34823b00a Update newt version and blinky tag for 1.0.0.b2 release Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-new

[incubator-mynewt-newt] Git Push Summary

2017-02-03 Thread wes3
Repository: incubator-mynewt-newt Updated Branches: refs/heads/1_0_0_b2_dev [created] 6620780a8

incubator-mynewt-core git commit: nimble/host: Add generic BD address type

2017-02-01 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop ad4050f36 -> e9ff7acba nimble/host: Add generic BD address type Just a few minor fixes as the BLE_ADDR_TYPE_xxx macros were renamed BLE_ADDR_xxx but not updated in all files. Project: http://git-wip-us.apache.org/repos/as

incubator-mynewt-core git commit: nimble/host: Add generic BD address type

2017-02-01 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_b2_dev ad4050f36 -> 6f99c8cc1 nimble/host: Add generic BD address type Just a few minor fixes as the BLE_ADDR_TYPE_xxx macros were renamed BLE_ADDR_xxx but not updated in all files. Project: http://git-wip-us.apache.org/rep

[incubator-mynewt-core] Git Push Summary

2017-02-01 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_b2_dev [created] ad4050f36

incubator-mynewt-core git commit: MYNEWT-538 Add RTC timer to hal timers for nordic

2017-01-18 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 3c3ca3f3e -> f35d5d193 MYNEWT-538 Add RTC timer to hal timers for nordic There are two changes to the code. One was a bug fix where we need to call the timer callback if we are within 3 ticks of a timer expiration if the ti

incubator-mynewt-core git commit: MYNEWT-542 Fix controller errors when os cputime not 1 MHZ

2017-01-18 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop b06c2a05c -> 755456ce7 MYNEWT-542 Fix controller errors when os cputime not 1 MHZ Went through most of the rest of the bsps and fixed hal_bsp.c and syscfg.yml to remove the CLOCK_FREQ definition. Did not change the mips imp

incubator-mynewt-core git commit: MYNEWT_542 Controller using a non-1MHz clock for cputime

2017-01-18 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 607dfa5b2 -> f5d513f89 MYNEWT_542 Controller using a non-1MHz clock for cputime Removed the CLOCK_FREQ definition from the BSP and replaced with OS_CPUTIME_FREQ as there is no need for multiple definitions. Made the call to

incubator-mynewt-core git commit: MYNEWT-542: Controller not working if os cputime not 1 MHz.

2017-01-10 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 433aab55c -> 797836452 MYNEWT-542: Controller not working if os cputime not 1 MHz. There were additional places that microseconds were not being converted into ticks. Now converted. Project: http://git-wip-us.apache.org/r

incubator-mynewt-core git commit: MYNEWT-542: Controller not working properly if os cputime not 1MHz

2017-01-09 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop fded8a353 -> fa73ce595 MYNEWT-542: Controller not working properly if os cputime not 1MHz The code was not correctly usecs to ticks in all cases. The changes to the code should now allow a cputime to be set differently than

incubator-mynewt-core git commit: No jira ticket for this commit. The nordic startup code was not zeroing BSS. We now zero the BSS in the gcc_startup_nrfxx.s file to insure that it is zeroed. This was

2017-01-09 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop e92318291 -> fded8a353 No jira ticket for this commit. The nordic startup code was not zeroing BSS. We now zero the BSS in the gcc_startup_nrfxx.s file to insure that it is zeroed. This was not an issue previously as the c s

incubator-mynewt-core git commit: MYNEWT-538: Do not enable the new timer by default

2017-01-09 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop eeb4df4d5 -> 635176cb4 MYNEWT-538: Do not enable the new timer by default Modified the syscfg files that enabled TIMER_3 or TIMER_5 on the nordic platforms by default. By default, it should be disabled. While this should no

incubator-mynewt-core git commit: MYNEWT-539: Controller allocates too many os events for commands

2017-01-06 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 826fd665f -> f10034d73 MYNEWT-539: Controller allocates too many os events for commands The controller now uses a global os event and does not allocate a memory pool. Project: http://git-wip-us.apache.org/repos/asf/incuba

incubator-mynewt-core git commit: MYNEWT-538: Add RTC to hal timers for nordic platforms

2017-01-06 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 6c9762b1e -> 21387d2b7 MYNEWT-538: Add RTC to hal timers for nordic platforms Added RTC0 only to the hal timers for the nordic platforms. Note that the only frequency we currently allow for this timer is 32768. Project: h

incubator-mynewt-core git commit: MYNEWT-536: mbuf exhaustion can cause supervision timeout

2017-01-04 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 5c27bba13 -> d1af59d32 MYNEWT-536: mbuf exhaustion can cause supervision timeout The fix to this bug involved removing the supervision timers and replacing it with a variable in the connection state machine that records the

[1/2] incubator-mynewt-core git commit: No jira ticket: nrf51 bsps should use #define for RTC

2017-01-03 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop ac1496259 -> a9d943b70 No jira ticket: nrf51 bsps should use #define for RTC The nrf51 code should have used a #define for the os tick timer as opposed to always using RTC0. I updated the code to use a #define and also RTC1

[2/2] incubator-mynewt-core git commit: No jira ticket: update BLE_SM syscfg to BLE_SM_LEGACY.

2017-01-03 Thread wes3
No jira ticket: update BLE_SM syscfg to BLE_SM_LEGACY. 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/b02a2ea1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b02a2ea1

[4/5] incubator-mynewt-core git commit: MYNEWT-524 Initial support for nrf52840pdk

2016-12-28 Thread wes3
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/afecb4cd/hw/mcu/nordic/src/ext/nRF5_SDK_11.0.0_89a8197/components/device/nrf51_to_nrf52840.h -- diff --git a/hw/mcu/nordic/src/ext/nRF5_SDK_11.0.0_89a8197/component

[2/5] incubator-mynewt-core git commit: MYNEWT-524 Initial support for nrf52840pdk

2016-12-28 Thread wes3
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/afecb4cd/hw/mcu/nordic/src/ext/nRF5_SDK_11.0.0_89a8197/components/device/nrf52840_bitfields.h -- diff --git a/hw/mcu/nordic/src/ext/nRF5_SDK_11.0.0_89a8197/componen

[5/5] incubator-mynewt-core git commit: MYNEWT-524 Initial support for nrf52840pdk

2016-12-28 Thread wes3
MYNEWT-524 Initial support for nrf52840pdk This commit is the initial support for the nrf52840 pdk. I did some basic ble testing with a test app (bletest) and it appears to be working. There was no additional MCU added as the peripherals are close to the nrf52832. No testing was done on any gpio o

[3/5] incubator-mynewt-core git commit: MYNEWT-524 Initial support for nrf52840pdk

2016-12-28 Thread wes3
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/afecb4cd/hw/mcu/nordic/src/ext/nRF5_SDK_11.0.0_89a8197/components/device/nrf52840.h -- diff --git a/hw/mcu/nordic/src/ext/nRF5_SDK_11.0.0_89a8197/components/device/

[1/5] incubator-mynewt-core git commit: MYNEWT-524 Initial support for nrf52840pdk

2016-12-28 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 12b5170d0 -> afecb4cdb http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/afecb4cd/hw/mcu/nordic/src/ext/nRF5_SDK_11.0.0_89a8197/components/device/nrf52840_peripherals.h ---

[2/4] incubator-mynewt-core git commit: No jira ticket

2016-12-26 Thread wes3
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a2993a9f/hw/mcu/nxp/mkw41z/include/mcu/MKW41Z4_features.h -- diff --git a/hw/mcu/nxp/mkw41z/include/mcu/MKW41Z4_features.h b/hw/mcu/nxp/mkw41z/include/mcu/MKW41Z4_f

[1/4] incubator-mynewt-core git commit: No jira ticket

2016-12-26 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 0a81b25c0 -> a2993a9f8 http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a2993a9f/hw/mcu/nxp/mkw41z/include/mcu/cortex_m0.h -- diff --git a/

[3/4] incubator-mynewt-core git commit: No jira ticket

2016-12-26 Thread wes3
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a2993a9f/hw/mcu/nxp/mkw41z/include/mcu/MKW41Z4.h -- diff --git a/hw/mcu/nxp/mkw41z/include/mcu/MKW41Z4.h b/hw/mcu/nxp/mkw41z/include/mcu/MKW41Z4.h new file mode 100

[4/4] incubator-mynewt-core git commit: No jira ticket

2016-12-26 Thread wes3
No jira ticket This is very, very initial BSP for the usbmkw41z. There is very limited HAL support and the OS ticker will probably get changed as I did something simple for proof of concept. Note that there is nothing in the devices directory in the SDK for this mcu. The reason for this is tha

incubator-mynewt-core git commit: MYNEWT-508: The ocf at the host needs to be a uint16_t.

2016-12-13 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop f1924c558 -> 5e0f1bce5 MYNEWT-508: The ocf at the host needs to be a uint16_t. This is due to the vendor specific ocf added for multi-advertising. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo

[2/2] incubator-mynewt-core git commit: MYNEWT-508: Add multiple advertising instances

2016-12-13 Thread wes3
MYNEWT-508: Add multiple advertising instances This commit adds the ability for the nimble controller to have multiple advertising instances. There were many changes to the code to support this feature. More on how to enable it is in the jira ticket. Project: http://git-wip-us.apache.org/repos/a

[1/2] incubator-mynewt-core git commit: MYNEWT-508: Add multiple advertising instances

2016-12-13 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop d19cb51b0 -> f1924c558 http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f1924c55/net/nimble/include/nimble/hci_common.h -- diff --git a/net

incubator-mynewt-core git commit: No jira ticket: remove nordic SDK files/code from nrf51 and nrf52 bsps.

2016-11-18 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_b1_dev d859a482a -> abf290455 No jira ticket: remove nordic SDK files/code from nrf51 and nrf52 bsps. 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 git commit: No jira ticket for this commit: remove references to nordic SDK from hal_watchdog for nrf51 and nrf52.

2016-11-18 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_b1_dev e2211c8f6 -> d859a482a No jira ticket for this commit: remove references to nordic SDK from hal_watchdog for nrf51 and nrf52. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://

[2/2] incubator-mynewt-core git commit: No jira ticket: removal of nordic SDK code from hal_spi for the nrf51 and nrf52.

2016-11-18 Thread wes3
No jira ticket: removal of nordic SDK code from hal_spi for the nrf51 and nrf52. 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/e2211c8f Tree: http://git-wip-us.apache.org/repos/asf/incubator-

[1/2] incubator-mynewt-core git commit: No jira ticket: removal of nordic SDK code from hal_spi for the nrf51 and nrf52.

2016-11-18 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_b1_dev 68e8ec557 -> e2211c8f6 http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e2211c8f/hw/mcu/nordic/nrf52xxx/src/hal_spi.c -- diff --git a/

[1/2] incubator-mynewt-core git commit: No jira ticket: removal of nordic SDK code from hal_spi for the nrf51 and nrf52.

2016-11-18 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 8813bdf00 -> 4fcb950cf http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/4fcb950c/hw/mcu/nordic/nrf52xxx/src/hal_spi.c -- diff --git a/hw/mc

[2/2] incubator-mynewt-core git commit: No jira ticket: removal of nordic SDK code from hal_spi for the nrf51 and nrf52.

2016-11-18 Thread wes3
No jira ticket: removal of nordic SDK code from hal_spi for the nrf51 and nrf52. 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/4fcb950c Tree: http://git-wip-us.apache.org/repos/asf/incubator-

incubator-mynewt-core git commit: MYNEWT-486: Further fixes for ACL data buffer size/count.

2016-11-14 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_b1_dev aa214cc43 -> 0874dceae MYNEWT-486: Further fixes for ACL data buffer size/count. While not exactly related to the ACL data buffer size, when testing the controller-only blehci code we noticed that the number of ACL buf

incubator-mynewt-core git commit: MYNEWT-486: Controller cannot accept ACL data packets > 255 bytes.

2016-11-14 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_b1_dev 6f24373c4 -> 4660b41c8 MYNEWT-486: Controller cannot accept ACL data packets > 255 bytes. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incu

incubator-mynewt-core git commit: MYNEWT-336: Allow for smaller mbufs in nimble.

2016-11-11 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 8694d49e8 -> de4784827 MYNEWT-336: Allow for smaller mbufs in nimble. The controller should now support the usage of smaller mbufs. Please read the Jira ticket for more information regarding mbuf usage by the controller and

incubator-mynewt-core git commit: The ACL data packet length being reported by the LE read buffer size command included the HCI ACL data packet header. Well, there still needs more work to be done her

2016-11-09 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop ca0fe7448 -> d476d026c The ACL data packet length being reported by the LE read buffer size command included the HCI ACL data packet header. Well, there still needs more work to be done here to reconcile the constants being

incubator-mynewt-core git commit: Modify comments for hal_i2c.h to match current API.

2016-11-09 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop c61985b33 -> 83129d438 Modify comments for hal_i2c.h to match current API. 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/co

incubator-mynewt-core git commit: MYNEWT-475: BSP cleanup

2016-11-09 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 0c51338ed -> c61985b33 MYNEWT-475: BSP cleanup Modification of stm32f4 linker scripts and bsp.yml files. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/rep

[2/2] incubator-mynewt-core git commit: MYNEWT-475: BSP Cleanup

2016-11-08 Thread wes3
MYNEWT-475: BSP Cleanup Modification of nrf linker scripts. The linker scripts are now split apart into part variation specific linker scripts for images and the bootloader. Common linker scripts are now located in the mcu directories. The bsp.yml files now specify the two split scripts. Users can

[1/2] incubator-mynewt-core git commit: MYNEWT-475: BSP Cleanup

2016-11-08 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 90067c9ac -> cd9214edc http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/cd9214ed/hw/bsp/nrf51dk/nrf51xxac.ld -- diff --git a/hw/bsp/nrf51dk

incubator-mynewt-core git commit: MYNEWT-475: BSP Cleanup

2016-11-07 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop ca2dc54a2 -> acd26632d MYNEWT-475: BSP Cleanup The startup .s files need to be in an architecture specifc directory. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.ap

[3/3] incubator-mynewt-core git commit: MYNEWT-475: BSP Cleanup

2016-11-04 Thread wes3
MYNEWT-475: BSP Cleanup Move startup code into MCU directory. 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/290c6839 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/2

[2/3] incubator-mynewt-core git commit: MYNEWT-475: BSP Cleanup

2016-11-04 Thread wes3
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/290c6839/hw/bsp/nrf52dk/src/arch/cortex_m4/gcc_startup_nrf52.s -- diff --git a/hw/bsp/nrf52dk/src/arch/cortex_m4/gcc_startup_nrf52.s b/hw/bsp/nrf52dk/src/arch/corte

[1/3] incubator-mynewt-core git commit: MYNEWT-475: BSP Cleanup

2016-11-04 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 383dee40c -> 290c6839f http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/290c6839/hw/mcu/nordic/nrf51xxx/src/gcc_startup_nrf51_split.s -- di

[2/2] incubator-mynewt-core git commit: MYNEWT-475: BSP cleanup

2016-11-04 Thread wes3
MYNEWT-475: BSP cleanup Move system_nrf5x.c into the appropriate mcu directory. 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/f55051b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-

[1/2] incubator-mynewt-core git commit: MYNEWT-475: BSP cleanup

2016-11-04 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 60c1d227d -> f55051b2c http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f55051b2/hw/mcu/nordic/nrf52xxx/src/system_nrf52.c -- diff --git a/

[3/4] incubator-mynewt-core git commit: No jira ticket: with the task/event queue changes, needed to have the bletest app create a "host processing" task for events from the controller.

2016-11-04 Thread wes3
No jira ticket: with the task/event queue changes, needed to have the bletest app create a "host processing" task for events from the controller. 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

[2/4] incubator-mynewt-core git commit: MYNEWT-475: BSP Cleanup

2016-11-04 Thread wes3
MYNEWT-475: BSP Cleanup Remove os_bsp.c by adding all its functionaltiy to hal_bsp.c 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/60c1d227 Tree: http://git-wip-us.apache.org/repos/asf/incub

<    1   2   3   4   5   6   7   >