| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-12 | Merge remote-tracking branch 'origin/main' into audioout-esp32 | Jeff Epler | |
| 2021-01-11 | Merge pull request #3964 from dhalbert/ble-timing-fixes | Scott Shawcroft | |
| Round BLE timing values; fix timeout check | |||
| 2021-01-11 | Merge pull request #3944 from BennyE/wifi-authmode | Scott Shawcroft | |
| esp32-s2: Adding authmode keyword | |||
| 2021-01-11 | Merge pull request #3659 from iot49/msgpack | Scott Shawcroft | |
| module msgpack | |||
| 2021-01-10 | Round BLE timing values; fix timeout check | Dan Halbert | |
| 2021-01-08 | restore len(alarm.sleep_memory) and bool(alarm.sleep_memory) | Dan Halbert | |
| 2021-01-07 | Merge remote-tracking branch 'origin/main' into audioout-esp32 | Jeff Epler | |
| 2021-01-06 | Adding authmode keyword | BennyE | |
| 2021-01-06 | Fix doc build with extra blank lines | Scott Shawcroft | |
| 2021-01-05 | Merge branch 'main' into msgpack | iot49 | |
| 2021-01-05 | added //| to (hopefully) get CI to pass | Bernhard Boser | |
| 2021-01-01 | _pixelbuf: error check in brightness setter (fix #3753) | @brrzap | |
| 2020-12-31 | update wake-alarm implementation | microDev | |
| 2020-12-30 | Merge branch 'main' into touch-s2 | microDev | |
| 2020-12-29 | audiobusio: Make PDMIn optional | Jeff Epler | |
| 2020-12-28 | Merge pull request #3868 from BennyE/wifi-enhancement-countrycode | Scott Shawcroft | |
| esp32-s2: wifi enhancement to include countrycode | |||
| 2020-12-23 | Merge branch 'main' into pin_alarm | Dan Halbert | |
| 2020-12-23 | BLE fixes | Dan Halbert | |
| 2020-12-22 | A couple sleep fixes | Scott Shawcroft | |
| * Better messaging when code is stopped by an auto-reload. * Auto-reload works during sleeps on ESP32-S2. Ticks wake up the main task each time. * Made internal naming consistent. CamelCase Python names are NOT separated by an underscore. | |||
| 2020-12-22 | mark alarm.wake_alarm during gc sweep | Dan Halbert | |
| 2020-12-21 | Merge pull request #3812 from microDev1/ota-s2 | Scott Shawcroft | |
| Support for OTA update | |||
| 2020-12-19 | expose wake pin parameter and more tweaks | microDev | |
| 2020-12-18 | adafruit_bus_device: Don't transmit STOP condition in write_then_readinto | Jeff Epler | |
| Closes #3795 | |||
| 2020-12-18 | implement touch alarm | microDev | |
| 2020-12-18 | Merge branch 'main' into ota-s2 | microDev | |
| 2020-12-18 | rename ota to dualbank | microDev | |
| 2020-12-17 | Merge pull request #3752 from jepler/gcc10 | Dan Halbert | |
| build: Update to gcc10 | |||
| 2020-12-15 | Add alarm.pin that wakes on pin level | Scott Shawcroft | |
| Fixes #3787 | |||
| 2020-12-15 | camera: Provide correct forward-declaration of camera_imageformat_type | Jeff Epler | |
| This resolves the build error ``` arm-none-eabi-ld: build-spresense/libmpy.a(Camera.o):(.rodata.camera_imageformat_type+0x0): multiple definition of `camera_imageformat_type'; build-spresense/libmpy.a(__init__.o):(.rodata.camera_imageformat_type+0x0): first defined here arm-none-eabi-ld: build-spresense/libmpy.a(ImageFormat.o):(.rodata.camera_imageformat_type+0x0): multiple definition of `camera_imageformat_type'; build-spresense/libmpy.a(__init__.o):(.rodata.camera_imageformat_type+0x0): first defined here arm-none-eabi-ld: build-spresense/libmpy.a(Camera.o):(.rodata.camera_imageformat_type+0x0): multiple definition of `camera_imageformat_type'; build-spresense/libmpy.a(__init__.o):(.rodata.camera_imageformat_type+0x0): first defined here ``` | |||
| 2020-12-14 | use RTC_DATA_ATTR; address review comments | Dan Halbert | |
| 2020-12-13 | add country(code) to wifi network objects) | BennyE | |
| 2020-12-12 | Merge branch 'main' into ota-s2 | microDev | |
| 2020-12-12 | update docs, implement suggested changes | microDev | |
| 2020-12-11 | Merge branch 'main' into msgpack | Scott Shawcroft | |
| 2020-12-11 | add more docs | microDev | |
| 2020-12-11 | doc fixes | Dan Halbert | |
| 2020-12-11 | SleepMemory + set alarm.wake_alarm | Dan Halbert | |
| 2020-12-10 | try without ... in docs | Bernhard Boser | |
| 2020-12-11 | add docs, update translation & fix ota.flash() | microDev | |
| 2020-12-10 | add blank lines after all comment sections | Bernhard Boser | |
| 2020-12-10 | Initial SleepMemory code | Dan Halbert | |
| 2020-12-10 | add ability to switch boot partition | microDev | |
| 2020-12-10 | add ability to flash in discontinuous chunks | microDev | |
| 2020-12-10 | factor out esp_ota_end | microDev | |
| 2020-12-09 | cosmetics | Bernhard Boser | |
| 2020-12-10 | Fix some spelling mistakes | Mike Causer | |
| 2020-12-08 | typing ... | Bernhard Boser | |
| 2020-12-08 | uglify typing hints | Bernhard Boser | |
| 2020-12-08 | remove two extra closing angular brackets | Bernhard Boser | |
| 2020-12-08 | Add `board_deinit` for use with sleep | Scott Shawcroft | |
| This changes lots of files to unify `board.h` across ports. It adds `board_deinit` when CIRCUITPY_ALARM is set. `main.c` uses it to deinit the board before deep sleeping (even when pretending.) Deep sleep is now a two step process for the port. First, the port should prepare to deep sleep based on the given alarms. It should set alarms for both deep and pretend sleep. In particular, the pretend versions should be set immediately so that we don't miss an alarm as we shutdown. These alarms should also wake from `port_idle_until_interrupt` which is used when pretending to deep sleep. Second, when real deep sleeping, `alarm_enter_deep_sleep` is called. The port should set any alarms it didn't during prepare based on data it saved internally during prepare. ESP32-S2 sleep is a bit reorganized to locate more logic with TimeAlarm. This will help it scale to more alarm types. Fixes #3786 | |||
