incubator-mynewt-core git commit: shell; can't declare shell_cmd as const.

2016-10-11 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop cad60d8f3 -> a11b8a2f2 shell; can't declare shell_cmd as const. 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/a11b8a

incubator-mynewt-core git commit: stm32f4 i2c; fix off-by-one check.

2016-10-11 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop f4f67ef83 -> cad60d8f3 stm32f4 i2c; fix off-by-one check. 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/cad60d8f Tre

[1/2] incubator-mynewt-core git commit: stm32f4 hal_timer.

2016-10-11 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop c8713fc81 -> f4f67ef83 stm32f4 hal_timer. 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/6f20b61e Tree: http://git-wi

[2/2] incubator-mynewt-core git commit: olimex e407 bsp; add timer_0 config settings

2016-10-11 Thread marko
olimex e407 bsp; add timer_0 config settings 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/f4f67ef8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/f4f67ef8 Diff: http

[1/2] incubator-mynewt-newt git commit: newtmgr - "image state" command.

2016-10-11 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop dda67b09a -> 41e8c790b newtmgr - "image state" command. This command is intended to replace the following: * image list * image boot * split status It remains a separate command until it is complete. Project:

[2/2] incubator-mynewt-newt git commit: newt - Don't print syscfg warning text

2016-10-11 Thread ccollins
newt - Don't print syscfg warning text Only display syscfg warnings for the "target config" command. 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/41e8c790 Tree: http://git-wip-us.apache.org

incubator-mynewt-core git commit: imgmgr - "image state" command.

2016-10-11 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop d908df939 -> c8713fc81 imgmgr - "image state" command. This command is intended to replace the following: * image list * image boot * split status It remains a separate command until it is complete. Project:

incubator-mynewt-newt git commit: Revendor to get gatt changes

2016-10-11 Thread vipulrahane
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 8c9a814a9 -> dda67b09a Revendor to get gatt changes 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/dda67b09 Tree: htt

incubator-mynewt-core git commit: imgmgr - Fix "image boot" reporting issue

2016-10-11 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 2056cc633 -> 2fda2349c imgmgr - Fix "image boot" reporting issue For split images, "image boot" should report slot 0 for test image and main image; slot 1 for active image. This behavior was changed in a previous commit.

incubator-mynewt-core git commit: Additional change required for previous boot fix.

2016-10-11 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 2fda2349c -> d908df939 Additional change required for previous boot fix. 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/comm

[2/3] incubator-mynewt-core git commit: olimex bsp - Add flash area comments.

2016-10-11 Thread ccollins
olimex bsp - Add flash area comments. 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/dbb3d6bb Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/dbb3d6bb Diff: http://git-

[1/3] incubator-mynewt-core git commit: imgmgr - "image state" command.

2016-10-11 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 5fff7319f -> 2056cc633 imgmgr - "image state" command. This command is intended to replace the following: * image list * image boot * split status It remains a separate command until it is complete. Still to d

[3/3] incubator-mynewt-core git commit: native bsp - Uncomment NFFS AREA designation.

2016-10-11 Thread ccollins
native bsp - Uncomment NFFS AREA designation. 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/2056cc63 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/2056cc63 Diff: htt

incubator-mynewt-newt git commit: newt - Make the "SELFTEST" setting global.

2016-10-11 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 6b585caed -> 8c9a814a9 newt - Make the "SELFTEST" setting global. Prior to this change, SELFTEST was only exported to the package under test. However, it is useful for other packages to know if the "newt test" command is b

[2/8] incubator-mynewt-site git commit: Updated link with update instructions for newt tool. This closes #117. Fixed broken links. This closes #116.

2016-10-11 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b12581a3/develop/os/modules/testutil/tu_restart/index.html -- diff --git a/develop/os/modules/testutil/tu_restart/index.html b/develop/os/modules/testutil/tu_restar

[5/8] incubator-mynewt-site git commit: Updated link with update instructions for newt tool. This closes #117. Fixed broken links. This closes #116.

2016-10-11 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b12581a3/develop/network/ble/ini_stack/ble_add_cpu/index.html -- diff --git a/develop/network/ble/ini_stack/ble_add_cpu/index.html b/develop/network/ble/ini_stack/b

[6/8] incubator-mynewt-site git commit: Updated link with update instructions for newt tool. This closes #117. Fixed broken links. This closes #116.

2016-10-11 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b12581a3/develop/network/ble/ble_hs/ble_att/ble_att/index.html -- diff --git a/develop/network/ble/ble_hs/ble_att/ble_att/index.html b/develop/network/ble/ble_hs/bl

[7/8] incubator-mynewt-site git commit: Updated link with update instructions for newt tool. This closes #117. Fixed broken links. This closes #116.

2016-10-11 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b12581a3/develop/mkdocs/search_index.json -- diff --git a/develop/mkdocs/search_index.json b/develop/mkdocs/search_index.json index 1b735f4..2ed4fec 100644 --- a/dev

[1/8] incubator-mynewt-site git commit: Updated link with update instructions for newt tool. This closes #117. Fixed broken links. This closes #116.

2016-10-11 Thread aditi
Repository: incubator-mynewt-site Updated Branches: refs/heads/asf-site 40d2f9576 -> b12581a33 http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b12581a3/sitemap.xml -- diff --git a/sitemap.xml b/sitemap.xml ind

[8/8] incubator-mynewt-site git commit: Updated link with update instructions for newt tool. This closes #117. Fixed broken links. This closes #116.

2016-10-11 Thread aditi
Updated link with update instructions for newt tool. This closes #117. Fixed broken links. This closes #116. 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/b12581a3 Tree: http://git-wip-us.ap

[3/8] incubator-mynewt-site git commit: Updated link with update instructions for newt tool. This closes #117. Fixed broken links. This closes #116.

2016-10-11 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b12581a3/develop/os/modules/console/console_echo/index.html -- diff --git a/develop/os/modules/console/console_echo/index.html b/develop/os/modules/console/console_

[4/8] incubator-mynewt-site git commit: Updated link with update instructions for newt tool. This closes #117. Fixed broken links. This closes #116.

2016-10-11 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b12581a3/develop/os/core_os/mqueue/os_mqueue_put/index.html -- diff --git a/develop/os/core_os/mqueue/os_mqueue_put/index.html b/develop/os/core_os/mqueue/os_mqueue

[GitHub] incubator-mynewt-site pull request #116: Fix broken links

2016-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-mynewt-site/pull/116 --- 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

[8/9] incubator-mynewt-site git commit: Merge branch 'fixBrokenLinks' of https://github.com/gj262/incubator-mynewt-site into develop

2016-10-11 Thread aditi
Merge branch 'fixBrokenLinks' of https://github.com/gj262/incubator-mynewt-site into develop This closes #116. 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/f48d3b19 Tree: http://git-wip-us

[3/9] incubator-mynewt-site git commit: fix link

2016-10-11 Thread aditi
fix link 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/9ffd55da Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/9ffd55da Diff: http://git-wip-us.apache.org/repos/asf/i

[6/9] incubator-mynewt-site git commit: fix broken links

2016-10-11 Thread aditi
fix broken links 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/bbbda539 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/bbbda539 Diff: http://git-wip-us.apache.org/rep

[5/9] incubator-mynewt-site git commit: Updating Newt

2016-10-11 Thread aditi
Updating Newt Added update instructions for newt for Mac and Linux 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/8800078d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/t

[4/9] incubator-mynewt-site git commit: Merge branch 'develop' of github.com:gj262/incubator-mynewt-site into develop

2016-10-11 Thread aditi
Merge branch 'develop' of github.com:gj262/incubator-mynewt-site into develop 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/e812d372 Tree: http://git-wip-us.apache.org/repos/asf/incubator-myn

[2/9] incubator-mynewt-site git commit: fix link

2016-10-11 Thread aditi
fix link 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/c0101c44 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/c0101c44 Diff: http://git-wip-us.apache.org/repos/asf/i

[1/9] incubator-mynewt-site git commit: Added NUCLEO-F401RE to the list of BSPs in landing page

2016-10-11 Thread aditi
Repository: incubator-mynewt-site Updated Branches: refs/heads/develop 536e0daf0 -> 9d206a14d Added NUCLEO-F401RE to the list of BSPs in landing page Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-sit

[9/9] incubator-mynewt-site git commit: Merge branch 'develop' of https://github.com/davidgs/incubator-mynewt-site into develop

2016-10-11 Thread aditi
Merge branch 'develop' of https://github.com/davidgs/incubator-mynewt-site into develop This closes #117 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/9d206a14 Tree: http://git-wip-us.apach

[7/9] incubator-mynewt-site git commit: fix more links

2016-10-11 Thread aditi
fix more links 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/5c00cfff Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/5c00cfff Diff: http://git-wip-us.apache.org/repos

incubator-mynewt-core git commit: No jira ticket: allow for synthesized 32.768 crystal on nrf51

2016-10-11 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 5ee5f8362 -> 5fff7319f No jira ticket: allow for synthesized 32.768 crystal on nrf51 Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-myne

incubator-mynewt-core git commit: bootutil - Another slot-idx/flash-area-id mismatch

2016-10-11 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 944243141 -> 5ee5f8362 bootutil - Another slot-idx/flash-area-id mismatch 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

[30/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/MK64F12_features.h -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F1

[40/45] incubator-mynewt-core git commit: mcu: MK64F12: add system start HAL

2016-10-11 Thread marko
mcu: MK64F12: add system start HAL - tested with mynewt boot app Signed-off-by: Michael Scott 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/05b9861f Tree: http://git-wip-us.apache.org/repo

[39/45] incubator-mynewt-core git commit: mcu: MK64F12: add system HAL

2016-10-11 Thread marko
mcu: MK64F12: add system HAL copied mostly from nordic devices Signed-off-by: Michael Scott 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/877d710a Tree: http://git-wip-us.apache.org/repos/

[26/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_dspi.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F1

[45/45] incubator-mynewt-core git commit: This closes #113.

2016-10-11 Thread marko
This closes #113. Merge branch 'develop' of https://github.com/Hashcode/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/94424314 Tree: http://git-wip-us.apa

[25/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_dspi.h -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F1

[42/45] incubator-mynewt-core git commit: mcu: MK64F12: add watchdog HAL

2016-10-11 Thread marko
mcu: MK64F12: add watchdog HAL Signed-off-by: Michael Scott 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/b8ee7f51 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b8

[27/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_cmt.h -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12

[29/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_adc16.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F

[43/45] incubator-mynewt-core git commit: mcu: MK64F12: add flash HAL

2016-10-11 Thread marko
mcu: MK64F12: add flash HAL Signed-off-by: Michael Scott 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/7c11cf8e Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/7c11c

[28/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_clock.h -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F

[38/45] incubator-mynewt-core git commit: mcu: MK64F12: add basic includes for hardware

2016-10-11 Thread marko
mcu: MK64F12: add basic includes for hardware Signed-off-by: Michael Scott 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/65e6a3b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-myne

[44/45] incubator-mynewt-core git commit: mcu: MK64F12: add os_tick HAL

2016-10-11 Thread marko
mcu: MK64F12: add os_tick HAL Uses PIT (periodic interrupt timer) block to generate an interrupt every OS_TICK (1000 per second) Signed-off-by: Michael Scott Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-myn

[37/45] incubator-mynewt-core git commit: mcu: MK64F12: add pkg.yml

2016-10-11 Thread marko
mcu: MK64F12: add pkg.yml Signed-off-by: Michael Scott 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/c6230744 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c623074

[10/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_sdhc.h -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F1

[08/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_vref.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F1

[18/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_flexcan.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK6

[41/45] incubator-mynewt-core git commit: mcu: MK64F12: add stubbed hw_id HAL

2016-10-11 Thread marko
mcu: MK64F12: add stubbed hw_id HAL - Need to research method for reading serial # and do actual implementation - This satisfies the requirements for running apps like slinky Signed-off-by: Michael Scott Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http

[09/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_uart.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F1

[15/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_i2c_edma.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK

[16/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_i2c.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12

[13/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_port.h -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F1

[34/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/FRDM-K64F_manifest.xml -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/FRDM-K64F_manifest.xml b/

[31/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/MK64F12.svd -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/MK64F

[12/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_sai.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12

[19/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_flash.h -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F

[11/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_sai_edma.h -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK

[06/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/utilities/fsl_debug_console.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/dev

[33/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/LA_OPT_Base_License.htm -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/LA_OPT_Base_License.htm

[03/45] incubator-mynewt-core git commit: mcu: MK64F12: add uart HAL

2016-10-11 Thread marko
mcu: MK64F12: add uart HAL - Console input needs work Signed-off-by: Michael Scott 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/920371ad Tree: http://git-wip-us.apache.org/repos/asf/incub

[02/45] incubator-mynewt-core git commit: bsp: frdm-k64f: initial setup for FRDM-K64F BSP

2016-10-11 Thread marko
bsp: frdm-k64f: initial setup for FRDM-K64F BSP Adds support for NXP FRDM-K64F hardware using mcu/nxp/MK64F12 HAL layers Signed-off-by: Michael Scott 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

[22/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_enet.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F1

[35/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
add Kinetis SDK 2.0 built for FRDM-K64F Method for generating the Kinetis SDK files: - Go to: https://kex.nxp.com/en/welcome -> "Build an SDK" - (Sign in) - Search for "FRDM-K64F" as your device to begin the SDK builder process and click "Select Configuration" - Uncheck all options under "Operat

[17/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_ftm.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12

[21/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_enet.h -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F1

[07/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/gcc/startup_MK64F12.S -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK6

[32/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/MK64F12.h -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/MK64F12

[14/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_mpu.h -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12

[24/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_dspi_edma.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/M

[23/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_edma.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F1

[20/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/drivers/fsl_flash.c -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F

[05/45] incubator-mynewt-core git commit: add Kinetis SDK 2.0 built for FRDM-K64F

2016-10-11 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f8f2ebbf/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/MK64F12/utilities/fsl_notifier.h -- diff --git a/hw/mcu/nxp/src/ext/sdk-2.0-frdm-k64f_b160321/devices/

[36/45] incubator-mynewt-core git commit: MCU: NXP: add pkg.yml

2016-10-11 Thread marko
MCU: NXP: add pkg.yml Signed-off-by: Michael Scott 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/7faf62f8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/7faf62f8 Di

[01/45] incubator-mynewt-core git commit: bsp: frdm-k64f: initial setup for FRDM-K64F BSP

2016-10-11 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 9bff5b211 -> 944243141 http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/9a45975e/hw/bsp/frdm-k64f/src/hal_bsp.c -- diff --git a/hw/bsp/frdm

[04/45] incubator-mynewt-core git commit: mcu: MK64F12: add gpio HAL

2016-10-11 Thread marko
mcu: MK64F12: add gpio HAL Signed-off-by: Michael Scott 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/182ea6da Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/182ea6

[GitHub] incubator-mynewt-site pull request #117: Updating Newt Documentation

2016-10-11 Thread davidgs
GitHub user davidgs opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/117 Updating Newt Documentation Added update instructions for newt for Mac and Linux You can merge this pull request into a Git repository by running: $ git pull https://github.com/d

incubator-mynewt-core git commit: kernel; fix build for unittests.

2016-10-11 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 60d74cfc5 -> 9bff5b211 kernel; fix build for unittests. 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/9bff5b21 Tree:

incubator-mynewt-core git commit: boot_serial; fix unittest.

2016-10-11 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop bed47f0ab -> 60d74cfc5 boot_serial; fix unittest. 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/60d74cfc Tree: http:

[1/2] incubator-mynewt-core git commit: final re-org of directories -- removing the lib/ directory.

2016-10-11 Thread sterling
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 8fbd28852 -> bed47f0ab http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/bed47f0a/mgmt/imgmgr/src/imgmgr.c -- diff --git a/mgmt/imgmgr/src/i

[2/2] incubator-mynewt-core git commit: final re-org of directories -- removing the lib/ directory.

2016-10-11 Thread sterling
final re-org of directories -- removing the lib/ 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/bed47f0a Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/bed4

incubator-incubator-mynewt-pkg-sdk git commit: initial commit, based on contents of pkg type

2016-10-11 Thread sterling
Repository: incubator-incubator-mynewt-pkg-sdk Updated Branches: refs/heads/master [created] ee1a05e97 initial commit, based on contents of pkg type Project: http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubat

incubator-incubator-mynewt-pkg-bsp git commit: initial commit, based on contents of pkg type

2016-10-11 Thread sterling
Repository: incubator-incubator-mynewt-pkg-bsp Updated Branches: refs/heads/master [created] 4ed1797a3 initial commit, based on contents of pkg type Project: http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-bsp/repo Commit: http://git-wip-us.apache.org/repos/asf/incubat

incubator-mynewt-core git commit: minor cleanup of console to CODING_STANDARDS, document shell, make stats_name_map into a const, to locate statistics into .text

2016-10-11 Thread sterling
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 37864b722 -> 8fbd28852 minor cleanup of console to CODING_STANDARDS, document shell, make stats_name_map into a const, to locate statistics into .text Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/r

incubator-mynewt-newt git commit: add ability to create new packages to newt based on templates

2016-10-11 Thread sterling
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 21deb707e -> 6b585caed add ability to create new packages to newt based on templates Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-myne

[3/4] incubator-incubator-mynewt-pkg-pkg git commit: base of sample source file

2016-10-11 Thread sterling
base of sample source file Project: http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/commit/1b73639e Tree: http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/t

[2/4] incubator-incubator-mynewt-pkg-pkg git commit: add template include file and pkg.yml

2016-10-11 Thread sterling
add template include file and pkg.yml Project: http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/commit/d149f6d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynew

[4/4] incubator-incubator-mynewt-pkg-pkg git commit: add documentation to the sample package

2016-10-11 Thread sterling
add documentation to the sample package Project: http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/commit/d12f2c56 Tree: http://git-wip-us.apache.org/repos/asf/incubator-incubator-myn

[1/4] incubator-incubator-mynewt-pkg-pkg git commit: first commit

2016-10-11 Thread sterling
Repository: incubator-incubator-mynewt-pkg-pkg Updated Branches: refs/heads/master [created] d12f2c567 first commit Project: http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/commi