| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-18 | Merge pull request #2291 from hierophect/stm32-neopixel5.0.0-beta.0 | Dan Halbert | |
| STM32: Neopixel support | |||
| 2019-11-18 | implement os urandom | Hierophect | |
| 2019-11-18 | add microcontroller toggles for status LED | Hierophect | |
| 2019-11-16 | add USB interface description | Cedar Grove Maker Studios | |
| ... to "StringCarM0Ex" | |||
| 2019-11-15 | timing tweaks with testing | Hierophect | |
| 2019-11-15 | Add missing define | Hierophect | |
| 2019-11-15 | Merge branch 'pin-commonhal-additions' into stm32-neopixel | Hierophect | |
| 2019-11-15 | revert error | Hierophect | |
| 2019-11-15 | Merge branch 'pin-commonhal-additions' into stm32-neopixel | Hierophect | |
| 2019-11-15 | move neopixel_in_use flag to shared-bindings | Hierophect | |
| 2019-11-15 | Merge branch 'pin-commonhal-additions' into stm32-neopixel | Hierophect | |
| 2019-11-15 | Add never_reset and reset to pin common hal, adjust files | Hierophect | |
| 2019-11-15 | Implement Neopixel write, add defaults to f405 | Hierophect | |
| 2019-11-13 | Raise clock speed, adjust divisors | Hierophect | |
| 2019-11-12 | Merge pull request #2272 from hierophect/stm32-microcontroller-fillout | Dan Halbert | |
| STM32: add us delay | |||
| 2019-11-12 | fix conflicting definitions on discovery boards | Hierophect | |
| 2019-11-12 | Style overhaul, extra error checks | Hierophect | |
| 2019-11-12 | Merge remote-tracking branch 'upstream/master' into stm32-uart | Hierophect | |
| 2019-11-11 | de-init check | Hierophect | |
| 2019-11-11 | text fixes | Hierophect | |
| 2019-11-11 | fix typo | Hierophect | |
| 2019-11-11 | Revise us delay to include interrupt/non-interrupt versions | Hierophect | |
| 2019-11-08 | Merge pull request #2271 from theacodes/enable-micropython-native | Dan Halbert | |
| Allow boards to enable the `micropython.native` decorator | |||
| 2019-11-06 | revert sublime being a dumb | Hierophect | |
| 2019-11-06 | revert git being a dumb | Hierophect | |
| 2019-11-06 | Merge remote-tracking branch 'upstream/master' into stm32-dac-deinit | Hierophect | |
| 2019-11-06 | Merge pull request #2266 from hierophect/stm32-defaults | Dan Halbert | |
| STM32: Add board defaults | |||
| 2019-11-05 | Allow boards to enable the `micropython.native` decorator | Thea Flowers | |
| Adds the `CIRCUITPY_ENABLE_MPY_NATIVE` for `mpconfigboard.mk` that enables the `micropython.native` decorator. | |||
| 2019-11-05 | add missing newline | Hierophect | |
| 2019-11-05 | Fix unsaved file | Hierophect | |
| 2019-11-05 | Add us delay | Hierophect | |
| 2019-11-05 | Merge remote-tracking branch 'upstream/master' into stm32-uart | Hierophect | |
| 2019-11-05 | Fix error that would carry past python exception | Hierophect | |
| 2019-11-04 | Add board configuration for Winterbloom Sol | Thea Flowers | |
| 2019-11-04 | Merge pull request #2236 from tannewt/bleio_tweaks | Dan Halbert | |
| Refine _bleio | |||
| 2019-11-04 | Merge pull request #2248 from hierophect/stm32-PWM | Dan Halbert | |
| STM32: PWMOut | |||
| 2019-11-04 | Update PWMOut.h | Dan Halbert | |
| 2019-11-04 | remove redundant comment | Hierophect | |
| 2019-11-04 | Add auto-shutoff of DAC when channels de-inited | Hierophect | |
| 2019-11-04 | complete attribution edits | Hierophect | |
| 2019-11-04 | Add other board globals | Hierophect | |
| 2019-11-04 | Merge branch 'master' into stm32-defaults | Hierophect | |
| 2019-11-04 | add board global | Hierophect | |
| 2019-11-04 | Add default defines | Hierophect | |
| 2019-11-04 | Style changes and refactors | Hierophect | |
| 2019-11-03 | Merge pull request #2262 from jepler/cpb-speaker-disable5.0.0-alpha.5 | Dan Halbert | |
| cpb: Disable the onboard speaker until request | |||
| 2019-11-03 | attribution changes | Hierophect | |
| 2019-11-03 | Merge pull request #2252 from dhalbert/cpb-two-i2c | Scott Shawcroft | |
| nrf: allocate two I2C on CPB | |||
| 2019-11-02 | Check for no pullups on I2C on nrf; give arduino nano 33 ble two I2C devices | Dan Halbert | |
| 2019-11-01 | cpb: define the SPEAKER_ENABLE_PIN | jepler | |
| This allows the board to disable the onboard speaker until explicitly enabled in user code. Testing performed on a CPB: * Touching the AUDIO pin with a fingertip no longer generates noise/buzz * Generating a waveform with `simpleio.tone` produces no sound by default * When the board.SPEAKER_ENABLE is configured as a digital output and set True, `simpleio.tone` does produce sound Note that while guides should include information about SPEAKER_ENABLE, it's possible that some users who omitted it could view this as a breaking change. They can fix it by simply adding code similar to speaker_enable = digitalio.DigitalInOut(board.SPEAKER_ENABLE) speaker_enable.direction = digitalio.Direction.OUTPUT speaker_enable.value = True before using the internal speaker. Closes: #2258 | |||
