Releases: adafruit/tinyuf2
Releases · adafruit/tinyuf2
0.9.0
What's Changed
- add lil s3 by @ladyada in #182
- Fix combined bin generation for S3 by @hathach in #184
- Improve FAT generation, bugs, favicon support by @henrygab in #187
- Add favicon icon support by @hathach in #185
- Added my new TinyS3, FeatherS3 and ProS3 boards by @UnexpectedMaker in #190
- Support sparkfun thing plus stm32 by @NathanY3G in #191
- Add hiibot iots2 by @Neradoc in #192
- add s3 feather without psram by @ladyada in #193
- Added 3 New BPI Boards by @Wind-stormger in #196
- Add LilyGo TTGO T8 ESP32-S2 by @fabaff in #194
- Add LilyGo TTGO T8 ESP32-S2-WROOM by @fabaff in #195
- [STM32F4] Allow user defined amount of Neopixels as status indicator by @KarlK90 in #197
- fixed devkit c url link by @hathach in #199
New Contributors
- @NathanY3G made their first contribution in #191
- @Neradoc made their first contribution in #192
- @Wind-stormger made their first contribution in #196
- @fabaff made their first contribution in #194
- @KarlK90 made their first contribution in #197
Full Changelog: 0.8.0...0.9.0
0.8.0
What's Changed
- Rename board lolin_s2-pico to lolin-s2_pico (match CircuitPython board) by @skieast in #179
- NXP SPSDK for MIMXRT builds by @gsteiert in #178
- add custom esp32s2 board by @CircuitART in #180
- fix double tap issue by @hathach in #181
New Contributors
- @CircuitART made their first contribution in #180
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- Qtpys2 by @ladyada in #167
- add display power, fix changed CS pin by @ladyada in #169
- nu board by @ladyada in #170
- Add s3 support by @hathach in #171
- Rename espressif port by @hathach in #172
- snap snap by @ladyada in #173
- Feature kuiic by @nxf58843 in #168
- fix red LED pin by @ladyada in #175
- extract SDP_WRITE_ADDR (_fcfb_origin) and SDP_JUMP_ADDR (_ivt_origin) from linker file by @hathach in #174
Full Changelog: 0.6.2...0.7.0
0.6.2
0.5.2
0.5.1 - 2021.07.30
ESP32-S2
- Added new board: unexpectedmaker_feathers2_neo
STM32F4
- fix updating issue with circuipython
0.5.0 - 2021.07.12
- Update self-update as application
ESP32-S2
- Update IDF to v4.3
- Add new boards: muselab_nanoesp32_s2, atmegazero_esp32s2
- Fix esp32s2 request to uf2 using reset hint
iMXRT
- self-install tinyuf2 when FCFB not valid
- Use official nxp mcux-sdk submodule
- Refactor fsl_romapi
- Add support for on-chip flash (W25Q32JV) for rt1024 and rt1064
LPC55
- Use official nxp mcux-sdk submodule
0.4.0 - 2021.04.04
- Add support for multiple sectors per cluster in GhostFAT to enable larger flash sizes
- Add native test for ghostfat with varous checks
- Add new board API:
- board_reset()
- board_flash_erase_app()
- board_usb_init()
- board_uart_init()
- Add
erase_firmwareapplication target (only implemented for iMXRT for now).- TinyUF2 will erase whole flash if
MAGIC_ERASE_APPis written by application. erase_firmware.uf2is also uploaded as part of build/release asset if available
- TinyUF2 will erase whole flash if
- No major chagnes to LPC55, STM32 F3 F4
ESP32-S2
- Rework Dotstar driver
- Speed up flashing speed by increase cache size to 64KB and using block erase
- Add new boards:
- Adafruit Fun House
- Unexpected Maker TinyS2
iMXRT
- Always write tinyuf2 image to flash if loaded in Serial Donwload mode (Boot Mode = 01)
- Add
erase_firmware.uf2to erase the whole flash except bootloader - Add sdphost binary for arm 32bit e.g raspberry pi 4
- Add
esp32programmer.uf2app for selected board.
0.3.0 - 2021.02.17
- Add compiled date to INFO_UF2.TXT
- Add new port STM32F3
ESP32-S2
- Add new boards: gravitech_cucumberRIS_v1.1, lilygo_ttgo_t8_s2_st7789, olimex_esp32s2_devkit_lipo_vB1
iMXRT
- Fix FCFB address on RT1060
- Use LPGPR for double tap detection instead of generic sram.
- Fix flash-pyocd for imxrt evk board.
LPC55
- No major changes
STM32F3
- new port with stm32f303 discovery board
STM32F4
- No major changes
0.2.1 - 2021.02.02
- Added stm32f401 blackpill
- Fix stm32f4 uart logging
update-*.uf2is uploaded separately in release assests.