| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-25 | Switch devices.h to nvm.toml data | Scott Shawcroft | |
| 2021-03-15 | run code formatting script | microDev | |
| 2021-03-11 | Update F407 to match F405 | Lucian Copeland | |
| 2021-03-07 | Merge remote-tracking branch 'origin/main' into count-flash-devices | Jeff Epler | |
| 2021-03-07 | Automatically count EXTERNAL_FLASH_DEVICES | Jeff Epler | |
| 2021-03-07 | add GD25Q16C flash to BlackPill | jerryneedell | |
| 2021-02-25 | Updated build configs to turn off BITMAPTOOLS for smaller builds | Kevin Matocha | |
| 2021-02-19 | merge from upstream; re-alphabetize | Dan Halbert | |
| 2021-02-18 | fix some builds | Dan Halbert | |
| 2021-02-11 | Free up space for JA build | Lucian Copeland | |
| 2021-02-04 | usb descriptors all set; rework of enabling for USB devices | Dan Halbert | |
| 2021-01-25 | Merge pull request #3936 from gamblor21/busdevice_fixes | Scott Shawcroft | |
| Changing adafruit_bus_device to duck typing | |||
| 2021-01-19 | 1. Rename 'stm32f411ce_blackpill_haxpress' to 'stm32f411ce_blackpill_with_flash' | Jonathan Giles | |
| 2. Add 'W25Q64JV_IQ' to flash chip list (as per commercial version) | |||
| 2021-01-19 | Update ports/stm/boards/stm32f411ce_blackpill_haxpress/mpconfigboard.mk | djix123 | |
| Update PID for _with_flash version to resolve duplicate PID issue Co-authored-by: Dan Halbert <halbert@halwitz.org> | |||
| 2021-01-19 | Update ports/stm/boards/stm32f411ce_blackpill_haxpress/mpconfigboard.mk | djix123 | |
| Change name from _haxpress to _with_flash Co-authored-by: Dan Halbert <halbert@halwitz.org> | |||
| 2021-01-19 | Update ports/stm/boards/stm32f411ce_blackpill_haxpress/mpconfigboard.h | djix123 | |
| Change name from _haxpress to _with_flash Co-authored-by: Dan Halbert <halbert@halwitz.org> | |||
| 2021-01-19 | Add support for a 'haxpress' external SPI flash build for the stm32f411ce ↵ | Jonathan Giles | |
| blackpill board | |||
| 2021-01-17 | Disabling in more small boards | gamblor21 | |
| 2020-12-22 | Add default I2C pins for STM32F411CE | Jonathan Giles | |
| 2020-12-21 | Add Adafruit to MICROPY_HW_BOARD_NAME for various boards | Dan Halbert | |
| 2020-12-17 | Merge pull request #3752 from jepler/gcc10 | Dan Halbert | |
| build: Update to gcc10 | |||
| 2020-12-15 | squeeze some smaller boards | Dan Halbert | |
| 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-11-23 | Remove filesystem from linker script. | jgillick | |
| 2020-11-23 | Merge remote-tracking branch 'circuitpython/main' into thunderpack1.2 | jgillick | |
| 2020-11-23 | stm: disable ulab on two resource-constrained boards | Jeff Epler | |
| 2020-11-23 | Fix NVM by clearing FLASH_FLAG_PGPERR | jgillick | |
| 2020-11-22 | Create a new linker script with more space for the firmware. | jgillick | |
| 2020-11-22 | Update USB_PID | jgillick | |
| 2020-11-22 | Rename thunderpack to v11 | jgillick | |
| 2020-11-22 | Cleanup | jgillick | |
| 2020-11-17 | Merge tag '6.0.0' into thunderpack1.2 | jgillick | |
| 2020-11-16 | Add Thunderpack 1.2 | jgillick | |
| 2020-10-15 | disable on winterbloom_sol and thunderpack | Dan Halbert | |
| 2020-10-06 | stm32: canio: enable on all stm32f405 boards | Jeff Epler | |
| 2020-10-06 | canio: implement for stm32f405 | Jeff Epler | |
| The has successfully run my loopback self-test program for CAN, which tests transmission, reception, and filtering. The 1M baud rate setting was also verified on saleae to be accurate. | |||
| 2020-09-25 | Requested changes take 1 | Mark Roberts | |
| 2020-09-17 | Merge pull request #2966 from sommersoft/ci_check_vid_pid | Scott Shawcroft | |
| Automate USB VID/PID Uniqueness Check | |||
| 2020-09-15 | Add more PIDs for unique boards | Scott Shawcroft | |
| 2020-09-03 | Merge remote-tracking branch 'adafruit/main' into native_wifi | Scott Shawcroft | |
| 2020-08-27 | -Os espruino_pico to save space | Scott Shawcroft | |
| 2020-08-27 | Merge branch 'main' into stm32-meowbit-fix | hierophect | |
| 2020-08-26 | Fix trailing whitespace errors across ports and docs | Lucian Copeland | |
| 2020-08-25 | Fix null dereference, invert auto_brightness to reenable screen | Lucian Copeland | |
| 2020-08-24 | Remove Meowbit LSE flag, harsher failure for LSE issues | Lucian Copeland | |
| 2020-08-13 | Update mpconfigboard.mk | Dan Halbert | |
| The stm boards default to `-O2`. Changing to `-Os` brings it back to ~43kB (!) free even for ja. | |||
| 2020-08-13 | stm: meowbit_v121: remove _pixelbuf to fit ja translation | Jeff Epler | |
| 2020-07-30 | feather_stm32f405_express: sdio_data_tuple should be static | Jeff Epler | |
| 2020-07-30 | stm: Add sdioio support for feather_stm32f405_express | Jeff Epler | |
| Currently, only the bus specs of the stm32f405xx have been coded. Other stm-family chips need (at a minimum) the specs added in their periph.[ch] files. | |||
| 2020-06-25 | Move NVM block to increase program size. | jgillick | |
