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
/
esp32s2
Age
Commit message (
Expand
)
Author
2020-07-23
Merge pull request #3185 from hierophect/esp32-pulseio
Scott Shawcroft
2020-07-23
Fix unintended timer reset, style changes
Lucian Copeland
2020-07-22
Add PWMOut
Lucian Copeland
2020-07-17
Add boilerplate, create basic PWMOut test
Lucian Copeland
2020-07-17
Merge pull request #2879 from jepler/background-callback
Jeff Epler
2020-07-16
Merge pull request #3155 from jepler/esp32s2-parallel-build
Scott Shawcroft
2020-07-15
supervisor: factor supervisor_background_tasks from sundry ports
Jeff Epler
2020-07-15
esp32s2: Use the device's EUI-48 address as unique ID
Jeff Epler
2020-07-15
esp32s2: Take care to invoke the sub-build-system only once
Jeff Epler
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-07-01
Merge pull request #3083 from tannewt/esp32s2_busio
Jeff Epler
2020-07-01
Return false if we already have the lock
Scott Shawcroft
2020-06-30
Remove fixed pointers and check UART return
Scott Shawcroft
2020-06-29
Fix other esp builds
Scott Shawcroft
2020-06-27
change CMake verision requirement
jerryneedell
2020-06-26
Remove debug prints
Scott Shawcroft
2020-06-26
Fix SPI RX and remove debug prints
Scott Shawcroft
2020-06-26
Use NULL for deinited DigitalInOut
Scott Shawcroft
2020-06-26
Store host_id so that never reset works
Scott Shawcroft
2020-06-26
Merge pull request #3072 from PTS93/patch-2
Scott Shawcroft
2020-06-26
Update minimum required cmake to 3.16
Timon
2020-06-26
Fix typo inserting IDF_PATH variable
Timon
2020-06-25
I2CPeripheral: Rename class and its module
Jeff Epler
2020-06-24
Turn off Idle WDT and speed up CPU
Scott Shawcroft
2020-06-24
Switch SPI to polling DMA and enable displayio
Scott Shawcroft
2020-06-24
Handle memory (hopefully). Short TX works
Scott Shawcroft
2020-06-24
Compiles!
Scott Shawcroft
2020-06-24
Initial SPI implementation. Almost certainly doesn't compile
Scott Shawcroft
2020-06-24
Add UF2 build target
Scott Shawcroft
2020-06-24
Turn off stub so flash works over native usb
Scott Shawcroft
2020-06-24
Add UART support
Scott Shawcroft
2020-06-24
Add pull up testing, proper us delay and stop supporting 45 and 46 for I2C
Scott Shawcroft
2020-06-24
Fix I2C thanks to Mark!
Scott Shawcroft
2020-06-24
Add initial I2C support, not quite working fully though
Scott Shawcroft
2020-06-23
supervisor.mk: Compute USB_DEVICES; remove from boards and ports
Jeff Epler
2020-06-23
esp32s2: Disable USB MIDI
Jeff Epler
2020-06-09
Redid formula for calculating subticks
DavePutz
2020-06-08
Correct ticks being returned from port_get_raw_ticks()
DavePutz
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-05-28
Spill registers before scanning the stack.
Scott Shawcroft
2020-05-28
A number of small ESP32S2 fixes:
Scott Shawcroft
2020-05-28
Update ESP IDF
Scott Shawcroft
2020-05-26
Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalio
Scott Shawcroft
2020-05-22
allow PORT specifcation for esp32s2 flashing
jerryneedell
2020-05-20
Fix esp wrover
Scott Shawcroft
2020-05-19
First try at critical section support
Scott Shawcroft
2020-05-19
Fully implement digitalio and pin-in-use tracking.
Scott Shawcroft
2020-05-18
Add commend about FreeRTOS stack canary
Scott Shawcroft
2020-05-18
Update TinyUSB and shorten USB task delay
Scott Shawcroft
2020-05-15
Initial ESP32S2 port.
Scott Shawcroft