- Update libdragon docker
- Update dependencies
- Timeout for ROM upload. It will not wait forever if there is a comm. problem
- Update libdragon docker
- Fix everdrive detection bug. Now all serial ports are properly searched
- Improve parameter handling
- Pack and dry publish on ci
- Fix a bug causing the listen mode to skip logs
- Make libdragon a peer dependency
- Add eslint
- Improve actions
- Add names
- Add registry url
- Also do a dry publish run
- Add CI checks for formatter/linter
- Update libdragon to
9.0.0
- Update test Makefile
- Remove ed64 library, root Makefile, reboot support, socket server and
read
command - Update readme to match
- Implement simple ROM loading support for OS 3.x
- Implement UNFLoader text display support
- Automated native executable build
- Proper command line argument handling
- Progress display
- Update libdragon to
7.0.0
- Update dependencies
- usb buffer is now 16 byte aligned
- Update libdragon to
6.0.1
. Fixes #21 - Update readme. Resolves #31, resolves #11
- Remove
run-s
and thusbuildLib
&installLib
&buildTest
npm scripts. Instead the makefile does it and it reduces docker & npm overheads. - Directly link the test code against library output and it is now dependent on the built library. Fixes #37
- Update libdragon to
6.0.0
- Update libdragon to
4.1.4
- Dependabot configuration
- Remove broken patreon badge
- Update libdragon to
4.1.3
- Update dependencies
- Update libdragon to
4.1.1
- Update dependencies
- Update libdragon to
4.0.0
- Always rebuild the test
- Properly expose everdrive methods
- MIT license
- Did code simplifications and separated some to modules. Nothing changed from the public API's perspective.
- Pad output buffer to nearest 2 byte to fix everdrive v3 not being able to accept odd number of bytes.
- Update libdragon to
3.1.0
- Update transitive dependencies
- No need to tag for travis deploy anymore
- Inability to upload non-multiple of Mb ROMs - #18
- Add prettier to development dependencies.
- Development section added to the readme.
- Update libdragon to
3.0.0
- Update serialport to
8.0.7
- Communication was not working properly and system was getting stuck.
- Fix
ROM_OFFSET
value. - Re-add
ED_regs->configuration
reads in addition to memory barriers. - This effectively reverts some changes from
0.2.4
.
- Fix
- Prevent multiple NPM invocations for faster builds on windows.
- Remove unnecessary
everdrive_dma_busy
checks that were also introduced in0.2.4
.
- Prettier configuration.