[GitHub] ccollins476ad opened a new pull request #67: MYNEWT-778 newt - "newt run" fails for native tgts

2017-06-09 Thread git
MYNEWT-778. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] wes3 opened a new pull request #326: No jira ticket: additional timing changes

2017-06-09 Thread git
as well. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure

[GitHub] vrahane opened a new pull request #325: MYNEWT-777 SensorAPI: Use util/parse pkg instead of using sensor_shell_stol()

2017-06-09 Thread git
in individual drivers. - Removing the sensor_shell_stol() API. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries

[GitHub] mkiiskila commented on a change in pull request #66: image: Add support for RSA-PSS signatures

2017-06-08 Thread git
. Reaching through that will be a bit cumbersome. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about th

[GitHub] ccollins476ad commented on a change in pull request #293: apps/btshell: add bletiny clone that uses new shell

2017-06-08 Thread git
takes a function pointer which gets called for each registered service. The new print code could go in a new file and be implemented with a call to the new foreach function. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-09 Thread git
mment over there. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-09 Thread git
ces. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-09 Thread git
Similar we could do for description to conn_handle, but int this case we have only couple of obj_types valid. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-09 Thread git
ces. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] vrahane opened a new pull request #330: MYNEWT-781 BNO055 Shell: throw error on no type

2017-06-12 Thread git
ssage from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] vrahane closed pull request #330: MYNEWT-781 BNO055 Shell: throw error on no type

2017-06-12 Thread git
vrahane closed pull request #330: MYNEWT-781 BNO055 Shell: throw error on no type URL: https://github.com/apache/incubator-mynewt-core/pull/330 This is an automated message from the Apache Git Service. To respond

[GitHub] vrahane opened a new pull request #332: MYNEWT-779 tcs34725 driver: remove os_time_delay()

2017-06-12 Thread git
be used for reading instead of os_time_delay(). This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about

[GitHub] cwanda opened a new pull request #200: Removed outdated shell example.

2017-06-12 Thread git
. 1) Removed the blinky shell example 2) Added a link the the enabling the Console and Shell tutorial as an example. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] vrahane opened a new pull request #331: MYNEWT-780 Sensor driver shells: expose ADDR syscf

2017-06-12 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] mkiiskila commented on a change in pull request #329: Wi-Fire: Implement hal_timer

2017-06-12 Thread git
t? Also, you'll want to remove the timer from the list before calling the handler; the intent is that the called callback function will be able to restart this same timer. This is an automated message from the Apache Git Service. To

[GitHub] mkiiskila commented on a change in pull request #329: Wi-Fire: Implement hal_timer

2017-06-12 Thread git
are going to be missed when someone else is blocking interrupts for some amount of time. It would be useful to look at other hal_timer implementations to see how they deal with this issue. This is an automated message from t

[GitHub] aditihilbert closed pull request #199: warning: same priority for two tasks is not allowed, fires an assert.

2017-06-12 Thread git
aditihilbert closed pull request #199: warning: same priority for two tasks is not allowed, fires an assert. URL: https://github.com/apache/incubator-mynewt-site/pull/199 This is an automated message from the Apache Git

[GitHub] cwanda opened a new pull request #201: Use STATS_NAMES syscfg setting

2017-06-12 Thread git
names. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure

[GitHub] mkiiskila closed pull request #328: boot/bootutil; security fix - if BOOTUTIL_VALIDATE_SLOT0 was set,

2017-06-20 Thread git
mkiiskila closed pull request #328: boot/bootutil; security fix - if BOOTUTIL_VALIDATE_SLOT0 was set, URL: https://github.com/apache/incubator-mynewt-core/pull/328 This is an automated message from the Apache Git Service

[GitHub] ccollins476ad commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-19 Thread git
e can improve it going forward. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] ccollins476ad commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-19 Thread git
ype, uint16_t conn_handle); ``` and made `ble_store_status` static. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comm

[GitHub] ccollins476ad opened a new pull request #340: MYNEWT-787 serial boot loader - newtmgr buffer overruns

2017-06-19 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git

[GitHub] mkiiskila closed pull request #329: Wi-Fire: Implement hal_timer

2017-06-19 Thread git
mkiiskila closed pull request #329: Wi-Fire: Implement hal_timer URL: https://github.com/apache/incubator-mynewt-core/pull/329 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] cwanda opened a new pull request #189: Use nRF52 Development Kit (nRF52-DK) in blinky nrf52 tutorial

2017-05-26 Thread git
with nRF52-DK This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact

[GitHub] jacobrosenthal opened a new pull request #294: ibeacon: add fields.flags

2017-05-26 Thread git
-packet-structure https://en.wikipedia.org/wiki/IBeacon This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries

[GitHub] spoonofpower opened a new pull request #188: newtmgr also moved to github

2017-05-26 Thread git
spoonofpower opened a new pull request #188: newtmgr also moved to github URL: https://github.com/apache/incubator-mynewt-site/pull/188 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] simonratner opened a new pull request #295: Wrap RTT console buffer if full

2017-05-26 Thread git
, for example. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact

[GitHub] mkiiskila closed pull request #284: hw: mcu: pic32mz2048efg100: Rename ppc to pps

2017-05-30 Thread git
mkiiskila closed pull request #284: hw: mcu: pic32mz2048efg100: Rename ppc to pps URL: https://github.com/apache/incubator-mynewt-core/pull/284 This is an automated message from the Apache Git Service. To respond

[GitHub] mkiiskila closed pull request #286: Wi-Fire: Add SPI support (master mode only)

2017-05-30 Thread git
mkiiskila closed pull request #286: Wi-Fire: Add SPI support (master mode only) URL: https://github.com/apache/incubator-mynewt-core/pull/286 This is an automated message from the Apache Git Service. To respond

[GitHub] ccollins476ad commented on issue #55: MYNEWT-583; newt - allow use of specific tag/repository revision.

2017-05-30 Thread git
it in the Go playground. I did that test a while ago and no longer have the exact code I tested, though. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] mkiiskila commented on a change in pull request #281: imgmgr: add erase command, remove erase from upload command

2017-05-30 Thread git
(data_off < fa->fa_size) +{ Review comment: Can you fix the coding style? See https://github.com/apache/incubator-mynewt-core/blob/master/CODING_STANDARDS.md This is an automated message from the Apache Git Serv

[GitHub] mkiiskila commented on a change in pull request #281: imgmgr: add erase command, remove erase from upload command

2017-05-30 Thread git
op is needed. I have not encountered a flash sector which would not be a multiple of minimally 4 bytes. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] mkiiskila commented on a change in pull request #281: imgmgr: add erase command, remove erase from upload command

2017-05-30 Thread git
@@ #include #include +#include Review comment: Do we need this inclusion? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment

[GitHub] mkiiskila commented on a change in pull request #281: imgmgr: add erase command, remove erase from upload command

2017-05-30 Thread git
automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] mkiiskila commented on a change in pull request #281: imgmgr: add erase command, remove erase from upload command

2017-05-30 Thread git
return MGMT_ERR_EINVAL; +} +rc = flash_area_erase(imgr_state.upload.fa, 0, + imgr_state.upload.fa->fa_size); Review comment: Could call flash_area_close() for completeness. This is an automated message from th

[GitHub] ccollins476ad closed pull request #55: MYNEWT-583; newt - allow use of specific tag/repository revision.

2017-05-30 Thread git
ccollins476ad closed pull request #55: MYNEWT-583; newt - allow use of specific tag/repository revision. URL: https://github.com/apache/incubator-mynewt-newt/pull/55 This is an automated message from the Apache Git Service

[GitHub] ccollins476ad commented on issue #55: MYNEWT-583; newt - allow use of specific tag/repository revision.

2017-05-30 Thread git
, s) } ``` Output: ``` s={%!s(int=5)} Program exited. ``` Maybe there is something different in this example? This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] PierreKircher opened a new pull request #194: slack logo in footer

2017-05-30 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] jacobrosenthal commented on a change in pull request #281: imgmgr: add erase command, remove erase from upload command

2017-05-30 Thread git
@@ #include #include +#include Review comment: yes for min, though that could be duplicated so os isnt needed, or put somewhere else This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] jacobrosenthal commented on a change in pull request #281: imgmgr: add erase command, remove erase from upload command

2017-05-30 Thread git
ed message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] ccollins476ad commented on a change in pull request #281: imgmgr: add erase command, remove erase from upload command

2017-05-30 Thread git
ld include This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] jacobrosenthal commented on a change in pull request #281: imgmgr: add erase command, remove erase from upload command

2017-05-30 Thread git
ed message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] jacobrosenthal commented on issue #281: imgmgr: add erase command, remove erase from upload command

2017-05-30 Thread git
back up cleanly and advertise after a flash_erase disconnect. Its interesting though if I break and step a bit it does come back, so it seems like a timing issue? This is an automated message from the Apache Git Service

[GitHub] jacobrosenthal commented on a change in pull request #281: imgmgr: add erase command, remove erase from upload command

2017-05-30 Thread git
return MGMT_ERR_EINVAL; +} +rc = flash_area_erase(imgr_state.upload.fa, 0, + imgr_state.upload.fa->fa_size); Review comment: Done This is an automated message from the Apache Git Service. To respond to

[GitHub] mkiiskila closed pull request #295: Wrap RTT console buffer if full

2017-05-30 Thread git
mkiiskila closed pull request #295: Wrap RTT console buffer if full URL: https://github.com/apache/incubator-mynewt-core/pull/295 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] mkiiskila closed pull request #289: Shell fixes from review #256

2017-05-30 Thread git
mkiiskila closed pull request #289: Shell fixes from review #256 URL: https://github.com/apache/incubator-mynewt-core/pull/289 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] PierreKircher opened a new pull request #193: Slack logo + link in footer

2017-05-30 Thread git
comments/critics This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact

[GitHub] PierreKircher closed pull request #193: Slack logo + link in footer

2017-05-30 Thread git
PierreKircher closed pull request #193: Slack logo + link in footer URL: https://github.com/apache/incubator-mynewt-site/pull/193 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] mkiiskila commented on issue #288: MYNEWT-742 Initialize OIC automatically.

2017-05-30 Thread git
). At the moment we don't have this facility. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service

[GitHub] aditihilbert closed pull request #188: newtmgr also moved to github

2017-05-30 Thread git
aditihilbert closed pull request #188: newtmgr also moved to github URL: https://github.com/apache/incubator-mynewt-site/pull/188 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] ccollins476ad commented on issue #55: MYNEWT-583; newt - allow use of specific tag/repository revision.

2017-05-31 Thread git
return fmt.Sprintf("%d", s.a) } func main() { s := {5} fmt.Printf("s=%s\n", s) } ``` ``` s=5 Program exited. ``` This is an automated message from the Apache Git Serv

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-05-31 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] rymanluk commented on issue #255: BLE Host - Fix peer OTA addr and type on pairing.

2017-05-31 Thread git
from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rymanluk closed pull request #255: BLE Host - Fix peer OTA addr and type on pairing.

2017-05-31 Thread git
rymanluk closed pull request #255: BLE Host - Fix peer OTA addr and type on pairing. URL: https://github.com/apache/incubator-mynewt-core/pull/255 This is an automated message from the Apache Git Service. To respond

[GitHub] rymanluk commented on issue #255: BLE Host - Fix peer OTA addr and type on pairing.

2017-05-31 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-05-31 Thread git
the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-05-31 Thread git
ed devices. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastruct

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-05-31 Thread git
Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-05-31 Thread git
, const union ble_store_key *key, { int rc; +ble_hs_lock(); Review comment: Is this related to this patch? BTW why we need it in ble_store? This is an automated message from the Apache Git Service. To respond

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-05-31 Thread git
+= ble_sm_num_procs(); Review comment: count is not initialized This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment

[GitHub] aditihilbert closed pull request #194: slack logo in footer

2017-05-31 Thread git
aditihilbert closed pull request #194: slack logo in footer URL: https://github.com/apache/incubator-mynewt-site/pull/194 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] aditihilbert commented on issue #194: slack logo in footer

2017-05-31 Thread git
aditihilbert commented on issue #194: slack logo in footer URL: https://github.com/apache/incubator-mynewt-site/pull/194#issuecomment-305171005 Thanks - This is cool! This is an automated message from the Apache Git Service

[GitHub] mkiiskila opened a new pull request #302: Oic update

2017-06-01 Thread git
shortage situation. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact

[GitHub] ccollins476ad closed pull request #301: oic - Fix for missing 128-bit iotivity svc.

2017-06-01 Thread git
ccollins476ad closed pull request #301: oic - Fix for missing 128-bit iotivity svc. URL: https://github.com/apache/incubator-mynewt-core/pull/301 This is an automated message from the Apache Git Service. To respond

[GitHub] PierreKircher opened a new pull request #195: community slack link

2017-05-31 Thread git
PierreKircher opened a new pull request #195: community slack link URL: https://github.com/apache/incubator-mynewt-site/pull/195 community slack link . req by sterling This is an automated message from the Apache Git Service

[GitHub] ccollins476ad opened a new pull request #300: Re-add 128-bit iotivity service UUID.

2017-05-31 Thread git
service UUID which we want to support. This commit adds the 128-bit UUID back. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific

[GitHub] aditihilbert closed pull request #185: MYNEWT-761 Update 1.1 doc for newtmgr taskstats/mpstats commands.

2017-06-02 Thread git
aditihilbert closed pull request #185: MYNEWT-761 Update 1.1 doc for newtmgr taskstats/mpstats commands. URL: https://github.com/apache/incubator-mynewt-site/pull/185 This is an automated message from the Apache Git

[GitHub] aditihilbert closed pull request #191: MYNEWT-763 1.1 Doc for newt target amend command.

2017-06-02 Thread git
aditihilbert closed pull request #191: MYNEWT-763 1.1 Doc for newt target amend command. URL: https://github.com/apache/incubator-mynewt-site/pull/191 This is an automated message from the Apache Git Service. To respond

[GitHub] PierreKircher commented on issue #192: gdb in vscode

2017-06-02 Thread git
- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] PierreKircher opened a new pull request #196: Develop

2017-06-02 Thread git
PierreKircher opened a new pull request #196: Develop URL: https://github.com/apache/incubator-mynewt-site/pull/196 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] PierreKircher closed pull request #196: Develop

2017-06-02 Thread git
PierreKircher closed pull request #196: Develop URL: https://github.com/apache/incubator-mynewt-site/pull/196 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] ccollins476ad opened a new pull request #301: oic - Fix for missing 128-bit iotivity svc.

2017-06-01 Thread git
, the Runtime characteristics were overwriting the iotivity value handle variables. This caused notifications to be sent for the wrong characteristic. This is an automated message from the Apache Git Service. To respond

[GitHub] aditihilbert commented on issue #192: gdb in vscode

2017-06-02 Thread git
omated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] aditihilbert commented on issue #192: gdb in vscode

2017-06-02 Thread git
omated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] aditihilbert closed pull request #190: MYNEWT-764 Document 1.1 newt run command behavior when version is not provided

2017-06-02 Thread git
the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] aditihilbert closed pull request #195: community slack link

2017-06-02 Thread git
aditihilbert closed pull request #195: community slack link URL: https://github.com/apache/incubator-mynewt-site/pull/195 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] cwanda opened a new pull request #197: Fix broken link to task_lesson.png

2017-06-04 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] francois-berder opened a new pull request #305: Wi-Fire: Implement watchdog

2017-06-05 Thread git
francois-berder opened a new pull request #305: Wi-Fire: Implement watchdog URL: https://github.com/apache/incubator-mynewt-core/pull/305 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] aditihilbert closed pull request #197: Fix broken link to task_lesson.png

2017-06-05 Thread git
aditihilbert closed pull request #197: Fix broken link to task_lesson.png URL: https://github.com/apache/incubator-mynewt-site/pull/197 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] wes3 closed pull request #304: make uart1 on rb-blend2 bitbanged

2017-06-05 Thread git
wes3 closed pull request #304: make uart1 on rb-blend2 bitbanged URL: https://github.com/apache/incubator-mynewt-core/pull/304 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] mkiiskila closed pull request #303: hw: mcu: pic32mz2048efg100: Implement hal_system_reset

2017-06-05 Thread git
mkiiskila closed pull request #303: hw: mcu: pic32mz2048efg100: Implement hal_system_reset URL: https://github.com/apache/incubator-mynewt-core/pull/303 This is an automated message from the Apache Git Service. To respond

[GitHub] mkiiskila closed pull request #305: Wi-Fire: Implement watchdog

2017-06-05 Thread git
mkiiskila closed pull request #305: Wi-Fire: Implement watchdog URL: https://github.com/apache/incubator-mynewt-core/pull/305 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] mkiiskila commented on issue #314: MYNEWT_689: Make CONSOLE_UART a syscfg variable.

2017-06-07 Thread git
? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git

[GitHub] wes3 commented on issue #314: MYNEWT_689: Make CONSOLE_UART a syscfg variable.

2017-06-07 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] wes3 opened a new pull request #314: MYNEWT_689: Make CONSOLE_UART a syscfg variable.

2017-06-06 Thread git
directories. This can be overridden by the bsp, app, or target. Some bsps used different settings for the console uart and those bsps override the default uart (which is uart0). This is an automated message from the Apache Git

[GitHub] vrahane commented on a change in pull request #258: MYNEWT-744 SensorAPI: improvements

2017-06-07 Thread git
) return; } +#if 0 Review comment: Removed, thanks for pointing it out. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go

[GitHub] vrahane closed pull request #258: MYNEWT-744 SensorAPI: improvements

2017-06-07 Thread git
vrahane closed pull request #258: MYNEWT-744 SensorAPI: improvements URL: https://github.com/apache/incubator-mynewt-core/pull/258 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] mkiiskila commented on a change in pull request #258: MYNEWT-744 SensorAPI: improvements

2017-06-07 Thread git
) return; } +#if 0 Review comment: If it's #if 0, maybe you should consider removing the code block altogether? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] vrahane commented on a change in pull request #258: MYNEWT-744 SensorAPI: improvements

2017-06-07 Thread git
onsensus was, there would be an initial config that happens at the bsp level. The user of the sensor can then go and re-config the sensor in the app if needed. ---- This is an automated message from the Apache Git Service. To respond to

[GitHub] mkiiskila commented on a change in pull request #258: MYNEWT-744 SensorAPI: improvements

2017-06-07 Thread git
(); Review comment: Sensor config is not done by the user of the sensor? ---- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries

[GitHub] mkiiskila commented on a change in pull request #306: Nosig armv7

2017-06-07 Thread git
e CONSOLE_UART "uart0" Review comment: Dont' forget to remove this line, and the other one in native-mips bsp when pull request #314 gets merged. -------- This is an automated message from the Apache Git Service. To

[GitHub] wes3 closed pull request #314: MYNEWT_689: Make CONSOLE_UART a syscfg variable.

2017-06-07 Thread git
wes3 closed pull request #314: MYNEWT_689: Make CONSOLE_UART a syscfg variable. URL: https://github.com/apache/incubator-mynewt-core/pull/314 This is an automated message from the Apache Git Service. To respond

[GitHub] cwanda commented on issue #65: MYNEWT-649 Validate target variable target set command.

2017-06-07 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] jonathanpallant opened a new pull request #315: BSP for STM32F7-Discovery board

2017-06-07 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] d3zd3z opened a new pull request #66: image: Add support for RSA-PSS signatures

2017-06-07 Thread git
by the bootloader this could be made the default. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about

[GitHub] ccollins476ad opened a new pull request #317: mn_socket: Unix domain socket support.

2017-06-07 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards

[GitHub] vrahane opened a new pull request #318: MYNEWT-681 remove flash write protection in download scripts

2017-06-07 Thread git
, setting the DISABLEINDEBUG register. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service

[GitHub] utzig closed pull request #315: BSP for STM32F7-Discovery board

2017-06-07 Thread git
utzig closed pull request #315: BSP for STM32F7-Discovery board URL: https://github.com/apache/incubator-mynewt-core/pull/315 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] utzig commented on issue #314: MYNEWT_689: Make CONSOLE_UART a syscfg variable.

2017-06-07 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards

[GitHub] francois-berder opened a new pull request #316: hw: mcu: pic32mz2048efg100: Implement hal_reset_cause

2017-06-07 Thread git
did not manage to cause a BOR reset. Signed-off-by: Francois Berder <fber...@outlook.fr> This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

  1   2   3   >