summaryrefslogtreecommitdiff
path: root/hw/bsp/nrf52pdk
AgeCommit message (Expand)Author
2016-05-19bsp; add bsp_core_dump() to report which areas to dump.Marko Kiiskila
2016-05-19bsp; rename os_bsp_init() to bsp_init().Marko Kiiskila
2016-05-19hal/bsp; add hal_bsp.h, which exports common BSP APIs.Marko Kiiskila
2016-04-15MYNEWT-99: Implement LL encryption procedure.William San Filippo
2016-03-30No ticket - fixing slinky(moving baselibc to bsps)Vipul Rahane
2016-03-28add stubs for hew hal bsp_sysidPaul Dietrich
2016-03-22Hide JLinkGDBServer output during "newt debug"Christopher Collins
2016-03-22nRF52 bootloader.Christopher Collins
2016-03-14Replace some common fields in pkg.yml.Christopher Collins
2016-03-10Add necessary type field to packages.Christopher Collins
2016-03-10Add pkg.arch to BSP.Marko Kiiskila
2016-03-09Reflect repository name change in yml files.Marko Kiiskila
2016-03-03Merge remote-tracking branch 'origin/develop'Christopher Collins
2016-03-03Fix some version discrepencies in pkg.yml files.Christopher Collins
2016-02-26moved the NFFS_AREA_MAX to the bsp since it must match between a bootloader a...Paul Dietrich
2016-02-24(MYNEWT-43) Add missing fields to egg.yml files.Christopher Collins
2016-02-19Remove Apache license from some third-party files.Christopher Collins
2016-02-12Don't execute bin2img if image was created already with 'newt target label'.Marko Kiiskila
2016-02-11Remove 'tiny' ld files; create nrf51dk-16kbram bspChristopher Collins
2016-02-10rename repository to app, and fix merge conflictsSterling Hughes
2016-02-10remove interim egg filesSterling Hughes
2016-02-08Add 'tiny' option for nrf BSPs (16kB RAM).Christopher Collins
2016-02-08Re-add execute permissions to script files.Christopher Collins
2016-02-06add license definitions to .yml filesSterling Hughes
2016-02-06update more header files... stragglers.Sterling Hughes
2016-02-06add license headers to .sh filesSterling Hughes
2016-02-06update license header files, continued.Sterling Hughes
2016-02-06replace license headers with ASF license. first pass.Sterling Hughes
2016-02-05Use 'set -m' in debug script to get JTAG debugger to get it's ownMarko Kiiskila
2016-02-04String matching was wrong. Also report error for NRF platforms whenMarko Kiiskila
2016-02-02Reduce exception stacks to 384 bytes on nrf52 and nrf51. Looks like stack use...wes3
2016-02-01Expose symbol for current marker of heap to inspect use of it fromMarko Kiiskila
2016-02-01Add flash_map, internal flash to NRF52 BSP.Marko Kiiskila
2016-01-22Add "more convenient" bssnz_t macro.Christopher Collins
2016-01-22Rename nzbss section to .bss.core.nz; move attribute defines to bsp.hChristopher Collins
2016-01-22Connection update procedure implemented. Most of connection parameter request...wes3
2015-12-16Reference errata in to nrf52 linker script.Christopher Collins
2015-12-10Add nzbss memory section for nrf52.Christopher Collins
2015-12-09Get additional 32K of RAM on nrf52. See errata #33 and #34wes3
2015-11-13Remove workaround for having capability for ble_driver in bsp egg.Marko Kiiskila
2015-11-11Add BLE_DEVICE identity to project bletest. Also added ble_driver capability ...wes3
2015-11-09Initial commit of drivers for ble stack. Ported to nrf52 and native bsp's. In...wes3
2015-11-09Move NVIC_Relocate() and friends from BSPs to libs/cmsis-core/src.Marko Kiiskila
2015-11-04First take on debug/download scripts for NRF 52.Marko Kiiskila
2015-10-30Make the system restart happen via system_reset(). For Cortex, dropMarko Kiiskila
2015-10-29Make sure that mynewt _sbrk() stays available during linking until sbrkMarko Kiiskila
2015-10-29Clean up whitespace at the end of lines.Marko Kiiskila
2015-10-29BSPs don't depend on libs/os.Marko Kiiskila
2015-10-20HAL UART for NRF52, first take.Marko Kiiskila
2015-09-30Create mcu/cortex_m4.h for Cortex-M4s. Use this to move OS contextMarko Kiiskila