Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't put comments on mpconfigboard.mk lines; add mistaken flash chip for HalloWing M0 #8669

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

dhalbert
Copy link
Collaborator

Hallowing M0 Express was supposed to have adafruit_bus_device turned on, but it was not because the line was:

CIRCUITPY_BUSDEVICE = 1 # lis3dh needs it

The value must be exactly 1 when it's checked in the other makefiles, and the comment adds noise (trailing space, I think; the comment may still be removed).

Fixed a few other files that potentially had the same problem.

Also adds support for the mistaken Hallowing M0 2MB flash chip (should be 8MB). Only a few of these were shipped.

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tannewt tannewt merged commit 601e07e into adafruit:8.2.x Nov 28, 2023
17 checks passed
@@ -4,7 +4,10 @@ USB_PRODUCT = "stm32f411ce blackpill"
USB_MANUFACTURER = "WeAct"

# SPI_FLASH_FILESYSTEM = 1
# EXTERNAL_FLASH_DEVICES = xxxxxx #See supervisor/shared/external_flash/devices.h for options

# See supervisor/shared/external_flash/devices.h for options
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[I know this was already merged, but: I think this comment is out of date, this info is in nvm.toml now]

@dhalbert dhalbert deleted the fix-mpconfigboard.mk branch February 16, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants