Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-nRF5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-nRF5
Commits
29ed12c4
Commit
29ed12c4
authored
Apr 10, 2016
by
Sandeep Mistry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add copyright to modified files
parent
3eced90d
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
23 additions
and
4 deletions
+23
-4
LICENSE
LICENSE
+1
-0
boards.txt
boards.txt
+1
-0
cores/nRF5/Uart.cpp
cores/nRF5/Uart.cpp
+1
-0
cores/nRF5/Uart.h
cores/nRF5/Uart.h
+1
-0
cores/nRF5/WInterrupts.c
cores/nRF5/WInterrupts.c
+1
-0
cores/nRF5/wiring.c
cores/nRF5/wiring.c
+1
-0
cores/nRF5/wiring_analog.h
cores/nRF5/wiring_analog.h
+1
-0
cores/nRF5/wiring_analog_nRF51.c
cores/nRF5/wiring_analog_nRF51.c
+1
-0
cores/nRF5/wiring_analog_nRF52.c
cores/nRF5/wiring_analog_nRF52.c
+1
-0
cores/nRF5/wiring_digital.c
cores/nRF5/wiring_digital.c
+1
-0
libraries/SPI/SPI.cpp
libraries/SPI/SPI.cpp
+2
-1
libraries/SPI/SPI.h
libraries/SPI/SPI.h
+2
-1
libraries/Wire/Wire.cpp
libraries/Wire/Wire.cpp
+2
-1
libraries/Wire/Wire.h
libraries/Wire/Wire.h
+2
-1
platform.txt
platform.txt
+1
-0
variants/BluzDK/variant.cpp
variants/BluzDK/variant.cpp
+1
-0
variants/BluzDK/variant.h
variants/BluzDK/variant.h
+1
-0
variants/nRF52DK/variant.cpp
variants/nRF52DK/variant.cpp
+1
-0
variants/nRF52DK/variant.h
variants/nRF52DK/variant.h
+1
-0
No files found.
LICENSE
View file @
29ed12c4
Copyright (c) 2015 Arduino LLC. All right reserved.
Copyright (c) 2016 Sandeep Mistry All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
boards.txt
View file @
29ed12c4
# Copyright (c) 2014-2015 Arduino LLC. All right reserved.
# Copyright (c) 2016 Sandeep Mistry All right reserved.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
...
...
cores/nRF5/Uart.cpp
View file @
29ed12c4
/*
Copyright (c) 2015 Arduino LLC. All right reserved.
Copyright (c) 2016 Sandeep Mistry All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
cores/nRF5/Uart.h
View file @
29ed12c4
/*
Copyright (c) 2015 Arduino LLC. All right reserved.
Copyright (c) 2016 Sandeep Mistry All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
cores/nRF5/WInterrupts.c
View file @
29ed12c4
/*
Copyright (c) 2015 Arduino LLC. All right reserved.
Copyright (c) 2016 Sandeep Mistry All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
cores/nRF5/wiring.c
View file @
29ed12c4
/*
Copyright (c) 2015 Arduino LLC. All right reserved.
Copyright (c) 2016 Sandeep Mistry All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
cores/nRF5/wiring_analog.h
View file @
29ed12c4
/*
Copyright (c) 2015 Arduino LLC. All right reserved.
Copyright (c) 2016 Sandeep Mistry All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
cores/nRF5/wiring_analog_nRF51.c
View file @
29ed12c4
/*
Copyright (c) 2014 Arduino LLC. All right reserved.
Copyright (c) 2016 Sandeep Mistry All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
cores/nRF5/wiring_analog_nRF52.c
View file @
29ed12c4
/*
Copyright (c) 2014 Arduino LLC. All right reserved.
Copyright (c) 2016 Sandeep Mistry All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
cores/nRF5/wiring_digital.c
View file @
29ed12c4
/*
Copyright (c) 2015 Arduino LLC. All right reserved.
Copyright (c) 2016 Sandeep Mistry All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
libraries/SPI/SPI.cpp
View file @
29ed12c4
/*
* SPI Master library for
Arduino Zero
.
* SPI Master library for
nRF5x
.
* Copyright (c) 2015 Arduino LLC
* Copyright (c) 2016 Sandeep Mistry All right reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
libraries/SPI/SPI.h
View file @
29ed12c4
/*
* SPI Master library for
Arduino Zero
.
* SPI Master library for
nRF5x
.
* Copyright (c) 2015 Arduino LLC
* Copyright (c) 2016 Sandeep Mistry All right reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
libraries/Wire/Wire.cpp
View file @
29ed12c4
/*
* TWI/I2C library for
Arduino Zero
* TWI/I2C library for
nRF5x
* Copyright (c) 2015 Arduino LLC. All rights reserved.
* Copyright (c) 2016 Sandeep Mistry All right reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
libraries/Wire/Wire.h
View file @
29ed12c4
/*
* TWI/I2C library for
Arduino Zero
* TWI/I2C library for
mRF5x
* Copyright (c) 2015 Arduino LLC. All rights reserved.
* Copyright (c) 2016 Sandeep Mistry All right reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
platform.txt
View file @
29ed12c4
# Copyright (c) 2014-2015 Arduino LLC. All right reserved.
# Copyright (c) 2016 Sandeep Mistry All right reserved.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
...
...
variants/BluzDK/variant.cpp
View file @
29ed12c4
/*
Copyright (c) 2014-2015 Arduino LLC. All right reserved.
Copyright (c) 2016 Sandeep Mistry All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
variants/BluzDK/variant.h
View file @
29ed12c4
/*
Copyright (c) 2014-2015 Arduino LLC. All right reserved.
Copyright (c) 2016 Sandeep Mistry All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
...
...
variants/nRF52DK/variant.cpp
View file @
29ed12c4
/*
Copyright (c) 2014-2015 Arduino LLC. All right reserved.
Copyright (c) 2016 Sandeep Mistry All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
variants/nRF52DK/variant.h
View file @
29ed12c4
/*
Copyright (c) 2014-2015 Arduino LLC. All right reserved.
Copyright (c) 2016 Sandeep Mistry All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment