-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update nmea2000 lib licenses #27
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62ef011 Merge pull request #4 from sarfata/switch-to-mit 542816c Declare v1.0.0 and switch to MIT to match parent lib git-subtree-dir: lib/NMEA2000_teensy git-subtree-split: 62ef011f85fedb3b65e7f24406280e2bb06949bb
Merge commit 'b6c47c9d98159fff3735658bf178f4fc664dd2ca'
f51b8ed Added Teensy 3.5 and 3.6 support 025c395 Handle for PGN 65240 "Commanded address" fee8d97 Copyright changes ea94d1a Merge pull request #38 from denravonska/endian-and-alignment a214584 Add comment about possible improvements in Get/SetBuf. fe10b58 Document and some example fixes to match changes 6c457a9 Replace pointer casting with memcpy to avoid unaligned access, and add endian support. 8512745 Added support for PGN 126464L 5d0e058 Fixes to avoid compiler warnings 5a3e672 Portability fix and Readme update 5df071e Merge pull request #35 from denravonska/portability-fixes e6509bb Move additional strings to flash. 1e56216 Add round() implementation for non-Arduino targets. f2ff8ee Switch the way constant strings are handled. 2728972 Fix incorrect delay signature. 7cb08f0 Add println for flash stored strings and convert F() calls to CSTR(). 7c754d6 Remove Serial object as it should be set by the application. 17c5966 Stray away from itoa as it's not available on all compilers. 97a80e8 Remove stray error. 5fd9923 Merge branch 'portability-fixes' of github.com:denravonska/NMEA2000 into portability-fixes bd6b521 Fix N2kStream for AVR targets that aren't Arduinos. c5f148a Fix N2kStream for AVR targets that aren't Arduinos. 6cf0e29 Fix for constant string storage on Arduinos. 90b2861 Merge branch 'portability-fixes' of github.com:denravonska/NMEA2000 into portability-fixes 75a441e Switch to using N2kStream and the constant data macros. 4963adf Add N2kStream interface for reading- and writing serial data. On Arduino this defaults to Stream. c667544 Add header for platform abstraction. 4f91fbf Add missing header for memcpy. 29faf2d Replace byte with uint8_t. 41bc6d7 Add N2kStream interface for reading- and writing serial data. On Arduino this defaults to Stream. 9140aa9 Add header for platform abstraction. 69053d5 Add missing header for memcpy. 6c191b4 Replace byte with uint8_t. 2afabed Replace Arduino binary definitions with BIT(n) macro which uses bit shifts. 7af7236 Add missing headers. 74e3a86 Remove the dependency to Serial. The sub class can assign this pointer when needed. b7cbcf6 License change to MIT c708654 Merge pull request #34 from denravonska/message-setter-bugfix 7f4a82b Fix an issue where setting single- and multi frame messages always reverted back to default messages. 1889ab9 Merge pull request #30 from KimBP/master 3560f1c Merge pull request #29 from adwuk/master c5f3d76 added support for PGN 127258 - magnetic variation 3d06610 N2kMessages: Added parsing of PGN129025 (PositionRapid) 2905054 N2kCANMsg: Proper C++ style initialization of class members 1bce0c5 N2kMessages: Fix COG and SOG parsing in PGN129026 dd5fca3 N2kMessages: msToKnots() added 5d93a44 Merge pull request #26 from adwuk/master f66c408 Added parsing of PGN 130311 9672b37 Merge pull request #3 from ttlappalainen/master 7d568f8 Merge pull request #24 from sarfata/patch-1 65f36bd Fix typo in documentation for SetN2kSystemTime git-subtree-dir: lib/NMEA2000 git-subtree-split: f51b8ed
Merge commit '75f138b18fbcfad9331e31c57bbb65243ed19964' into update-nmea2000-lib-licenses
sarfata
added a commit
that referenced
this pull request
Nov 22, 2017
6663acd2 fix PDB typos 1e2e147b fix ADC_NUM e79cc582 don't use defines for PDB dab72841 add average test to adc_test 65b60963 add test_compare to adc_test bcaef855 test ADC library 25f2a270 Merge pull request #28 from pedvide/namespace_ADC_Error a5d8c39e fix resetError b1e01afd move error functions into namespace 8d7d5aba Merge pull request #27 from pedvide/simple_ADCK_speeds fc4bce18 added ADC_CFG1_MED_SPEED 74dab20c simplify speed definitions db500416 delete old defines 672e6119 calulate the ADCK speeds automatically for F_BUS 751d9e2d add 30MHz speed for FBUS=60Mhz 3de86672 fix documentation for ADC_ERROR enum 933e11aa Merge remote-tracking branch 'refs/remotes/origin/ADC_ERROR_enums' 87b96221 fix readPin example for Teensys with 1 ADC module 91222e0e fix readPin example for Teensys with 1 ADC daaa3522 fix =| and &| operators, now it works c794b7fa change #defines to enum 8c9b1f0a fix typo cd74ce74 Merge remote-tracking branch 'refs/remotes/origin/external_Atomic' 05d20ccd documentation 0cb3c63d documentation 8306eed9 change initialization in ADC_Module 21405717 Don't use VREF in Teensy LC f26f94d9 simplify *Flag methods for Teensy LC db1a0aa8 update methods for Teensy LC 836d689d bitband_address returns a reference 8e3f9eeb optimize internal ADC variables 540a60f2 optimize internal ADC variables 2ad1270f revert back external atomic bug 28f018f7 make consts fd34dde3 check interrupts bit before starting measurement 46648b23 use refs to the registers and atomic methods 367e3e6e use references to registers in al methods 370b112e use atomic methods in VREF 298d6b6b Use kinets.h flags. templated the atomic methods for KINETISK. 09c9c8e1 Revert "first attempt at atomic VREF" c343a3d3 first attempt at atomic VREF af6ba4fc Merge remote-tracking branch 'refs/remotes/origin/master' into external_Atomic f5db12e6 Revert "add isOn method to VREF" 86dd5045 add isOn method to VREF a0919307 add differential and single-ended methods ed543618 update documentation aa1009e1 add isOn for VREF 9adc4a71 external file for atomic bit manipulation af285555 Merge remote-tracking branch 'refs/remotes/origin/master' into external_Atomic 4254b269 Merge remote-tracking branch 'refs/remotes/origin/VREF' 2d332c1b use external atomic functions 34c09754 Merge remote-tracking branch 'refs/remotes/origin/master' into VREF 59d8ccb1 add VREF keyword 0772c18c Merge remote-tracking branch 'refs/remotes/origin/master' into external_Atomic eec9da73 add pins A25, A26 for Teensy 3.5 2a4abefc Merge remote-tracking branch 'refs/remotes/origin/master' into external_Atomic 03a93b7f Create LICENSE.md 5844ea10 disable ADC_INTERNAL_SOURCE::VREF for Teensy LC 89f28acf works with Teensy 3.0 too b5078a96 add VREF example, add trim function 361aa310 fix readPin example 2970ce7d add getPDBFrequency method 8b22509a change VREF from a class to a namespace b73d5faf use VREF in external file 85ede054 Revert "Revert "Revert "add VREF file""" 090a7c4f Revert "Revert "add VREF file"" 4969713e Revert "add VREF file" 5000b704 add VREF file 1ab71a63 add resetError method and fix ADC speeds for T3.6 70dd0ee1 add buffer power mode to start internal reference ee10faf5 make start/stopInternalReference public 0cc2f1c2 add library.properties 712ce31e Merge pull request #22 from KurtE/T3.6-fixes f49331bd T3.5/6 - Fix IRQ_ADC1 issue c7a89dea Fix T3.5/6 channel to pix tables a3cef196 fix another error with merge 96d9a0f7 fix some force merge errors 8f511fe0 Merge remote-tracking branch 'refs/remotes/origin/dev' 36f8e48b T3.5/3.6: added pins A23, A24 a072923f fix Teensy 3.5 and 3.6 differential 89afccbb documentation link 76d433c4 ignore docs for language detection 857602cf github language detector ignore docs 9a8da989 Create master branch via GitHub df7845c0 use class enums for settings 2f7b11c8 documentation link 7d0c906f Merge pull request #16 from aforren1/rename d3ac0ff1 Replace 3.4 -> 3.5 and 3.5 -> 3.6 f66c970e Merge pull request #13 from valeros/patch-1 0feeef21 @platformio Library Registry manifest file 724f938e fix for A11 in T3.5 b0ce5f96 documentation update b5ad8aac support for Teensy 3.4/3.5 24e0743e 16 synch differential bug 807906b1 ADC_0 will be selected when in doubt git-subtree-dir: lib/ADC git-subtree-split: 6663acd226b16b61b189c5e69fba38a0dcc0a862
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updating NMEA2000 and NMEA2000_teensy which are now MIT libraries.
ping @ttlappalainen - for info.