Andres Amaya Garcia
4c8760c90c
Add files from peer manager from nRF51 SDK 10.0.0
...
Add a subset of the files from the peer manager from nRF51 SDK 10.0.0. This
code is required to implement whitelising in the ble-nrf51822 module.
8 years ago
Liyou Zhou
79118e224c
version v2.0.0
8 years ago
Vincent Coubard
7ff95c97f4
Merge pull request #9 from andresag01/master
...
Add ifdef to include correct mbed.h file in mbedOS
8 years ago
Vincent Coubard
d24043f31d
Merge pull request #13 from ARMmbed/nordic_sdk_10.0.0
...
Nordic sdk 10.0.0
8 years ago
Liyou Zhou
8a57aa2d59
Change README to point to sdk v10
8 years ago
LIYOU ZHOU
164b319592
Merge pull request #8 from ARMmbed/nordic_sdk_9.0.0
...
Update files to Nordic sdk 9.0.0 - Merging to prepare for v10 PR
8 years ago
Liyou Zhou
c63391e05c
Port modifications made to noridc files
8 years ago
Liyou Zhou
22c7454f7e
Add copyright license headers.
8 years ago
Liyou Zhou
012b811878
Pull in files from sdk 10.0
8 years ago
Andres Amaya Garcia
25dc1a7185
Add ifdef to include correct mbed.h file in mbedOS
8 years ago
Liyou Zhou
7f488715ed
Change hci mem pool size to sdk 8 values
8 years ago
Liyou Zhou
3f1b2a67ef
reduce pstorage cmd queue size to minimize mem usage
8 years ago
Liyou Zhou
709d3cdb8c
Change version number in README
8 years ago
Liyou Zhou
624cd84c4f
Revert "Change version number in README"
...
Commit applied to wrong branch.
This reverts commit 21d0f023a2
.
8 years ago
Liyou Zhou
21d0f023a2
Change version number in README
8 years ago
Liyou Zhou
9da4af9c11
Port all modification made to noridc files
8 years ago
Liyou Zhou
709071c7a3
Change license headers
8 years ago
Liyou Zhou
9251259fa8
Copy over coresponding files from nordic-sdk 9.0.0
8 years ago
Liyou Zhou
c882164713
Add folder to filter out softdevice 310
8 years ago
Liyou Zhou
1fc3a6fa91
version v1.0.1
8 years ago
LIYOU ZHOU
13cb06829e
Merge pull request #7 from andresag01/master
...
Add GCC diagnostics to suppress unused-parameter warnings
8 years ago
Andres Amaya Garcia
a4a6412210
Add GCC diagnostics to suppress unused-parameter warnings
8 years ago
Rohit Grover
ea51baa33e
version v1.0.0
8 years ago
LIYOU ZHOU
72668df834
Merge pull request #6 from rgrover/master
...
supress warnings for the sources in nRF51 SDK
8 years ago
Rohit Grover
dbd0353632
add -Wno-unused-function
8 years ago
Rohit Grover
da4b1aa86c
supress warnings for the sources in nRF51 SDK
8 years ago
Liyou Zhou
a384ffab52
Add script functionality to add direcotries
...
add purge and dry-run options to script.
8 years ago
Liyou Zhou
497a325268
Remove specifics about modifications to nordics files
...
from readme. The way to manage our changes to nordic
files need rethinking.
8 years ago
Liyou Zhou
66a5e90d15
Stop tracking nordic versions, use sementic versioning from 0.0.1
8 years ago
LIYOU ZHOU
545566992e
Merge pull request #4 from ARMmbed/migrate-changes-from-ble-nrf51822
...
Migrate changes from ble nrf51822
8 years ago
Liyou Zhou
dc215189c2
Putting back an include because we have that file.
8 years ago
Liyou Zhou
5190a08459
Update files with changes made to nordic files in cmsis-core-nrf51822
8 years ago
Liyou Zhou
65d2c1a60f
Remove nordic header from originally ARM files.
8 years ago
Liyou Zhou
779c487860
Porting changes from ble-nrf51822 No.3
8 years ago
Liyou Zhou
8ca16fedbd
More porting changes from ble-nrf51822
8 years ago
Liyou Zhou
82b18a5c27
Porting some of the changes made to nordic files
...
from ble-nrf51822 module
8 years ago
Liyou Zhou
daa4809ae3
Add license headers
8 years ago
Liyou Zhou
482c6e36d7
Add script to change license headers for sdk files
8 years ago
Liyou Zhou
0a1acfc5f9
Add a missing file.
8 years ago
LIYOU ZHOU
ed29d379b8
Fix a typo in readme
8 years ago
LIYOU ZHOU
23bd0a255e
Fix a error in readme
8 years ago
LIYOU ZHOU
61f8370f39
Minor styling changes to readme
8 years ago
LIYOU ZHOU
84936532ba
Change module version to mirror nordic sdk version
...
The version of this module will be the same as the nordic sdk version where the files are pull the from.
8 years ago
LIYOU ZHOU
d8f7225224
Update README.md
8 years ago
LIYOU ZHOU
19228d0d6c
Add README.md to aid future maintenance
...
Populated readme with initial information about this module.
8 years ago
Liyou Zhou
c557bae00b
Add script to help porting from nordic sdk releases
...
The required file list is maintained in required_files.txt
which is parsed to find a list of filenames. The script
searches for these filenames in the sdk folder, and copy
then into the yotta module with folder structure intact.
extraIncludes is automatically added to module.json
8 years ago
Liyou Zhou
e68b1f8c39
Move defines from cmake files into noridc files
...
This requires changing of nordic source but do away with
magic defines in parent modules
note on #define asm __ASM
all yotta mobule compile with -std=c99 which does not
include "asm" keyword.
8 years ago
Liyou Zhou
edae269261
Fix compiler error.
8 years ago
Liyou Zhou
b93ef4f105
Add extra defines to work around compiler errors.
8 years ago
Liyou Zhou
d1170b61be
Pull the files we need directly out of the nordic-sdk
...
without modifications preserving the folder structure in
the sdk. nRF51_SDK_8.1.0_b6ed55f.zip from:
https://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/
8 years ago