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

2017-06-12 Thread git
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 this

[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 and

[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 to the

[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] mkiiskila commented on a change in pull request #329: Wi-Fire: Implement hal_timer

2017-06-12 Thread git
is set to be high, there's a fair chance that interrupts 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. -

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

2017-06-12 Thread git
uses that to figure out if timer should be removed from this list? 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.

[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 at

[GitHub] sjanc opened a new pull request #333: merge master into bluetooth5 branch

2017-06-13 Thread git
sjanc opened a new pull request #333: merge master into bluetooth5 branch URL: https://github.com/apache/incubator-mynewt-core/pull/333 This is an automated message from the Apache Git Service. To respond to the message

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

2017-06-13 Thread git
imer_num].hal_timer_queue, + TAILQ_FIRST(&timers[timer_num].hal_timer_queue), link); +} Review comment: OK, I will modify the function. This is an automated message from the Apache Git Service. T

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

2017-06-13 Thread git
frequency of interrupts generated by the timer module, but instead specifies the speed of increase of the ```TMRx``` register. Are these two assumptions correct ? 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 commented on a change in pull request #329: Wi-Fire: Implement hal_timer

2017-06-13 Thread git
a frequency and that is the rate at which the underlying timer counter counts (each tick of the counter takes 1/freq). The rate at which interrupts are generated are completely independent of this. This is an automated message fro

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

2017-06-13 Thread git
might need to deal with overflows, if your TMRx/PRx are 32-bit registers. Hardware most likely already provides you an interrupt source for that. If there is no such capability, you can use compare register for that same purpose. Hope this helps! ---

[GitHub] ccollins476ad closed pull request #313: MYNEWT-752 Allow confirm of tentative slot.

2017-06-13 Thread git
ccollins476ad closed pull request #313: MYNEWT-752 Allow confirm of tentative slot. URL: https://github.com/apache/incubator-mynewt-core/pull/313 This is an automated message from the Apache Git Service. To respond to the

[GitHub] ccollins476ad commented on a change in pull request #68: MYNEWT-720; add 'newt resign-image' command.

2017-06-13 Thread git
quot;, + err.Error())) + } + tmpBinName := tmpBin.Name() +// defer os.Remove(tmpBinName) Review comment: It might be good to delete this commented-out line for clarity. -------- This is an automated me

[GitHub] ccollins476ad commented on a change in pull request #325: MYNEWT-777 SensorAPI: Use util/parse pkg instead of using sensor_shell_stol()

2017-06-13 Thread git
_err_invalid_arg(argv[2]); Review comment: Should this be argv[3]? 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. F

[GitHub] ccollins476ad commented on a change in pull request #325: MYNEWT-777 SensorAPI: Use util/parse pkg instead of using sensor_shell_stol()

2017-06-13 Thread git
d this be argv[3]? 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 Infra

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

2017-06-13 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] mkiiskila commented on a change in pull request #68: MYNEWT-720; add 'newt resign-image' command.

2017-06-13 Thread git
quot;, + err.Error())) + } + tmpBinName := tmpBin.Name() +// defer os.Remove(tmpBinName) Review comment: Thanks for pointing out the line, it is not meant to be commented out! -------- This is an automa

[GitHub] mkiiskila commented on a change in pull request #68: MYNEWT-720; add 'newt resign-image' command.

2017-06-13 Thread git
quot;, + err.Error())) + } + tmpBinName := tmpBin.Name() +// defer os.Remove(tmpBinName) Review comment: Thanks for pointing out the line, it is not meant to be commented out! -------- This is an automa

[GitHub] sjanc closed pull request #333: merge master into bluetooth5 branch

2017-06-13 Thread git
sjanc closed pull request #333: merge master into bluetooth5 branch URL: https://github.com/apache/incubator-mynewt-core/pull/333 This is an automated message from the Apache Git Service. To respond to the message, please

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

2017-06-13 Thread git
id) +{ +++timers[0].interrupt_count; + +if (!(TAILQ_EMPTY(&timers[0].hal_timer_queue)) && +timers[0].expiry <= timers[0].interrupt_count) { Review comment: Thanks! I will do the appropriate changes. --

[GitHub] mkiiskila closed pull request #68: MYNEWT-720; add 'newt resign-image' command.

2017-06-13 Thread git
mkiiskila closed pull request #68: MYNEWT-720; add 'newt resign-image' command. URL: https://github.com/apache/incubator-mynewt-newt/pull/68 This is an automated message from the Apache Git Service. To resp

[GitHub] mkiiskila opened a new pull request #69: Fix building targets which are inside repos defined by project.

2017-06-13 Thread git
@this_is_my_repo/targets/this_is_my_target 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

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

2017-06-13 Thread git
vrahane closed pull request #332: MYNEWT-779 tcs34725 driver: remove os_time_delay() URL: https://github.com/apache/incubator-mynewt-core/pull/332 This is an automated message from the Apache Git Service. To respond to the

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

2017-06-13 Thread git
vrahane closed pull request #331: MYNEWT-780 Sensor driver shells: expose ADDR syscf URL: https://github.com/apache/incubator-mynewt-core/pull/331 This is an automated message from the Apache Git Service. To respond to the

[GitHub] mkiiskila opened a new pull request #334: MYNEWT-699; re-add sample linker scripts to Olimex BSP.

2017-06-13 Thread git
mkiiskila opened a new pull request #334: MYNEWT-699; re-add sample linker scripts to Olimex BSP. URL: https://github.com/apache/incubator-mynewt-core/pull/334 This is an automated message from the Apache Git Service. To

[GitHub] aditihilbert closed pull request #201: Use STATS_NAMES syscfg setting

2017-06-13 Thread git
aditihilbert closed pull request #201: Use STATS_NAMES syscfg setting URL: https://github.com/apache/incubator-mynewt-site/pull/201 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] ccollins476ad commented on a change in pull request #334: MYNEWT-699; re-add sample linker scripts to Olimex BSP.

2017-06-13 Thread git
slot size of 256kB. 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 #334: MYNEWT-699; re-add sample linker scripts to Olimex BSP.

2017-06-13 Thread git
ync in this platform. 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

[GitHub] cwanda commented on issue #198: MYNEWT-762 Doc Update for 1.1 newtmgr conn add format

2017-06-13 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] mkiiskila opened a new pull request #335: Mynewt 529

2017-06-13 Thread git
nsole. 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 re

[GitHub] mkiiskila closed pull request #334: MYNEWT-699; re-add sample linker scripts to Olimex BSP.

2017-06-13 Thread git
mkiiskila closed pull request #334: MYNEWT-699; re-add sample linker scripts to Olimex BSP. URL: https://github.com/apache/incubator-mynewt-core/pull/334 This is an automated message from the Apache Git Service. To respond

[GitHub] vrahane commented on issue #335: Mynewt 529

2017-06-13 Thread git
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 issue #198: MYNEWT-762 Doc Update for 1.1 newtmgr conn add format

2017-06-13 Thread git
#x27;t make a lot of sense. 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 conta

[GitHub] vrahane commented on issue #335: Mynewt 529

2017-06-13 Thread git
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 issue #335: Mynewt 529

2017-06-13 Thread git
mkiiskila commented on issue #335: Mynewt 529 URL: https://github.com/apache/incubator-mynewt-core/pull/335#issuecomment-308295245 i2c_scan package added to sensors_test app This is an automated message from the Apache Git

[GitHub] mkiiskila closed pull request #335: Mynewt 529

2017-06-13 Thread git
mkiiskila closed pull request #335: Mynewt 529 URL: https://github.com/apache/incubator-mynewt-core/pull/335 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] limal commented on issue #287: Repeat pairing

2017-06-14 Thread git
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] cwanda opened a new pull request #202: MYNEWT-768 - add newtmgr image erase subcommand.

2017-06-14 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] cwanda opened a new pull request #2: MYNEWT-768 help text for newtmgr image erase command.

2017-06-14 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] vrahane closed pull request #2: MYNEWT-768 help text for newtmgr image erase command.

2017-06-14 Thread git
vrahane closed pull request #2: MYNEWT-768 help text for newtmgr image erase command. URL: https://github.com/apache/incubator-mynewt-newtmgr/pull/2 This is an automated message from the Apache Git Service. To respond to

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

2017-06-15 Thread git
event + * types: + * o BLE_STORE_EVENT_OVERFLOW Review comment: yes it is it 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

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

2017-06-15 Thread git
*event_data) 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 opened a new pull request #336: nimble/bt5_scanner

2017-06-15 Thread git
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-15 Thread git
following event + * types: + * o BLE_STORE_EVENT_OVERFLOW Review comment: I was asking which of those two you would like to see :). This is an automated message from the Apache Git Service. To respond to the

[GitHub] mkiiskila opened a new pull request #337: Multiple oic service uuids

2017-06-15 Thread git
request. Also add syscfg knob to bleprph_oic, which allows choosing whether to advertise the 16-bit UUID for OIC, or 128-bit UUID. At the moment only one of them will be allowed. This is an automated message from the Apache Git

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

2017-06-16 Thread git
different data than conn_handle, we can easly add it here. 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] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-16 Thread git
different data than conn_handle, we can easly add it here. 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] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-16 Thread git
but has different data than conn_handle, we can easly add it here. 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

[GitHub] thejpster opened a new pull request #338: Increase MCU clock speed on STM32F7-Discovery to maximum 168 MHz.

2017-06-16 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] gregersrygg opened a new pull request #203: Add edit on github link

2017-06-16 Thread git
5/27226366-fb3961bc-529e-11e7-9718-c607970b6234.png) ## Before change: ![before](https://user-images.githubusercontent.com/149725/27226358-f51a3e5a-529e-11e7-8355-b358191dc75b.png) This is an automated message from the

[GitHub] utzig commented on issue #203: Add edit on github link

2017-06-16 Thread git
utzig commented on issue #203: Add edit on github link URL: https://github.com/apache/incubator-mynewt-site/pull/203#issuecomment-309027751 Looks good to me! This is an automated message from the Apache Git Service. To

[GitHub] aditihilbert commented on issue #203: Add edit on github link

2017-06-16 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 #202: MYNEWT-768 - add newtmgr image erase subcommand.

2017-06-16 Thread git
aditihilbert closed pull request #202: MYNEWT-768 - add newtmgr image erase subcommand. URL: https://github.com/apache/incubator-mynewt-site/pull/202 This is an automated message from the Apache Git Service. To respond to

[GitHub] aditihilbert closed pull request #203: Add edit on github link

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

[GitHub] aditihilbert closed pull request #200: Removed outdated shell example.

2017-06-16 Thread git
aditihilbert closed pull request #200: Removed outdated shell example. URL: https://github.com/apache/incubator-mynewt-site/pull/200 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] utzig commented on issue #338: Increase MCU clock speed on STM32F7-Discovery to maximum 168 MHz.

2017-06-16 Thread git
the F7 family? 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] thejpster commented on issue #338: Increase MCU clock speed on STM32F7-Discovery to maximum 168 MHz.

2017-06-16 Thread git
overy. 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 re

[GitHub] utzig commented on issue #338: Increase MCU clock speed on STM32F7-Discovery to maximum 168 MHz.

2017-06-16 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] utzig commented on issue #338: Increase MCU clock speed on STM32F7-Discovery to maximum 168 MHz.

2017-06-16 Thread git
I'll test clock updates on the nucleo stm32f767. 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 closed pull request #338: Increase MCU clock speed on STM32F7-Discovery to maximum 168 MHz.

2017-06-16 Thread git
mkiiskila closed pull request #338: Increase MCU clock speed on STM32F7-Discovery to maximum 168 MHz. URL: https://github.com/apache/incubator-mynewt-core/pull/338 This is an automated message from the Apache Git Service

[GitHub] ccollins476ad closed pull request #287: Repeat pairing

2017-06-16 Thread git
ccollins476ad closed pull request #287: Repeat pairing URL: https://github.com/apache/incubator-mynewt-core/pull/287 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] mkiiskila closed pull request #337: Multiple oic service uuids

2017-06-16 Thread git
mkiiskila closed pull request #337: Multiple oic service uuids URL: https://github.com/apache/incubator-mynewt-core/pull/337 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] wes3 commented on issue #336: nimble/bt5_scanner

2017-06-16 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 #339: hw: mcu: pic32mz2048efg100: Fix issues in hal_spi

2017-06-19 Thread git
in ```hal_spi_txrx``` 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 commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-19 Thread git
or cases, so hopefully we 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
t_event(int obj_type, 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 t

[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] mkiiskila closed pull request #339: hw: mcu: pic32mz2048efg100: Fix issues in hal_spi

2017-06-19 Thread git
mkiiskila closed pull request #339: hw: mcu: pic32mz2048efg100: Fix issues in hal_spi URL: https://github.com/apache/incubator-mynewt-core/pull/339 This is an automated message from the Apache Git Service. To respond to

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

2017-06-19 Thread git
ccollins476ad closed pull request #340: MYNEWT-787 serial boot loader - newtmgr buffer overruns URL: https://github.com/apache/incubator-mynewt-core/pull/340 This is an automated message from the Apache Git Service. To

[GitHub] andrzej-kaczmarek opened a new pull request #341: MYNEWT-785: Remove support for 1MHz clock in nimble

2017-06-20 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] michal-narajowski commented on issue #293: apps/btshell: add bletiny clone that uses new shell

2017-06-20 Thread git
ate-params wl -> white-list write -> gatt-write ``` ---- 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 contac

[GitHub] ccollins476ad opened a new pull request #342: BLE Host - decrease default mtu; make configurable at build time.

2017-06-20 Thread git
: BLE_ATT_PREFERRED_MTU: description: The preferred MTU to indicate in MTU exchange commands. value: 256 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[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] mkiiskila opened a new pull request #70: Mynewt 395

2017-06-21 Thread git
newt mfg create'. 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.apach

[GitHub] mkiiskila closed pull request #69: Fix building targets which are inside repos defined by project.

2017-06-21 Thread git
mkiiskila closed pull request #69: Fix building targets which are inside repos defined by project. URL: https://github.com/apache/incubator-mynewt-newt/pull/69 This is an automated message from the Apache Git Service. To

[GitHub] ccollins476ad closed pull request #342: BLE Host - decrease default mtu; make configurable at build time.

2017-06-21 Thread git
ccollins476ad closed pull request #342: BLE Host - decrease default mtu; make configurable at build time. URL: https://github.com/apache/incubator-mynewt-core/pull/342 This is an automated message from the Apache Git

[GitHub] spoonofpower opened a new pull request #71: Avoid github API rate limits

2017-06-21 Thread git
API service to fetch individual files. That can just as easily be done using the raw.githubusercontent.com endpoint, and it avoids the API rate limits. This is an automated message from the Apache Git Service. To respond to the

[GitHub] mkiiskila closed pull request #71: Avoid github API rate limits

2017-06-21 Thread git
mkiiskila closed pull request #71: Avoid github API rate limits URL: https://github.com/apache/incubator-mynewt-newt/pull/71 This is an automated message from the Apache Git Service. To respond to the message, please log on

<    1   2   3