index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
supervisor
/
shared
/
external_flash
Age
Commit message (
Expand
)
Author
2020-12-22
Merge pull request #3864 from djix123/w25q64fv
Dan Halbert
2020-12-22
Add support for Winbond W25Q64FV
Jonathan Giles
2020-12-21
Merge pull request #3824 from skerr92/add_more_spi_flash
Dan Halbert
2020-12-17
Update devices.h
Hany Elkomy
2020-12-16
removed comments on 64MiB SPI flash causing build test issues
Seth Kerr
2020-12-14
fixing line comment issue with CI build tests
Seth Kerr
2020-12-14
this should be it.
Seth Kerr
2020-11-28
Add movable allocation system.
Christian Walther
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-06-23
atmel-samd: Add SAM E54 Xplained board
Jeff Epler
2020-05-29
.../devices.h: Add GigaDevices GD25S512MD 64 MiB flash chip support.
Brian Dean
2020-05-09
More erroneous else statements
Max Holliday
2020-05-09
Unified single_status_byte & no_reset_cmd behavior
Max Holliday
2020-05-09
Removing erroneous else statements
Max Holliday
2020-05-09
Replacing device that was accidentally deleted
Max Holliday
2020-05-04
Merge branch 'master' into non-standard-nvm
Dan Halbert
2020-04-28
fixing diff error
Max Holliday
2020-04-28
decoupling chip specific functions from EXTERNAL_FLASH_QSPI_SINGLE
Max Holliday
2020-04-27
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-27
Merge remote-tracking branch 'adafruit/master'
Max Holliday
2020-04-21
external_flash: add support for mx25r1635f
Sean Cross
2020-04-07
adds standard (non-queued) SPI support to QSPI for external flash
Max Holliday
2020-03-31
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-03-25
supervisor/shared/external_flash/devices.h: Add MX25L51245G support.
Brian Dean
2020-03-13
Hopefully fix flash flush and hopefully audio as well.
Scott Shawcroft
2020-02-25
samd51 thing plus: new port
jepler
2020-02-06
Add support for external flash device Winbond.com W25Q80DV
Langston Nashold
2020-01-28
Implement requested changes
Lucian Copeland
2019-12-10
supervisor: external_flash: don't call m_free when it's bad
Jeff Epler
2019-12-10
supervisor: external_flash: don't call m_malloc_maybe when it's bad
Jeff Epler
2019-11-04
Add board configuration for Winterbloom Sol
Thea Flowers
2019-10-14
Merge branch 'master' into master
Scott Shawcroft
2019-10-14
Add IS25LP128F flash device definition
arturo182
2019-10-14
add def for AT25SF161-SSHD-T 2MiB SPI flash chip
Cedar Grove Maker Studios
2019-10-03
Disable timeout, remove redundancy
Hierophect
2019-10-02
Fix typo causing parsing error
Hierophect
2019-10-02
Add some definitions for when F412 can be implemented
Hierophect
2019-09-09
fix atmel-samd filesystem_tick'ing; clear_temp_status() should check for stat...
Dan Halbert
2019-09-03
Make trivial change to redo GitHub Actions build.
Dan Halbert
2019-09-02
Add GD25Q32C flash device definition
arturo182
2019-04-05
Fix crash when getting board.SPI outside the VM
Scott Shawcroft
2019-04-03
Rework flash flush so it preserves the cache
Scott Shawcroft
2019-01-30
Updates devices.h to include the W25Q32FV flash chip that is on the SparkFun ...
Elias Santistevan
2018-12-04
Add correct flash chip for Particle Mesh boards
Scott Shawcroft
2018-12-04
Add particle boards, fix cp32 and try to speed up atmel build
Scott Shawcroft
2018-11-30
Fix up spi flash define
Scott Shawcroft
2018-11-27
Fix QSPI on Feather nRF52840
Scott Shawcroft
2018-11-14
Factor out of external flash as well.
Scott Shawcroft
2018-11-09
Incorporate feedback:
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft