incubator-mynewt-core git commit: boot - Fix mem leak I just created!

2016-10-20 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 22a85a985 -> 0d75df2eb boot - Fix mem leak I just created! 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/0d75df2e

incubator-mynewt-core git commit: bootutil - Only allocate sector arrays for loader.

2016-10-20 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop f855c453f -> 22a85a985 bootutil - Only allocate sector arrays for loader. The boot loader's array of sector descriptors was getting allocated unconditionally, even though it was only used in the boot loader and in split

[2/2] incubator-mynewt-core git commit: Boot loader update

2016-10-20 Thread ccollins
Boot loader update 1. Increase copy magic number from 4 bytes to 16. 2. Ensure magic, status, and swap state get written sequentially within a sector. 3. Standardize on the flash_map API (flash_area_open(), etc.). Previously, we were using both the flash map API and direct HAL flash

[1/2] incubator-mynewt-core git commit: Boot loader update

2016-10-20 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop dbb78037e -> f855c453f http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f855c453/boot/bootutil/test/src/testcases/boot_test_nv_ns_01.c --

incubator-mynewt-core git commit: MYNEWT-424; MCU specific define mapping port/pin to a single number.

2016-10-20 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 598cd4b4c -> dbb78037e MYNEWT-424; MCU specific define mapping port/pin to a single number. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[09/10] incubator-mynewt-core git commit: nucleo system_stm32f4xx.c; update startup code with code from new STM32F4 SDK.

2016-10-20 Thread marko
nucleo system_stm32f4xx.c; update startup code with code from new STM32F4 SDK. 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/8e190fe2 Tree:

incubator-mynewt-core git commit: nimble uart transport; fix broken build.

2016-10-20 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 51bcb4628 -> 598cd4b4c nimble uart transport; fix broken build. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: sys/id pkg.yml; no ID_CLI feature.

2016-10-20 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop dd789d761 -> 51bcb4628 sys/id pkg.yml; no ID_CLI feature. 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/51bcb462

incubator-mynewt-core git commit: MYNEWT-410; add hal_* prefix to bsp_* functions. bsp_init() -> hal_bsp_init(), bsp_flash_dev() -> hal_bsp_flash_dev() etc.

2016-10-20 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 6f7a245b9 -> dd789d761 MYNEWT-410; add hal_* prefix to bsp_* functions. bsp_init() -> hal_bsp_init(), bsp_flash_dev() -> hal_bsp_flash_dev() etc. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo

[2/4] incubator-mynewt-core git commit: MYNEWT-444 - Configure log level per-module

2016-10-20 Thread ccollins
MYNEWT-444 - Configure log level per-module Add argument to log_register specifying the log level (e.g, LOG_WARN, etc) to be accepted in the log. A new field was added to log structure to store the log level. New define LOG_SYSLEVEL is the "defined" system log level. Bonus fixes for log and

[03/10] incubator-mynewt-core git commit: nucleo bsp.h; console uart is now identified by name, not by hal uart number.

2016-10-20 Thread marko
nucleo bsp.h; console uart is now identified by name, not by hal uart 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/commit/224e2902 Tree:

incubator-mynewt-core git commit: nucleo hal_bsp.c; no ADCs defined yet.

2016-10-20 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop a3d78fb9b -> 6f7a245b9 nucleo hal_bsp.c; no ADCs defined yet. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[04/10] incubator-mynewt-core git commit: nucleo cmsis_nvic.h; STM32 SDK includes are now at a different place.

2016-10-20 Thread marko
nucleo cmsis_nvic.h; STM32 SDK includes are now at a different place. 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/b1f0207c Tree:

[05/10] incubator-mynewt-core git commit: nucleo stm32f4xx_hal_conf.h; STM32 SDK is now a different version.

2016-10-20 Thread marko
nucleo stm32f4xx_hal_conf.h; STM32 SDK is now a different version. 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/c4413a72 Tree:

[02/10] incubator-mynewt-core git commit: nucleo bsp.yml; feature bootloader is now called BOOT_LOADER.

2016-10-20 Thread marko
nucleo bsp.yml; feature bootloader is now called BOOT_LOADER. 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/6ac37871 Tree:

[07/10] incubator-mynewt-core git commit: nucleo pkg.yml; BSP package needs to include uart driver to create uart0/uart1.

2016-10-20 Thread marko
nucleo pkg.yml; BSP package needs to include uart driver to create uart0/uart1. 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/24cdb5ef Tree:

[06/10] incubator-mynewt-core git commit: nucleo download.sh; feature bootloader is now called BOOT_LOADER.

2016-10-20 Thread marko
nucleo download.sh; feature bootloader is now called BOOT_LOADER. 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/22315c8e Tree:

[10/10] incubator-mynewt-core git commit: nucleo syscfg.yml; add items for BSP configurables. These control which HAL drivers are configured.

2016-10-20 Thread marko
nucleo syscfg.yml; add items for BSP configurables. These control which HAL drivers are configured. 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/a3d78fb9 Tree:

[08/10] incubator-mynewt-core git commit: nucleo hal_bsp.c; STM32F4 SDK include files have moved. BSP now creates OS devices/configures HAL drivers from bsp_init().

2016-10-20 Thread marko
nucleo hal_bsp.c; STM32F4 SDK include files have moved. BSP now creates OS devices/configures HAL drivers from bsp_init(). 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/40ef274b Tree:

incubator-mynewt-core git commit: sys/log - Fix incorrect condition in level check.

2016-10-20 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 08cede0ac -> c3cdf9f18 sys/log - Fix incorrect condition in level check. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[2/4] incubator-mynewt-core git commit: stm32f4xx hal watchdog; remove 407 specific include.

2016-10-20 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e81535ef/hw/mcu/stm/stm32f4xx/include/mcu/stm32f401xe.h -- diff --git a/hw/mcu/stm/stm32f4xx/include/mcu/stm32f401xe.h

[4/4] incubator-mynewt-core git commit: olimex bsp; move SDK defines from pkg.yml to stm32f4xx_hal_conf.h.

2016-10-20 Thread marko
olimex bsp; move SDK defines from pkg.yml to stm32f4xx_hal_conf.h. 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/08cede0a Tree:

[3/4] incubator-mynewt-core git commit: stm32f4xx hal watchdog; remove 407 specific include.

2016-10-20 Thread marko
stm32f4xx hal watchdog; remove 407 specific include. 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/e81535ef Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e81535ef

[1/4] incubator-mynewt-core git commit: stm32f4xx hal watchdog; remove 407 specific include.

2016-10-20 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop fe04856d8 -> 08cede0ac http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e81535ef/hw/mcu/stm/stm32f4xx/src/hal_watchdog.c -- diff --git

[GitHub] incubator-mynewt-site pull request #118: Updated for newest versions of newt

2016-10-20 Thread davidgs
GitHub user davidgs opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/118 Updated for newest versions of newt You can merge this pull request into a Git repository by running: $ git pull https://github.com/davidgs/incubator-mynewt-site develop

[1/4] incubator-mynewt-core git commit: Updates for stats and logs

2016-10-20 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 7539880d6 -> fe04856d8 Updates for stats and logs MYNEWT-447 - Unused array log_modules in sys/log.c MYNEWT-445 - Option to erase stats counter. Remove vestigial log_modules array (thanks Simon Ratner) Add STATS_CLEAR

[3/4] incubator-mynewt-core git commit: sample apps - initialize nimble host log.

2016-10-20 Thread ccollins
sample apps - initialize nimble host log. 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/b2b72da0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b2b72da0 Diff:

[4/4] incubator-mynewt-core git commit: compiler/sim - Fix typo: using g++ for C code.

2016-10-20 Thread ccollins
compiler/sim - Fix typo: using g++ for C code. 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/fe04856d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/fe04856d Diff:

incubator-mynewt-newt git commit: newt - Ensure macro names are valid C-identifiers.

2016-10-20 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop e74fa85f5 -> 07e677a7e newt - Ensure macro names are valid C-identifiers. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: