-
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
WiFi upload should work with platformio esptool #2
Comments
Workaround confirmed working. |
sarfata
added a commit
that referenced
this issue
Jun 21, 2016
This solves #2 and now Windows users should be able to upload new wifi firmwares.
sarfata
added a commit
that referenced
this issue
Sep 7, 2016
d3c5680 Document update 8a9afe7 Document update 7dce81e Missing updated file 62fdd2d Merge pull request #19 from xslim/patch-1 3010625 Re-send ISO Address claim if request came from 0xff d451d77 New features and fixes. See. Changes on Readme 372890a Merge pull request #16 from thomasonw/master 47bfdfe User ISO Request Handler - REVISED 9c6912b Library reference update and new example b5beec2 User ISO Request Handler 8e646fd New PGN 127257. Fix for PGN 127489 f286190 Merge pull request #12 from thomasonw/master d80b511 Added to API -- Optional message lists 23bc3c6 Merge pull request #2 from ttlappalainen/master 67c140d Some example fixes and changes 3748175 Merge pull request #9 from thomasonw/master 8f5b979 Corrected parsing of DCBatStatus ac2c890 Corrected Battery Current in ParseN2kPGN127508 86b4662 Merge pull request #1 from ttlappalainen/master a804b96 Comment update git-subtree-dir: lib/NMEA2000 git-subtree-split: d3c5680
sarfata
added a commit
that referenced
this issue
Oct 25, 2016
a1450ee Merge pull request #2 from ttlappalainen/master df4b7e1 Fix index bug on CANSendFrame git-subtree-dir: lib/NMEA2000_teensy git-subtree-split: a1450ee78c98e575d13dc2c6daec533a3ea4ecd5
sarfata
added a commit
that referenced
this issue
Oct 25, 2016
sarfata
added a commit
that referenced
this issue
Jun 21, 2017
2b598ec Merge pull request #54 from denravonska/compatibility-fixes ecd4cea Fix compiler warning (non 64bit compatibility fix) and implement println for integers. 236d1af Changes update 79cc7eb Support for driver buffers initialization. 4186d54 Multi device support etc. 545984a Fixes a0ccfb5 Readme fix 0e19330 New NMEA 2000 mandatory features and fixes. 234d189 Readme fix 6c36c9a Added rudder (PGN 127245) parser 2b13a91 Fixes 9af1b7a Fixed PGN 130314 handling db323b0 Merge pull request #52 from sarfata/feature/pgn-130314 45955aa add pgn 130314 - not tested yet ddfb1fe Merge pull request #2 from ttlappalainen/master 95fa2a4 Removed unnessary pNMEA2000 875c410 Merge pull request #1 from ttlappalainen/master git-subtree-dir: lib/NMEA2000 git-subtree-split: 2b598ec
sarfata
added a commit
that referenced
this issue
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The version of the esp-tool embedded in platformio does not work with our
program-esp
firmware. This is probably a timing issue, but needs to be debugged.The work-around is to use another esp programmer, as demonstrated in the Makefile but that only works on Linux and Mac OS.
The text was updated successfully, but these errors were encountered: