Skip to content
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

Manufacturing firmware (wip) #3

Closed
wants to merge 0 commits into from
Closed

Conversation

sarfata
Copy link
Owner

@sarfata sarfata commented May 29, 2016

No description provided.

@sarfata sarfata closed this May 29, 2016
@sarfata sarfata deleted the feature/manufacturing branch May 29, 2016 23:25
@sarfata sarfata restored the feature/manufacturing branch May 29, 2016 23:26
@sarfata sarfata reopened this May 29, 2016
@sarfata sarfata closed this May 29, 2016
sarfata added a commit that referenced this pull request Nov 24, 2016
57015a6 Remove redundant linefeeds on drawtext()
f5b33cf Merge branch 'master' of https://github.com/PaulStoffregen/ILI9341_t3
e8a117e Merge pull request #34 from KurtE/fix_fillrectHGradient-compile_warning
0a9b3e2 Merge branch 'master' of https://github.com/PaulStoffregen/ILI9341_t3
a6adc93 Fix compiler warning in the fillRectHGradient function
2cd39fe Merge pull request #3 from KurtE/get_cursor
7bdab7e Merge pull request #24 from softegg/patch-1
6ab4d5e Merge pull request #31 from KurtE/T34/35---Add-additional-SPI-pins
c94485b Merge pull request #32 from FrankBoesing/patch-2
85a72f7 Merge pull request #25 from softegg/patch-2
c71c6f3 Merge pull request #33 from KurtE/BoundsChecking
ac78bfa Add more X, Y verifications to some primitives...
5b15b00 Set Frame Rate to 119Hz
476dfb1 Add a version of drawFast[HV]Line that copies a line of color, useful for fast bitmap drawing.
e557e89 @asokolsky pointed out that setClipRect() used an inconsistent parameter set (x1,x2,y1,y2) from the rest of the rectangle APIs (x,y,w,h).  Changed to be more consistent.
356e174 Merge branch 'master' of https://github.com/PaulStoffregen/ILI9341_t3
1fe7d9e Clean up white space diffrences from Paul's.
af3e312 setOffset() works now with appropriate clipping, use it to do relative drawing within the display frame.
7fbb76d Remove bad origin code.  Will replace.
73432a5 T3.4/3.5
05d22b0 Merge pull request #30 from iwanders/pictureEmbed_GIMP_explanation
d0827b0 Adds explanation on how to use GIMP to export.
f0ad402 Added gradients, low BPP bitmaps, text pixel length
7e37896 gradients, low BPP bitmaps, string pixel length
be0f463 Add getCursor

git-subtree-dir: lib/ILI9341_t3
git-subtree-split: 57015a6c53788a92f6d0808a01bc1195e5e4134f
sarfata added a commit that referenced this pull request Nov 25, 2016
57015a6 Remove redundant linefeeds on drawtext()
f5b33cf Merge branch 'master' of https://github.com/PaulStoffregen/ILI9341_t3
e8a117e Merge pull request #34 from KurtE/fix_fillrectHGradient-compile_warning
0a9b3e2 Merge branch 'master' of https://github.com/PaulStoffregen/ILI9341_t3
a6adc93 Fix compiler warning in the fillRectHGradient function
2cd39fe Merge pull request #3 from KurtE/get_cursor
7bdab7e Merge pull request #24 from softegg/patch-1
6ab4d5e Merge pull request #31 from KurtE/T34/35---Add-additional-SPI-pins
c94485b Merge pull request #32 from FrankBoesing/patch-2
85a72f7 Merge pull request #25 from softegg/patch-2
c71c6f3 Merge pull request #33 from KurtE/BoundsChecking
ac78bfa Add more X, Y verifications to some primitives...
5b15b00 Set Frame Rate to 119Hz
476dfb1 Add a version of drawFast[HV]Line that copies a line of color, useful for fast bitmap drawing.
e557e89 @asokolsky pointed out that setClipRect() used an inconsistent parameter set (x1,x2,y1,y2) from the rest of the rectangle APIs (x,y,w,h).  Changed to be more consistent.
356e174 Merge branch 'master' of https://github.com/PaulStoffregen/ILI9341_t3
1fe7d9e Clean up white space diffrences from Paul's.
af3e312 setOffset() works now with appropriate clipping, use it to do relative drawing within the display frame.
7fbb76d Remove bad origin code.  Will replace.
73432a5 T3.4/3.5
05d22b0 Merge pull request #30 from iwanders/pictureEmbed_GIMP_explanation
d0827b0 Adds explanation on how to use GIMP to export.
f0ad402 Added gradients, low BPP bitmaps, text pixel length
7e37896 gradients, low BPP bitmaps, string pixel length
be0f463 Add getCursor

git-subtree-dir: lib/ILI9341_t3
git-subtree-split: 57015a6c53788a92f6d0808a01bc1195e5e4134f
sarfata added a commit that referenced this pull request Jan 31, 2017
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
sarfata added a commit that referenced this pull request May 29, 2017
47e7887 Changed default NMEA2000 variable to reference
68c7f7d Added PGN 127501 as known message
8ec61a9 Added Binary status report (PGN 127501) handling.
e05b5e9 Merge pull request #47 from thomasonw/master
9dab97a MBED edit
3c267ed Merge pull request #45 from thomasonw/master
8d0944f Added MBED auto-select
e8a9af6 Merge pull request #1 from ttlappalainen/master
4cf87d1 Merge branch 'master' of https://github.com/ttlappalainen/NMEA2000
ec0ac18 Merge pull request #44 from denravonska/pgn-additions
4b9f91f Fix double/udouble inconsistencies in PGN 129539.
8f422e2 Debug mode check for DeviceReady and ParseMessages
af23e8a Merge pull request #42 from thomasonw/master
ad165b5 Updated RPi guide
2141a05 Merge remote-tracking branch 'refs/remotes/ttlappalainen/master'
c7c7351 Docs for ATmegaxxM1 and RPi
6445531 Merge pull request #41 from thomasonw/master
82726d0 Added socketCAN to auto-selecction
af73628 Merge remote-tracking branch 'refs/remotes/ttlappalainen/master'
9209a7c Add parser for PGN 129284 (Navigation Info).
f60a3cb Add missing ParseN2kPGN129283.
9c8661c Merge branch 'gnss-support' of https://github.com/denravonska/NMEA2000 into gnss-support
a481b5e Add support for PGN 129539, GNSS DOP data.
ea71460 Added Heading parsing
6a15824 mbed compiler erro fixes
00c4df6 Merge remote-tracking branch 'refs/remotes/ttlappalainen/master'
3f215a1 Add support for PGN 129539, GNSS DOP data.
9a689c7 Fixed Heading PGN 127250 parsing
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: 47e7887
sarfata added a commit that referenced this pull request Jun 22, 2017
4ad16aa Mailbox specific buffers, some fixes
fef43b1 IRQ locking, some fix and compatibility fix
eee307a Merge pull request #4 from tni/tx-notification
9458e8e Add support for transmission complete callback. Add write method allowing the use of a specific mailbox. Fix signed shift undefined behavior.
74359ad Fix up whitespace and formatting
e1171eb Merge pull request #3 from mdapoz/master
c6dced2 Add controller number to the mailbox call-back to identify which controller the mailbox belongs to.
0ba9416 Merge pull request #2 from mdapoz/master
b375f77 Add documentation for getFilter().
2d2031b Rework ring buffer code to be API driven.  Correctly handle up to 64K entries in the ring.
d16ff9e Merge remote-tracking branch 'upstream/master'
3a92077 Update readme for new functionality
1847448 Merge branch 'master' of github.com:collin80/FlexCAN_Library
cb6008c Merge pull request #1 from mdapoz/master
6abc144 Changed the way status is grabbed - very minor update
8faf148 Add getFilter() API.
5288f30 Add interface statistics API (start/stop/clear/get)
dd06e5b Add CAN timestamp to packet structure.
5b478c8 Add tracking of lost messages.  Fix filter mask parameter in begin().
781b2fd Update README.md
65d7e6d Update README.md
a1dd2c0 New example file that shows how to receive extended frames (29 bit ID)
9af9498 Better support for Teensy 3.5, more pictures and description in README, very basic RTR support
dbdd008 Merge branch 'master' of github.com:collin80/FlexCAN_Library
cd8e7d9 Add listen only mode, add code to automatically support any viable baud rate
ff00b94 Update readme... again.
ef73c13 Updated readme.
8e4809a Added example for single CAN boards (Teensy 3.2, Teensy 3.5). Moved ISR status clearing to end of ISR.
aafe166 Fixed bugs in code, added implementation of OO callbacks, added two examples that use new library functionality, deleted old examples that wouldn't compile anyway
d6c3566 Rewrote library to be interrupt driven for Rx/Tx. Start of support for filters and object oriented callback.
2d27761 Add files via upload
5e0ef70 Added example for dual CAN
9b20f5b Cleanup and comment updates
0030c83 Added Teensy 3.6 pinout
3790161 Updated Readme.md to include Teensy 3.6
93eb6d0 Added support for second FlexCAN controller on MK66FX1M0
e8d6ddf Added support for second FlexCAN controller on MK66FX1M0

git-subtree-dir: lib/FlexCAN_Library
git-subtree-split: 4ad16aa19b07007f94451ba4d2be694003f25904
sarfata pushed a commit that referenced this pull request Jul 26, 2017
Additional PGN support
sarfata pushed a commit that referenced this pull request Jul 26, 2017
sarfata pushed a commit that referenced this pull request Dec 8, 2017
Merged sarfata updates to have a clean branch again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant