summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2016-09-05Enable RSA verificationJoakim Bech
2016-08-29MYNEWT-374 Code does not build if BLE_LLC_FEAT_LL_PRIVACY=0William San Filippo
2016-08-19boot; boot loader does not need to call os_init() anymore, as bsp_init()Marko Kiiskila
2016-08-19boot; app does not need the dependency to mbedtlsMarko Kiiskila
2016-08-19slinky; time-based waits must use OS_TICKS_PER_SEC.Marko Kiiskila
2016-08-19boot/bootutil; remove debug console use from bootloader.Marko Kiiskila
2016-08-19boot; don't use NFFS or FCB for keeping status. Interim commit.Marko Kiiskila
2016-08-18This closes #81.Marko Kiiskila
2016-08-12BLE apps - Handle GAP MTU event.Christopher Collins
2016-08-12bletiny - parse_arg_uint32_dflt()Christopher Collins
2016-08-11Use new acl data tx routineWilliam San Filippo
2016-08-11Fix incorrect handling of multiple connections and starting encrypted links w...William San Filippo
2016-08-11Fix incorrect handling of multiple connections and starting encrypted links w...William San Filippo
2016-08-11BLE apps - Update for latest HCI transport changesChristopher Collins
2016-08-11Update sample BLE apps to use transports.Christopher Collins
2016-08-11blehci - Use ble_hci_uart_cfg object, not dflt.Christopher Collins
2016-08-10This closes #88.Christopher Collins
2016-08-09BLE apps - Base ble_hs max_hci setting on HCI cfg.Christopher Collins
2016-08-09bletiny - Correctly limit var-len adv field sizes.Christopher Collins
2016-08-05bletiny - Be consistent with addr type strings.Christopher Collins
2016-08-04BLE apps - Update for latest HCI transport changesChristopher Collins
2016-08-03Update sample BLE apps to use transports.Christopher Collins
2016-08-03BLE Host - Rename HCI identifiers and files.Christopher Collins
2016-08-03slinky; Bump up the stack allocation for task1, as it was overflowing.Marko Kiiskila
2016-08-01Refactored file structure for premade services.Brian Giori
2016-07-28shell; call console_init() from shell task context instead of app main.Marko Kiiskila
2016-07-27ble apps - Update for latest NimBLE host API.Christopher Collins
2016-07-27bletiny - Don't set a static rnd addr by dflt.Christopher Collins
2016-07-27This closes #82.Christopher Collins
2016-07-27bletiny - add missing newline in console output.Christopher Collins
2016-07-27BLEuart app changes and host fixVipul Rahane
2016-07-27BLEuart app modifications as per changed APIVipul Rahane
2016-07-27BLEuart appVipul Rahane
2016-07-27slinky; if using FCB for config, and flash contents are not right,Marko Kiiskila
2016-07-27boot; if using FCB for config, don't assert if flash contents areMarko Kiiskila
2016-07-26slinky; move first console printout to happen in task context.Marko Kiiskila
2016-07-26bletiny - Register ANS and security-test svcs.Christopher Collins
2016-07-26Don't read on-flash structures that extend beyond flash areaPeter Snyder
2016-07-25BLE sample apps - Use new GATT registration.Christopher Collins
2016-07-25blehci - Apply Johan's fix for compilation error.Christopher Collins
2016-07-24bletiny - Allow setting of local random address.Christopher Collins
2016-07-24ble example apps: use dflt ble_hs cfg if possibleChristopher Collins
2016-07-22Update sample NimBLE apps to use new mbuf API.Christopher Collins
2016-07-22blecent - Fix memory leak on disconnect!Christopher Collins
2016-07-19This closes #76.Christopher Collins
2016-07-19blecent - Handle rx notify; don't disconnect.Christopher Collins
2016-07-18Update ffs2native with bugfixes and CRC supportPeter Snyder
2016-07-18MYNEWT 266 - newtmgr over BLE(API Changes)Vipul Rahane
2016-07-18MYNEWT-266 Newtmgr over BLEVipul Rahane
2016-07-18bleprph - Compile out debug log / unused features.Christopher Collins