| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-25 | Fix 16MB Winbond names | Scott Shawcroft | |
| 2021-03-25 | Switch devices.h to nvm.toml data | Scott Shawcroft | |
| 2021-03-16 | Adding LED for D13/L pin name. | Kattni Rembor | |
| 2021-03-15 | run code formatting script | microDev | |
| 2021-03-10 | Merge pull request #4350 from nitz/board-add-sparkfun-micromod-nrf52840 | Scott Shawcroft | |
| Add new nRF port for SF MicroMod nRF52840. | |||
| 2021-03-09 | SDIO/QSPI pin names. ¯\_(ツ)_/¯ | nitz | |
| 2021-03-09 | Update pins, remove unused defs from board config. | nitz | |
| 2021-03-09 | Update pins, remove unused defs from board config. | nitz | |
| 2021-03-09 | Fix the mpconfigboard.mk that was screwy? | nitz | |
| 2021-03-09 | Updated SparkFun MicroMod USB PID | Chris Dailey | |
| As per the PID provide by TheHoff, [here](https://forum.sparkfun.com/viewtopic.php?p=223812#p223812) | |||
| 2021-03-07 | Automatically count EXTERNAL_FLASH_DEVICES | Jeff Epler | |
| 2021-03-07 | Add new nRF port for SF MicroMod nRF52840. | nitz | |
| 2021-02-25 | Updated build configs to turn off BITMAPTOOLS for smaller builds | Kevin Matocha | |
| 2021-02-20 | Merge pull request #4232 from TG-Techie/fix_tg_watch | Dan Halbert | |
| fix TG-Watch ble issue | |||
| 2021-02-20 | fix TG-Watch ble issue | Jonah Yolles-Murphy | |
| 2021-02-19 | shrink simmel build | Dan Halbert | |
| 2021-02-18 | fix some builds | Dan Halbert | |
| 2021-02-01 | shrink simmel | Dan Halbert | |
| 2021-01-26 | Merge pull request #4060 from dhalbert/regularize-extmod-modules | Dan Halbert | |
| CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup | |||
| 2021-01-26 | shrink simmel | Dan Halbert | |
| 2021-01-17 | Disabling in more small boards | gamblor21 | |
| 2021-01-14 | Merge pull request #3991 from TG-Techie/main6.1.0-rc.16.1.06.1.x | Dan Halbert | |
| Revision to TG-Watch | |||
| 2021-01-14 | restore TG-Watch USB_PID from accidental overwrite | Jonah Yolles-Murphy | |
| 2021-01-14 | correct USB_PRODUCT for TG-Watch | Jonah Yolles-Murphy | |
| 2021-01-13 | final name and extra board | Jonah Yolles-Murphy | |
| 2021-01-10 | update TG-Watch pins, name, and frozen libraries | Jonah Yolles-Murphy | |
| 2021-01-09 | disable msgpack on boards without room | foamyguy | |
| 2021-01-05 | Merge branch 'main' into msgpack | iot49 | |
| 2020-12-21 | Merge pull request #3662 from ElectronicCats/bastble | Scott Shawcroft | |
| Add new board BastBLE | |||
| 2020-12-20 | update path board.h | sabas1080 | |
| 2020-12-20 | define QSPI pinout | sabas1080 | |
| 2020-12-20 | remove Internal flash unnecessary | sabas1080 | |
| 2020-12-17 | Merge pull request #3752 from jepler/gcc10 | Dan Halbert | |
| build: Update to gcc10 | |||
| 2020-12-15 | nrf: simmel: remove some unneeded modules to make it fit | Jeff Epler | |
| 2020-12-11 | Merge branch 'main' into msgpack | Scott Shawcroft | |
| 2020-12-08 | Fix build and more comments | Scott Shawcroft | |
| 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 | |||
| 2020-12-02 | exclude nrf/simmel due to lack of flash | Bernhard Boser | |
| 2020-12-01 | Removed bus device from simmel build | gamblor21 | |
| 2020-11-16 | fix VID and PID | sabas1080 | |
| 2020-11-16 | Fix pre-commit | sabas1080 | |
| 2020-11-07 | Added BastBLE | sabas1080 | |
| 2020-11-05 | Modify the pins of the hiibot_bluefi. | cyz | |
| 2020-10-30 | Merge pull request #3610 from Edrig/main | Scott Shawcroft | |
| Add new board to nrf port: holyiot_nrf52840 | |||
| 2020-10-28 | Change Board Name to ADM_B_NRF52840_1 | Gaetan | |
| edit : .github/workflows/build.yml rename : ports/nrf/boards/holyiot_nrf52840/board.c -> ports/nrf/boards/ADM_B_NRF52840_1/board.c rename : ports/nrf/boards/holyiot_nrf52840/mpconfigboard.h -> ports/nrf/boards/ADM_B_NRF52840_1/mpconfigboard.h rename : ports/nrf/boards/holyiot_nrf52840/mpconfigboard.mk -> ports/nrf/boards/ADM_B_NRF52840_1/mpconfigboard.mk rename : ports/nrf/boards/holyiot_nrf52840/pins.c -> ports/nrf/boards/ADM_B_NRF52840_1/pins.c | |||
| 2020-10-28 | fix railing Whitespace pin.c | Gaetan | |
| 2020-10-28 | Merge branch 'main' of https://github.com/Edrig/circuitpython into main | Gaetan | |
| modifié : boards/holyiot_nrf52840/pins.c | |||
| 2020-10-28 | modifié : pins.c | Gaetan | |
| 2020-10-28 | Fix EOF error | Gaetan | |
| modifié : mpconfigboard.mk modifié : pins.c | |||
| 2020-10-27 | Update pins.c | Noel Gaetan | |
| fix mistake | |||
