| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-06-09 | Merge pull request #3020 from DavePutz/issue2958 | Scott Shawcroft | |
| Issue #2958 Correct calculation of subticks being returned from port_get_raw_ticks() for esp32s2 | |||
| 2020-06-09 | Redid formula for calculating subticks | DavePutz | |
| changed subticks calculation to give a range from 0 to 32767. | |||
| 2020-06-08 | Merge pull request #3017 from Nicell/nice_nano5.4.0-beta.1 | Scott Shawcroft | |
| Add nice!nano board support | |||
| 2020-06-08 | Correct ticks being returned from port_get_raw_ticks() | DavePutz | |
| Issue #2958 . Correct calculation of usec back to ticks in port_get_raw_ticks(). | |||
| 2020-06-07 | Merge pull request #3009 from hierophect/stm32-LSE-startup-fix | Scott Shawcroft | |
| STM32: Rework LSE clock init, allow clock overrides | |||
| 2020-06-05 | Add nice!nano board support | Nick | |
| 2020-06-05 | Fix pin macros typo, add extra flash protection | Lucian Copeland | |
| 2020-06-05 | Override HAL_Delay and HAL_GetTick | Lucian Copeland | |
| 2020-06-05 | Merge pull request #3001 from hierophect/mimxrt-teensy-boot | Scott Shawcroft | |
| mimxrt10xx: Disable pin_reset on 1060 boards | |||
| 2020-06-04 | Merge remote-tracking branch 'upstream/master' into stm32-LSE-startup-fix | Lucian Copeland | |
| 2020-06-04 | Add temporary fix warning | Lucian Copeland | |
| 2020-06-04 | Rework LSE clock init, allow clock overrides | Lucian Copeland | |
| 2020-06-03 | Disable pin resets on the 1060 | Lucian Copeland | |
| 2020-06-03 | Fix up end of file and trailing whitespace. | Diego Elio Pettenò | |
| This can be enforced by pre-commit, but correct it separately to make it easier to review. | |||
| 2020-06-02 | Update teensy 4.0/4.1 pin protections | Lucian Copeland | |
| 2020-06-02 | Merge pull request #2933 from simmel-project/wdt-nrf | Scott Shawcroft | |
| Add Watchdog timer and add support for NRF watchdog | |||
| 2020-06-02 | litex: remove call to `board_init()` | Sean Cross | |
| These calls were all moved into `main.c`, however this call was not removed from litex. As a result, litex was calling `board_init()` twice. This is currently not a problem, as `fomu` is able to be initialized twice without issue, however future boards may have issue with this. This fixes #2991. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-06-01 | Merge remote-tracking branch 'adafruit/master' into wdt-nrf | Scott Shawcroft | |
| 2020-06-01 | Merge pull request #2890 from jepler/nrf-audio-tick | Scott Shawcroft | |
| nrf: put supervisor enable/disable tick in place | |||
| 2020-06-01 | Merge pull request #2979 from hierophect/stm32-remove-crystals | Scott Shawcroft | |
| STM32: Set correct crystal settings on Discovery boards | |||
| 2020-06-01 | Merge remote-tracking branch 'adafruit/master' into wdt-nrf | Scott Shawcroft | |
| 2020-06-01 | Note temporary issue with Nucleo boards | Lucian Copeland | |
| 2020-06-01 | Fix port_get_raw_ticks | Kamil Tomaszewski | |
| 2020-05-29 | Merge pull request #2975 from dhalbert/aesio-nrf52840 | Dan Halbert | |
| enable aesio on all nRF52840 boards | |||
| 2020-05-29 | Set correct crystal settings on Discovery boards | Lucian Copeland | |
| 2020-05-29 | Merge pull request #2964 from hierophect/mimxrt-busio-cleanup | Scott Shawcroft | |
| mimxrt10xx: Busio cleanup and bugfixes | |||
| 2020-05-29 | Merge remote-tracking branch 'adafruit/master' into wdt-nrf | Scott Shawcroft | |
| 2020-05-29 | Fix SWO/Analog overlap, style changes | Lucian Copeland | |
| 2020-05-29 | enable aesio on all nRF52840 boards | Dan Halbert | |
| 2020-05-28 | Spill registers before scanning the stack. | Scott Shawcroft | |
| From the change: // xtensa has more registers than an instruction can address. The 16 that // can be addressed are called the "window". When a function is called or // returns the window rotates. This allows for more efficient function calls // because ram doesn't need to be used. It's only used if the window wraps // around onto itself. At that point values are "spilled" to empty spots in // the stack that were set aside. When the window rotates back around (on // function return), the values are restored into the register from ram. // So, in order to read the values in the stack scan we must make sure all // of the register values we care about have been spilled to RAM. Luckily, // there is a HAL call to do it. There is a bit of a race condition here // because the register value could change after it's been restored but that // is unlikely to happen with a heap pointer while we do a GC. Fixes #2907 | |||
| 2020-05-28 | A number of small ESP32S2 fixes: | Scott Shawcroft | |
| * Fix flash writes that don't end on a sector boundary. Fixes #2944 * Fix enum incompatibility with IDF. * Fix printf output so it goes out debug UART. * Increase stack size to 8k. * Fix sleep of less than a tick so it doesn't crash. | |||
| 2020-05-28 | Update ESP IDF | Scott Shawcroft | |
| 2020-05-28 | Merge remote-tracking branch 'upstream/master' into mimxrt-busio-cleanup | Lucian Copeland | |
| 2020-05-28 | Fix pin reset flash conflict error | Lucian Copeland | |
| 2020-05-27 | Merge remote-tracking branch 'adafruit/master' into wdt-nrf | Scott Shawcroft | |
| 2020-05-27 | Merge pull request #2934 from hierophect/mimxrt-uart-oneway | Scott Shawcroft | |
| mimxrt10xx: add one-directional UART | |||
| 2020-05-27 | Merge branch 'mimxrt-uart-oneway' into mimxrt-busio-cleanup | Lucian Copeland | |
| 2020-05-27 | translations | Lucian Copeland | |
| 2020-05-27 | Merge branch 'mimxrt-uart-oneway' of ↵ | Lucian Copeland | |
| https://github.com/hierophect/circuitpython into mimxrt-uart-oneway | |||
| 2020-05-27 | Change exception text and type | Lucian Copeland | |
| 2020-05-27 | Correct HiiBot BlueFi USB_PID | Dan Halbert | |
| Donated a PID set for HiiBot BlueFi. | |||
| 2020-05-27 | Add pin resetting across boards, fix array size detection issue | Lucian Copeland | |
| 2020-05-27 | Merge pull request #2961 from arturo182/i2c-exception | arturo182 | |
| mimxrt10xx: Change exception type to match other ports | |||
| 2020-05-27 | watchdog: use common_hal_watchdog_* pattern | Sean Cross | |
| This pulls all common functionality into `shared-bindings` and keeps platform-specific code inside `nrf`. Additionally, this performs most validation in the `shared-bindings` site. The only validation that occurs inside platform-specific `common-hal` code is related to timeout limits that are platform-specific. Additionally, all documentation is now inside the `shared-bindings` directory. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-05-27 | nrf: add ticks (not subticks) to overflow count during reset | Sean Cross | |
| Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-05-27 | nrf: set WDT priority to 2 | Sean Cross | |
| The previous setting of `1` meant that the bluetooth system couldn't be used when the watchdog timer was enabled. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-05-27 | nrf: pca10100: disable some unused features to shrink image | Sean Cross | |
| This removes some features that are largely unused in order to get the image to fit. Recommended in https://github.com/adafruit/circuitpython/pull/2933#issuecomment-632859678 Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-05-27 | nrf: simmel: shrink filesystem to fit watchdog timer | Sean Cross | |
| The watchdog timer has increased the amount of code and text that's required. Signed-off-by: Sean Cross <sean@xobs.io> | |||
