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
/
ports
Age
Commit message (
Expand
)
Author
2021-01-09
background tasks: Add, use port_wake_main_task
Jeff Epler
2021-01-09
esp32s2: audiobusio: move i2s_common inside
Jeff Epler
2021-01-09
esp32s2: Rename ESP_CALL_RAISE to CHECK_ESP_RESULT
Jeff Epler
2021-01-08
I2SOut: Enable ticks during audio playback
Jeff Epler
2021-01-08
port_i2s_play: fill the initial buffer via background callback
Jeff Epler
2021-01-08
port_i2s_play: remove build error
Jeff Epler
2021-01-08
i2s_fill_buffer: remove debug print
Jeff Epler
2021-01-08
i2s_fill_buffer: Need to fill with zeros when stopping
Jeff Epler
2021-01-07
esp2s2: enlarge stack-buffer, use it instead of i2s_zero_dma_buffer
Jeff Epler
2021-01-07
esp32s2: i2s: must reset buffer, otherwise wave samples don't start
Jeff Epler
2021-01-07
esp32s2: i2s: fix accounting for "stretched" frames
Jeff Epler
2021-01-07
esp32s2: port: Ensure JTAG pins are available for debugging
Jeff Epler
2021-01-07
esp32s2: 'make flash': Allow customizing the esptool flags
Jeff Epler
2021-01-07
Merge remote-tracking branch 'origin/main' into audioout-esp32
Jeff Epler
2021-01-03
Merge pull request #3923 from bwshockley/Add_dotstar_mini_sam_m4
Limor "Ladyada" Fried
2021-01-04
Fixed incorrect pin assignment on header
Seon Rozenblum
2021-01-03
Added CP Dotstart Lib to Build
Benjamin Shockley
2021-01-01
changes based on UM's input
askpatricw
2020-12-31
dupe LED entries
askpatricw
2020-12-31
release and pre-release FeatherS2 NSync
askpatricw
2020-12-30
Merge pull request #3850 from microDev1/touch-s2
6.1.0-beta.3
Jeff Epler
2020-12-31
update wake-alarm implementation
microDev
2020-12-31
enable light-sleep functionality
microDev
2020-12-30
Merge pull request #3900 from jepler/restore-frozen-busdevice
Dan Halbert
2020-12-30
Merge branch 'main' into touch-s2
microDev
2020-12-30
Revert "Removing frozen libs"
Jeff Epler
2020-12-30
add pretend-to-sleep functionality
microDev
2020-12-29
Fix minor typo in ESP32S2 readme
Hugo Dahl
2020-12-29
esp32s2: add I2SOut
Jeff Epler
2020-12-29
esp32s2: espidf: Consistent error checking of esp-idf calls
Jeff Epler
2020-12-29
esp32s2: espidf: Add IDFError
Jeff Epler
2020-12-29
esp32s2: Use better optimizer flags in debug builds
Jeff Epler
2020-12-29
Merge pull request #3888 from microDev1/fix-reset-pin
Jeff Epler
2020-12-28
Merge pull request #3878 from xobs/fomu-fixes-6.0.0
Scott Shawcroft
2020-12-28
Merge pull request #3868 from BennyE/wifi-enhancement-countrycode
Scott Shawcroft
2020-12-28
Merge pull request #3830 from tannewt/pin_alarm
Dan Halbert
2020-12-28
update common_hal_reset_pin()
microDev
2020-12-27
Downgrade OTA API for IDF 4.2
Scott Shawcroft
2020-12-25
SAMD51: change of DAC power setting
Uwe Gartmann
2020-12-24
Updating comment to reflect feedback of espressif from IDFGH-4486 -> works co...
BennyE
2020-12-24
litex: move more critical code to RAM
Sean Cross
2020-12-24
litex: ensure we don't re-enable interrups during ISR
Sean Cross
2020-12-23
Merge branch 'main' into pin_alarm
Dan Halbert
2020-12-24
implementing suggested changes
BennyE
2020-12-23
BLE fixes
Dan Halbert
2020-12-23
Stub out mp_hal_is_interrupted for UNIX
Scott Shawcroft
2020-12-23
Merge pull request #3867 from dhalbert/frequencyin-fix-6.0.x
Scott Shawcroft
2020-12-23
Remove debug log messages
BennyE
2020-12-22
A couple sleep fixes
Scott Shawcroft
2020-12-22
FrequencyIn: do not raise in interrupt handler
Dan Halbert
[next]