| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-22 | Add externs. GCC10 complains about duplicate defines | Scott Shawcroft | |
| 2020-07-21 | Disable countio on circuitbrains basic | Scott Shawcroft | |
| 2020-07-21 | Merge pull request #3160 from tannewt/enable_pystack | Scott Shawcroft | |
| Enable PYSTACK to keep function state out of the heap | |||
| 2020-07-21 | Turn off GC opt on uchip board | Scott Shawcroft | |
| 2020-07-21 | Be more aggressive with uChip build | Scott Shawcroft | |
| 2020-07-20 | Merge branch 'main' into disable_network | Scott Shawcroft | |
| 2020-07-20 | Merge pull request #3166 from theacodes/bhb-adc | Scott Shawcroft | |
| Add _bhb user module for Big Honking Button | |||
| 2020-07-18 | Add _bhb user module for Big Honking Button | Thea Flowers | |
| BHB needs better accuracy from the ADC readings. To avoid changing the ADC configuration for all boards or adding complexity to AnalogIn, I implemented a custom user module to allow the BHB to talk to the ADC in the way that it needs to. I'm open to other approaches here, but this seemed like the least invasive and complex option. | |||
| 2020-07-18 | pewpew_m4: Disable USB_HID back | Radomir Dopieralski | |
| German translation fails to build, so I have to disabled USB_HID after all. | |||
| 2020-07-18 | pewpew_m4: Enable analogio and usb_hid | Radomir Dopieralski | |
| The newest version for the Stage library for PewPewM4 no longer contains embedded graphics, which frees enough space in flash to enabled back AnalogIO and also add USB_HID. There is still ~192 bytes left free. If new additions to CircuitPython make it grow further, we can disable USB_HID again. | |||
| 2020-07-17 | Disable existing native networking. | Scott Shawcroft | |
| We're moving towards a co-processor model and a Wiznet library is already available. New native APIs will replace these for chips with networking like the ESP32S2 but they won't be these. | |||
| 2020-07-17 | uchip: reclaim some flash space | Jeff Epler | |
| 2020-07-15 | supervisor: factor supervisor_background_tasks from sundry ports | Jeff Epler | |
| 2020-07-15 | supervisor: factor out, Handle USB via background callback | Jeff Epler | |
| 2020-07-15 | samd: audio: Move to background callback | Jeff Epler | |
| Testing performed: Played half of the Bartlebeats album :) :) | |||
| 2020-07-13 | Merge pull request #3003 from Flameeyes/master | Scott Shawcroft | |
| License tagging according to REUSE specifications. | |||
| 2020-07-13 | Merge pull request #3130 from pewpew-game/brownout-level | Dan Halbert | |
| SAMD: make the brownout detection level configurable per board | |||
| 2020-07-10 | Fluff M0: additional pins on version 1.3 of the board | Radomir Dopieralski | |
| 2020-07-09 | SAMD: configurable brownout, separate the variables | Radomir Dopieralski | |
| 2020-07-08 | SAMD: make the brownout detection level configurable per board | Radomir Dopieralski | |
| Not all boards have external flash or other components that make them require 2.7V -- sometimes we can get considerably longer battery life by decreasing this requirement. In particular, pewpew10 and pewpew_m4 are powered directly from battery, with no LDO, and should work fine down to 1.6V. | |||
| 2020-07-07 | Merge pull request #3120 from DavePutz/issue#3049 | Scott Shawcroft | |
| Issue#3049 -PulseIn not working in CP5.4 | |||
| 2020-07-06 | Correct for SAMD51 build | DavePutz | |
| 2020-07-06 | Corrected file for SAMD51 build | DavePutz | |
| 2020-07-06 | Made requested changes | DavePutz | |
| 2020-07-06 | Merge pull request #3113 from ansonhe97/main | Scott Shawcroft | |
| ADD: Added Wio Terminal's functional pins and LCD driver to board init | |||
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò | |
| 2020-07-06 | Fluff M0: additional pins on version 1.3 of the board | Radomir Dopieralski | |
| 2020-07-04 | Implementation of continuous synchronization of RTC during pulsein | DavePutz | |
| Flags and code to implement continuous synchronization of RTC during pulsein | |||
| 2020-07-04 | Implementation of RTC continuous synchronization during pulsein | DavePutz | |
| Flags and code to implement RTC continuous synchronization during pulsein | |||
| 2020-07-04 | Fix depreciate terminology | ansonhe97 | |
| 2020-07-03 | Fix CI | ansonhe97 | |
| 2020-07-03 | ADD: Added LCD driver to board init | ansonhe97 | |
| 2020-07-03 | ADD: Fixed wrong SPI pins and added more functional pins | ansonhe97 | |
| 2020-07-02 | Merge pull request #3109 from pewpew-game/fluff_m0master | Scott Shawcroft | |
| Fluff M0: additional pins on version 1.3 of the board | |||
| 2020-07-02 | Fluff M0: additional pins on version 1.3 of the board | Radomir Dopieralski | |
| 2020-07-01 | Merge pull request #3083 from tannewt/esp32s2_busio | Jeff Epler | |
| Add busio support for the ESP32-S2 | |||
| 2020-07-01 | ADD: added more special pins on Wio Terminal | ansonhe97 | |
| 2020-06-30 | Merge pull request #3089 from ansonhe97/main | Scott Shawcroft | |
| Add: added Seeed's Wio Terminal Board Support | |||
| 2020-06-29 | Fix end of line | ansonhe97 | |
| 2020-06-29 | Add: Added Seeed Wio Terminal board support | ansonhe97 | |
| 2020-06-26 | atmel-sam: sdio: disable debug prints by default | Jeff Epler | |
| 2020-06-26 | atmel-samd: Add SDIO SD card interface | Jeff Epler | |
| 2020-06-26 | samd: sdio: Add needed files from atmel start | Jeff Epler | |
| 2020-06-26 | sdcardio: implement new library for SD card I/O | Jeff Epler | |
| Testing performed: That a card is successfully mounted on Pygamer with the built in SD card slot This module is enabled for most FULL_BUILD boards, but is disabled for samd21 ("M0"), litex, and pca10100 for various reasons. | |||
| 2020-06-25 | I2CPeripheral: Rename class and its module | Jeff Epler | |
| This is an incompatible change. | |||
| 2020-06-25 | Merge pull request #3046 from jepler/same51 | Jeff Epler | |
| Add basic SAM E54 support and SAM E54 Xplained board | |||
| 2020-06-24 | Compiles! | Scott Shawcroft | |
| 2020-06-24 | Add UART support | Scott Shawcroft | |
| 2020-06-24 | Merge pull request #3038 from jepler/compute-usb-devices | Jeff Epler | |
| Compute USB_DEVICES instead of requiring it to be specified | |||
| 2020-06-23 | supervisor.mk: Compute USB_DEVICES; remove from boards and ports | Jeff Epler | |
| Since Actions passed on the previous commit, where this computed value was checked against the specified value (if any), this is no net change, except that we no longer need to specify it for particular boards or ports. | |||
