You are viewing a plain text version of this content. The canonical link for it is here.
- incubator-mynewt-newt git commit: fetch tadpole from ASF infra - posted by st...@apache.org on 2015/10/28 18:42:43 UTC, 0 replies.
- incubator-mynewt-site git commit: add index page. - posted by st...@apache.org on 2015/10/28 19:20:06 UTC, 0 replies.
- [1/4] incubator-mynewt-larva git commit: Include stdint as this file uses uint32_t - posted by we...@apache.org on 2015/10/28 21:11:30 UTC, 0 replies.
- [2/4] incubator-mynewt-larva git commit: Add console to ble stack. Add sending of advertising report to host - posted by we...@apache.org on 2015/10/28 21:11:31 UTC, 0 replies.
- [3/4] incubator-mynewt-larva git commit: display received host events on console - posted by we...@apache.org on 2015/10/28 21:11:32 UTC, 0 replies.
- [4/4] incubator-mynewt-larva git commit: Modify code to search for duplicate advertising addresses - posted by we...@apache.org on 2015/10/28 21:11:33 UTC, 0 replies.
- Git Push Summary - posted by we...@apache.org on 2015/10/29 00:26:05 UTC, 0 replies.
- incubator-mynewt-site git commit: site skeleton - posted by we...@apache.org on 2015/10/29 02:05:12 UTC, 0 replies.
- [1/4] incubator-mynewt-site git commit: adding manuals - posted by we...@apache.org on 2015/10/29 07:44:32 UTC, 0 replies.
- [2/4] incubator-mynewt-site git commit: adding manuals - posted by we...@apache.org on 2015/10/29 07:44:33 UTC, 0 replies.
- [3/4] incubator-mynewt-site git commit: adding manuals - posted by we...@apache.org on 2015/10/29 07:44:34 UTC, 0 replies.
- [4/4] incubator-mynewt-site git commit: adding manuals - posted by we...@apache.org on 2015/10/29 07:44:35 UTC, 0 replies.
- [01/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:08 UTC, 0 replies.
- [02/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:09 UTC, 0 replies.
- [03/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:10 UTC, 0 replies.
- [04/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:11 UTC, 0 replies.
- [05/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:12 UTC, 0 replies.
- [06/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:13 UTC, 0 replies.
- [07/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:14 UTC, 0 replies.
- [08/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:15 UTC, 0 replies.
- [09/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:16 UTC, 0 replies.
- [10/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:17 UTC, 0 replies.
- [11/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:18 UTC, 0 replies.
- [12/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:19 UTC, 0 replies.
- [13/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:20 UTC, 0 replies.
- [14/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:21 UTC, 0 replies.
- [15/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:22 UTC, 0 replies.
- [16/16] incubator-mynewt-site git commit: adding manual html files - posted by we...@apache.org on 2015/10/29 08:14:23 UTC, 0 replies.
- incubator-mynewt-site git commit: fixed Documentation link - posted by we...@apache.org on 2015/10/29 08:28:05 UTC, 0 replies.
- [1/2] incubator-mynewt-newt git commit: Flesh out required capabilities a bit more; requiring capability behaves the same as specifying that the egg depends on the egg which offers that capability. - posted by ma...@apache.org on 2015/10/29 19:46:25 UTC, 0 replies.
- [2/2] incubator-mynewt-newt git commit: Don't specify -lc automatically at link time. - posted by ma...@apache.org on 2015/10/29 19:46:26 UTC, 0 replies.
- [1/7] incubator-mynewt-larva git commit: BSPs don't depend on libs/os. - posted by ma...@apache.org on 2015/10/29 19:47:20 UTC, 0 replies.
- [2/7] incubator-mynewt-larva git commit: Clean up whitespace at the end of lines. - posted by ma...@apache.org on 2015/10/29 19:47:21 UTC, 0 replies.
- [3/7] incubator-mynewt-larva git commit: Make sure that mynewt _sbrk() stays available during linking until sbrk from libc is brought in. - posted by ma...@apache.org on 2015/10/29 19:47:22 UTC, 0 replies.
- [4/7] incubator-mynewt-larva git commit: HAL UART; add call to enter blocking mode (does not need interrupts). This'll be used when printing crash info to console. - posted by ma...@apache.org on 2015/10/29 19:47:23 UTC, 0 replies.
- [5/7] incubator-mynewt-larva git commit: Console full/stub provide console API. nimble host depends on console API. - posted by ma...@apache.org on 2015/10/29 19:47:24 UTC, 0 replies.
- [6/7] incubator-mynewt-larva git commit: Fix warning when compiling console for sim. - posted by ma...@apache.org on 2015/10/29 19:47:25 UTC, 0 replies.
- [7/7] incubator-mynewt-larva git commit: assert() prints out fault to console. - posted by ma...@apache.org on 2015/10/29 19:47:26 UTC, 0 replies.
- incubator-mynewt-larva git commit: First take on printing system state in case of an unhandled interrupt (e.g. hard fault). - posted by ma...@apache.org on 2015/10/30 01:41:24 UTC, 0 replies.
- [1/2] incubator-mynewt-site git commit: fixed anchors in manual and added repo info - posted by we...@apache.org on 2015/10/30 05:16:37 UTC, 0 replies.
- [2/2] incubator-mynewt-site git commit: fixed anchors in manual and added repo info - posted by we...@apache.org on 2015/10/30 05:16:38 UTC, 0 replies.
- [1/4] incubator-mynewt-site git commit: anchors fixed - posted by we...@apache.org on 2015/10/30 08:41:48 UTC, 0 replies.
- [2/4] incubator-mynewt-site git commit: anchors fixed - posted by we...@apache.org on 2015/10/30 08:41:49 UTC, 0 replies.
- [3/4] incubator-mynewt-site git commit: anchors fixed - posted by we...@apache.org on 2015/10/30 08:41:50 UTC, 0 replies.
- [4/4] incubator-mynewt-site git commit: anchors fixed - posted by we...@apache.org on 2015/10/30 08:41:51 UTC, 0 replies.
- incubator-mynewt-site git commit: fixed url in documentation home - posted by we...@apache.org on 2015/10/30 08:47:01 UTC, 0 replies.
- incubator-mynewt-site git commit: title spelling errors corrected - posted by we...@apache.org on 2015/10/30 18:17:17 UTC, 0 replies.
- [1/2] incubator-mynewt-site git commit: title spelling errors corrected - take2 - posted by we...@apache.org on 2015/10/30 18:22:17 UTC, 0 replies.
- [2/2] incubator-mynewt-site git commit: title spelling errors corrected - take2 - posted by we...@apache.org on 2015/10/30 18:22:18 UTC, 0 replies.
- [1/2] incubator-mynewt-larva git commit: Expand a bit on how to get console integrated to project. - posted by ma...@apache.org on 2015/10/30 19:49:36 UTC, 0 replies.
- [2/2] incubator-mynewt-larva git commit: Trap on divide-by-zero. - posted by ma...@apache.org on 2015/10/30 19:49:37 UTC, 0 replies.
- incubator-mynewt-site git commit: take 1 - adding url to mynewt site in manual - posted by ad...@apache.org on 2015/10/30 20:43:59 UTC, 0 replies.
- incubator-mynewt-larva git commit: Make the system restart happen via system_reset(). For Cortex, drop into debugger (if present) before doing system reset. - posted by ma...@apache.org on 2015/10/30 20:52:48 UTC, 0 replies.
- incubator-mynewt-larva git commit: Fix scan response reception and modify code to add a packet number to advertisements (for debugging purposes). Use console for advertising report display - posted by we...@apache.org on 2015/10/30 21:05:32 UTC, 0 replies.
- incubator-mynewt-larva git commit: Add cfg for passive/active scanning - posted by we...@apache.org on 2015/10/30 22:04:39 UTC, 0 replies.
- incubator-mynewt-site git commit: site clean up - posted by ad...@apache.org on 2015/10/30 22:26:41 UTC, 0 replies.
- [1/3] incubator-mynewt-larva git commit: Prefix ll with ble_. This includes filenames - posted by we...@apache.org on 2015/10/30 23:21:05 UTC, 0 replies.
- [2/3] incubator-mynewt-larva git commit: Prefix ll with ble_. This includes filenames - posted by we...@apache.org on 2015/10/30 23:21:06 UTC, 0 replies.
- [3/3] incubator-mynewt-larva git commit: Prefix ll with ble_. This includes filenames - posted by we...@apache.org on 2015/10/30 23:21:07 UTC, 0 replies.
- incubator-mynewt-larva git commit: Prefix ble stack modules, functions, definitions and variables with ble_ - posted by we...@apache.org on 2015/10/30 23:24:31 UTC, 2 replies.
- incubator-mynewt-larva git commit: Prefix modules, functions, definitions and variables with ble_ - posted by we...@apache.org on 2015/10/30 23:50:03 UTC, 0 replies.
- incubator-mynewt-larva git commit: Fix sim build for Linux. - posted by ma...@apache.org on 2015/10/31 00:02:00 UTC, 1 replies.
- incubator-mynewt-site git commit: adding blue to connect manual with site - posted by ad...@apache.org on 2015/10/31 00:20:37 UTC, 0 replies.
- incubator-mynewt-site git commit: fixing linking back from manual to site - posted by ad...@apache.org on 2015/10/31 01:09:37 UTC, 0 replies.
- incubator-mynewt-larva git commit: Fix some minor ble spec comments. - posted by cc...@apache.org on 2015/10/31 02:57:48 UTC, 0 replies.
- incubator-mynewt-larva git commit: Only issue "bkpt" on restart if debugger is attached. - posted by ma...@apache.org on 2015/10/31 05:38:51 UTC, 0 replies.