[2/2] incubator-mynewt-core git commit: This closes #245

2017-04-26 Thread wes3
This closes #245 Fix number of completed packet events in both controller and host. 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/eb4f2898 Tree: http://git-wip-us.apache.org/repos/asf/incuba

[1/2] incubator-mynewt-core git commit: MYNEWT-738: Fix parameter array errors

2017-04-26 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 02fd7c764 -> eb4f28984 MYNEWT-738: Fix parameter array errors Fix number of completed packet events Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf

[GitHub] incubator-mynewt-site pull request #176: Added Blinky stm32F4-discovery tuto...

2017-04-26 Thread cwanda
GitHub user cwanda opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/176 Added Blinky stm32F4-discovery tutorial and changed runtimeinc to runtimeco in docs Added Blinky stm32F4-discovery tutorial and changed runtimeinc to runtimeco in docs You can merge

[10/50] [abbrv] incubator-mynewt-core git commit: hw/bsp: MYNEWT-730 Add BSP for Ruuvi tag

2017-04-26 Thread janc
hw/bsp: MYNEWT-730 Add BSP for Ruuvi tag Add BSP for Ruuvi tag revision B3/B4. Not sure if this same BSP will work on other Ruuvi Tag B revisions. Note that the UART only uses tx/rx and goes to test points on the board (the test points are TP10 and TP11). Project: http://git-wip-us.apache.org/re

[38/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-739 sensor_test app: improvements

2017-04-26 Thread janc
MYNEWT-739 sensor_test app: improvements - In the app tcs34725_config() was failing which was causing the sensor list to not get populated. Fixing it. - Cleaning up the sensor_test app to remove config, gpio toggle stats, gpio toggle logs from the app Project: http://git-wip-us.apache.org/re

[46/50] [abbrv] incubator-mynewt-core git commit: sys/console: migrated to new console functionality

2017-04-26 Thread janc
sys/console: migrated to new console functionality This patch brings improved console functionality. Some of the features: * support for different console backends; UART and RTT for now * improved ANSI codes handling * backward compatible API, so it doesn't break existing apps although the old API

[30/50] [abbrv] incubator-mynewt-core git commit: nimble/transport; MYNEWT-737: Make ble_hci_uart_tx_char more efficient

2017-04-26 Thread janc
nimble/transport; MYNEWT-737: Make ble_hci_uart_tx_char more efficient Modified the code in ble_hci_uart_tx_char to be faster. This added a bit more code (should not have increased ram usage) and should in general be faster than the old method and should also free the mbufs slightly faster (each o

[06/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-26 Thread janc
MYNEWT-729 SensorAPI: Send sensor data over OIC - Use COAP_MAX_URI constant instead of calloc 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/2300485f Tree: http://git-wip-us.apache.org/repos/

[13/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-732: Fix ble_gattc_disc_svc_by_uuid

2017-04-26 Thread janc
MYNEWT-732: Fix ble_gattc_disc_svc_by_uuid Broken in a refactor in 191acab73c9c77c157a806d8871b653f3c64cbc9. 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/1ae17576 Tree: http://git-wip-us.ap

[29/50] [abbrv] incubator-mynewt-core git commit: Initial BLE400 BSP

2017-04-26 Thread janc
Initial BLE400 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/323f7849 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/323f7849 Diff: http://git-wip-us.apache.org/r

[36/50] [abbrv] incubator-mynewt-core git commit: nimble/transport; MYNEWT-737: Make ble_hci_uart_tx_char more efficient

2017-04-26 Thread janc
nimble/transport; MYNEWT-737: Make ble_hci_uart_tx_char more efficient Per pull request review, add assert() if om is NULL. Did not modify the rest of the code in case assert() is compiled out by NDEBUG being defined. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Com

[44/50] [abbrv] incubator-mynewt-core git commit: sys/console: switch to blocking mode for tab completion

2017-04-26 Thread janc
sys/console: switch to blocking mode for tab completion This patch solves an issue with tab completion and async console. Tab completion is triggered in interrupt context and it outputs text into the buffer. As the buffer fills up, the console tries to wait until the uart pulls out the data from t

[21/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-734 console_printf() return # printed chrs.

2017-04-26 Thread janc
MYNEWT-734 console_printf() return # printed chrs. The *printf family of functions do this. It is useful for aligning text. 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/80fb08ca Tree: http:

[33/50] [abbrv] incubator-mynewt-core git commit: kernel/os: Add os_eventq_get_no_wait function

2017-04-26 Thread janc
kernel/os: Add os_eventq_get_no_wait function This function is needed in interrupt context for quick queue polls. 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/10d350c5 Tree: http://git-wip-

[35/50] [abbrv] incubator-mynewt-core git commit: drivers/rtt: add SEGGER RTT package

2017-04-26 Thread janc
drivers/rtt: add SEGGER RTT package 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/d36cccb2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/d36cccb2 Diff: http://git-wi

[40/50] [abbrv] incubator-mynewt-core git commit: Misc: Add some required includes to .h files.

2017-04-26 Thread janc
Misc: Add some required includes to .h 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/b16eed63 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b16eed63 Diff: htt

[28/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-734 console_printf() return # printed chrs.

2017-04-26 Thread janc
MYNEWT-734 console_printf() return # printed chrs. Fix a bug for non-baselibc builds. 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/271ab1b9 Tree: http://git-wip-us.apache.org/repos/asf/incu

[03/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-26 Thread janc
MYNEWT-729 SensorAPI: Send sensor data over OIC - Add timestamp in oic sensor payload 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/a6b41a55 Tree: http://git-wip-us.apache.org/repos/asf/incu

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

2017-04-26 Thread janc
This closes #244. Merge branch 'dev_20170423' of https://github.com/wesley-wu/incubator-mynewt-core 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/ce47d845 Tree: http://git-wip-us.apache.org

[22/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-735 tinyprintf: negative field width spec.

2017-04-26 Thread janc
MYNEWT-735 tinyprintf: negative field width spec. >From the printf(3) man page on my OS X: `-' A negative field width flag; the converted value is to be left adjusted on the field boundary. Except for n conversions, the converted value is padded on the right

[42/50] [abbrv] incubator-mynewt-core git commit: apps/bleprph: disable console input to save flash

2017-04-26 Thread janc
apps/bleprph: disable console input to save flash 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/27ff3195 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/27ff3195 Diff:

[15/50] [abbrv] incubator-mynewt-core git commit: Merge branch 'lwip_updates' of https://github.com/mkiiskila/incubator-mynewt-core

2017-04-26 Thread janc
Merge branch 'lwip_updates' of https://github.com/mkiiskila/incubator-mynewt-core This closes #235. 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/28b29f44 Tree: http://git-wip-us.apache.org

[34/50] [abbrv] incubator-mynewt-core git commit: drivers/rtt: add SEGGER RTT package

2017-04-26 Thread janc
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d36cccb2/hw/drivers/rtt/src/SEGGER_RTT_printf.c -- diff --git a/hw/drivers/rtt/src/SEGGER_RTT_printf.c b/hw/drivers/rtt/src/SEGGER_RTT_printf.c new file mode 100644

[45/50] [abbrv] incubator-mynewt-core git commit: sys/console: bring back console/minimal

2017-04-26 Thread janc
sys/console: bring back console/minimal 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/5008f7c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5008f7c9 Diff: http://gi

[18/50] [abbrv] incubator-mynewt-core git commit: fs/fcb; fix a bug when storing variable of 127 bytes in length.

2017-04-26 Thread janc
fs/fcb; fix a bug when storing variable of 127 bytes in length. 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/31d00cb0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/

[09/50] [abbrv] incubator-mynewt-core git commit: No Ticket: Redefining user defined sensor types

2017-04-26 Thread janc
No Ticket: Redefining user defined sensor types - It was correct before. It was changed to accomodate more sensors but there was discontinuation in the types. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-my

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

2017-04-26 Thread janc
This closes #243. Merge remote-tracking branch 'wes3/ble_hci_uart2' * wes3/ble_hci_uart2: nimble/transport; MYNEWT-737: Make ble_hci_uart_tx_char more efficient nimble/transport; MYNEWT-737: Make ble_hci_uart_tx_char more efficient Project: http://git-wip-us.apache.org/repos/asf/incubator-m

[31/50] [abbrv] incubator-mynewt-core git commit: stm32f4xx, erase flash should wait for complete

2017-04-26 Thread janc
stm32f4xx, erase flash should wait for 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/commit/cabdff91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/cabdff91 Diff: h

[23/50] [abbrv] incubator-mynewt-core git commit: Merge branch 'console-num-chars' of https://github.com/ccollins476ad/incubator-mynewt-core

2017-04-26 Thread janc
Merge branch 'console-num-chars' of https://github.com/ccollins476ad/incubator-mynewt-core This closes #240. This closes #239. 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/fd7bf2bf Tree: h

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

2017-04-26 Thread janc
This closes #242. Merge branch 'ble400' of https://github.com/utzig/incubator-mynewt-core 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/02fd7c76 Tree: http://git-wip-us.apache.org/repos/asf/

[05/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-26 Thread janc
MYNEWT-729 SensorAPI: Send sensor data over OIC - use valid URIs as per spec 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/54533236 Tree: http://git-wip-us.apache.org/repos/asf/incubator-myn

[01/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-26 Thread janc
Repository: incubator-mynewt-core Updated Branches: refs/heads/bluetooth5 4c2a8d984 -> 87329b514 MYNEWT-729 SensorAPI: Send sensor data over OIC - Cleaning up Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-

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

2017-04-26 Thread janc
This closes #238. Merge branch 'raspberry_pi' of https://github.com/mkiiskila/incubator-mynewt-core 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/e13e309d Tree: http://git-wip-us.apache.org

[25/50] [abbrv] incubator-mynewt-core git commit: This closes #241

2017-04-26 Thread janc
This closes #241 The UART transport assumes outgoing ACL data packets consist of a single mbuf. If the chain contains multiple buffers, the later part of the outgoing packet consists of all zeros. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-

[20/50] [abbrv] incubator-mynewt-core git commit: hw/mcu/native; remove dependency on compiler/sim; bsp already has it.

2017-04-26 Thread janc
hw/mcu/native; remove dependency on compiler/sim; bsp already has it. 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/1b5f14c6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core

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

2017-04-26 Thread janc
This closes #250. Merge branch 'master' into bluetooth5 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/87329b51 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/87329b5

[19/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-728; support native arch armv7.

2017-04-26 Thread janc
MYNEWT-728; support native arch armv7. 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/6d3edb39 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/6d3edb39 Diff: http://git

[12/50] [abbrv] incubator-mynewt-core git commit: No Ticket: Add sensor device creation in NRF52840

2017-04-26 Thread janc
No Ticket: Add sensor device creation in NRF52840 - Also, change name of init functiosn so that they don't have "slinky_" prefix in them. 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/73c8

[32/50] [abbrv] incubator-mynewt-core git commit: drivers/rtt: add syscfg option to define output buffer size

2017-04-26 Thread janc
drivers/rtt: add syscfg option to define output buffer size bletiny's shell requires larger buffer - 8k - to work properly with debug logs enabled 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

[11/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-731 Crash in config_init_fcb()

2017-04-26 Thread janc
MYNEWT-731 Crash in config_init_fcb() - While specifying the flash layout NRF52840 and NRF52832 need to be distinguished. Seperate structs are define for each oen now. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/inc

[02/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-26 Thread janc
MYNEWT-729 SensorAPI: Send sensor data over OIC - Add multiple sensor oic reqource support 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/686b92db Tree: http://git-wip-us.apache.org/repos/asf

[47/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-696 NMP datetime: always put usecs in rsp.

2017-04-26 Thread janc
MYNEWT-696 NMP datetime: always put usecs in rsp. 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/6ac1b82e Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/6ac1b82e Diff:

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

2017-04-26 Thread janc
This closes #230. Merge branch 'new-console' of https://github.com/michal-narajowski/incubator-mynewt-core 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/7a1e0a8e Tree: http://git-wip-us.apa

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

2017-04-26 Thread janc
This closes #237. Merge remote-tracking branch 'simonratner/MYNEWT-732' * simonratner/MYNEWT-732: MYNEWT-732: Fix ble_gattc_disc_svc_by_uuid 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/

[24/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-736 NimBLE - UART xport can't send multibuf

2017-04-26 Thread janc
MYNEWT-736 NimBLE - UART xport can't send multibuf The UART transport assumes outgoing ACL data packets consist of a single mbuf. If the chain contains multiple buffers, the later part of the outgoing packet consists of all zeros. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-

[07/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-26 Thread janc
MYNEWT-729 SensorAPI: Send sensor data over OIC - Addressing review comments by @mkiiskila - Move private apis from include/bno055.h to bno055/bno055_priv.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

[41/50] [abbrv] incubator-mynewt-core git commit: nrf52dk bsp - Delete empty file.

2017-04-26 Thread janc
nrf52dk bsp - Delete empty file. 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/5ec317d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5ec317d4 Diff: http://git-wip-u

[14/50] [abbrv] incubator-mynewt-core git commit: Merge branch 'ruuvi' of https://github.com/wes3/incubator-mynewt-core

2017-04-26 Thread janc
Merge branch 'ruuvi' of https://github.com/wes3/incubator-mynewt-core This closes #236. 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/84927494 Tree: http://git-wip-us.apache.org/repos/asf/in

[16/50] [abbrv] incubator-mynewt-core git commit: BLE Host - Check tx of disc-svc-uuid in unit tests

2017-04-26 Thread janc
BLE Host - Check tx of disc-svc-uuid in unit tests 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/a1e5c125 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a1e5c125 Diff

[04/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-26 Thread janc
MYNEWT-729 SensorAPI: Send sensor data over OIC - Clean up 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/75e65613 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/75e6

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

2017-04-26 Thread janc
This closes #221. Merge branch 'hcioversocket' of https://github.com/mkiiskila/incubator-mynewt-core 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/a34f6538 Tree: http://git-wip-us.apache.or

[43/50] [abbrv] incubator-mynewt-core git commit: sys/console: fix newtmgr over shell

2017-04-26 Thread janc
sys/console: fix newtmgr over shell 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/c7b6f80d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c7b6f80d Diff: http://git-wi

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

2017-04-26 Thread janc
This closes #234. Merge branch 'sensy' of https://github.com/vrahane/incubator-mynewt-core 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/3bd1a0d0 Tree: http://git-wip-us.apache.org/repos/asf

[GitHub] incubator-mynewt-site pull request #175: Minor edits for installing newt and...

2017-04-26 Thread cwanda
GitHub user cwanda opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/175 Minor edits for installing newt and newtmgr from debian packages We can leave this PR open so I can make any other updates as needed after others have tested the installation. You c

[1/2] incubator-mynewt-core git commit: Initial BLE400 BSP

2017-04-26 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 7a1e0a8e0 -> 02fd7c764 Initial BLE400 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/323f7849 Tree: http://git-wip

[2/2] incubator-mynewt-core git commit: This closes #242.

2017-04-26 Thread marko
This closes #242. Merge branch 'ble400' of https://github.com/utzig/incubator-mynewt-core 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/02fd7c76 Tree: http://git-wip-us.apache.org/repos/asf/

[03/10] incubator-mynewt-core git commit: drivers/rtt: add SEGGER RTT package

2017-04-26 Thread marko
drivers/rtt: add SEGGER RTT package 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/d36cccb2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/d36cccb2 Diff: http://git-wi

[05/10] incubator-mynewt-core git commit: sys/console: bring back console/minimal

2017-04-26 Thread marko
sys/console: bring back console/minimal 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/5008f7c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5008f7c9 Diff: http://gi

[06/10] incubator-mynewt-core git commit: sys/console: migrated to new console functionality

2017-04-26 Thread marko
sys/console: migrated to new console functionality This patch brings improved console functionality. Some of the features: * support for different console backends; UART and RTT for now * improved ANSI codes handling * backward compatible API, so it doesn't break existing apps although the old API

[09/10] incubator-mynewt-core git commit: apps/bleprph: disable console input to save flash

2017-04-26 Thread marko
apps/bleprph: disable console input to save flash 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/27ff3195 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/27ff3195 Diff:

[10/10] incubator-mynewt-core git commit: This closes #230.

2017-04-26 Thread marko
This closes #230. Merge branch 'new-console' of https://github.com/michal-narajowski/incubator-mynewt-core 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/7a1e0a8e Tree: http://git-wip-us.apa

[01/10] incubator-mynewt-core git commit: drivers/rtt: add syscfg option to define output buffer size

2017-04-26 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 6ac1b82ef -> 7a1e0a8e0 drivers/rtt: add syscfg option to define output buffer size bletiny's shell requires larger buffer - 8k - to work properly with debug logs enabled Project: http://git-wip-us.apache.org/repos/asf/incu

[08/10] incubator-mynewt-core git commit: sys/console: switch to blocking mode for tab completion

2017-04-26 Thread marko
sys/console: switch to blocking mode for tab completion This patch solves an issue with tab completion and async console. Tab completion is triggered in interrupt context and it outputs text into the buffer. As the buffer fills up, the console tries to wait until the uart pulls out the data from t

[02/10] incubator-mynewt-core git commit: drivers/rtt: add SEGGER RTT package

2017-04-26 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d36cccb2/hw/drivers/rtt/src/SEGGER_RTT_printf.c -- diff --git a/hw/drivers/rtt/src/SEGGER_RTT_printf.c b/hw/drivers/rtt/src/SEGGER_RTT_printf.c new file mode 100644

[07/10] incubator-mynewt-core git commit: sys/console: fix newtmgr over shell

2017-04-26 Thread marko
sys/console: fix newtmgr over shell 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/c7b6f80d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c7b6f80d Diff: http://git-wi

[04/10] incubator-mynewt-core git commit: kernel/os: Add os_eventq_get_no_wait function

2017-04-26 Thread marko
kernel/os: Add os_eventq_get_no_wait function This function is needed in interrupt context for quick queue polls. 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/10d350c5 Tree: http://git-wip-