Skip to content

Commit 6bbbe84

Browse files
authored
Added README instruction to use devleop, and added develop to travis.yml (#135)
1 parent bbf0e4b commit 6bbbe84

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sudo: true
44
branches:
55
only:
66
- master
7+
- develop
78

89
cache:
910
- directories:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ To build the library run make in the build directory you executed CMake.
6565

6666
The entire PIC codebase is built with aligned memory access to machine native word (up-to 64 bit). The only exception is the heap implementation. In order to provide for tight packing and low-fragmentation, we default to unaligned heap access. For devices and OS-es that do not have unaligned access or unaligned access emulation, `-DALIGNED_MEMORY_MODEL` CMake argument should be passed in build-time to ensure heap is aligned.
6767

68+
## Contributing to this project
69+
70+
If you wish to submit a pull request to this project, please do so on the `develop` branch. Code from develop will be merged into master periodically as a part of our release cycle.
71+
6872
## Documentation
6973

7074
## Related

0 commit comments

Comments
 (0)