Commit Graph

25 Commits

Author SHA1 Message Date
Liyou Zhou 497a325268 Remove specifics about modifications to nordics files
from readme. The way to manage our changes to nordic
files need rethinking.
2015-12-01 13:31:16 +00:00
Liyou Zhou 66a5e90d15 Stop tracking nordic versions, use sementic versioning from 0.0.1 2015-12-01 12:26:55 +00:00
LIYOU ZHOU 545566992e Merge pull request #4 from ARMmbed/migrate-changes-from-ble-nrf51822
Migrate changes from ble nrf51822
2015-12-01 12:25:37 +00:00
Liyou Zhou dc215189c2 Putting back an include because we have that file. 2015-12-01 12:23:40 +00:00
Liyou Zhou 5190a08459 Update files with changes made to nordic files in cmsis-core-nrf51822 2015-11-27 11:46:08 +00:00
Liyou Zhou 65d2c1a60f Remove nordic header from originally ARM files. 2015-11-24 14:38:42 +00:00
Liyou Zhou 779c487860 Porting changes from ble-nrf51822 No.3 2015-11-24 14:18:04 +00:00
Liyou Zhou 8ca16fedbd More porting changes from ble-nrf51822 2015-11-24 14:07:00 +00:00
Liyou Zhou 82b18a5c27 Porting some of the changes made to nordic files
from ble-nrf51822 module
2015-11-24 13:20:08 +00:00
Liyou Zhou daa4809ae3 Add license headers 2015-11-23 18:08:20 +00:00
Liyou Zhou 482c6e36d7 Add script to change license headers for sdk files 2015-11-23 18:07:35 +00:00
Liyou Zhou 0a1acfc5f9 Add a missing file. 2015-11-18 17:04:52 +00:00
LIYOU ZHOU ed29d379b8 Fix a typo in readme 2015-11-17 23:08:20 +00:00
LIYOU ZHOU 23bd0a255e Fix a error in readme 2015-11-17 23:06:53 +00:00
LIYOU ZHOU 61f8370f39 Minor styling changes to readme 2015-11-17 23:06:18 +00:00
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.
2015-11-17 22:53:33 +00:00
LIYOU ZHOU d8f7225224 Update README.md 2015-11-17 22:49:24 +00:00
LIYOU ZHOU 19228d0d6c Add README.md to aid future maintenance
Populated readme with initial information about this module.
2015-11-17 16:38:05 +00:00
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
2015-11-17 15:49:38 +00:00
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.
2015-11-17 12:51:34 +00:00
Liyou Zhou edae269261 Fix compiler error. 2015-11-16 17:50:54 +00:00
Liyou Zhou b93ef4f105 Add extra defines to work around compiler errors. 2015-11-16 17:14:30 +00:00
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/
2015-11-16 16:31:32 +00:00
Liyou Zhou f006fc3304 Add repositories to module.json 2015-11-11 10:59:37 +00:00
Liyou Zhou fea7c30644 Initial commit, centralising all required files from nordic sdk
in on central repo.
2015-11-11 10:38:10 +00:00