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

Add NEUTRONRCF435 support including AT32F435RGT7 1M FLASH #12534

Merged
merged 1 commit into from Mar 20, 2023

Conversation

SteveCEvans
Copy link
Member

@SteveCEvans SteveCEvans commented Mar 17, 2023

The NEUTRONRCF435 uses the AT32F435RGT7 with 1Mbytes of FLASH rather than the AT32F435ZMT7 which has 4Mbytes. This PR adds support for both. The flash sector size is also 2K rather than 4K for the 1Mbyte part which was resulting in a boot loop.

A NEUTRONRCF435 config file is added but this will need amending with timer/dma/motor definitions.

BARO, OSD and FLASH are currently supported.

There are now two AT32F435 targets to accommodate 1Mbyte and 4Mbyte FLASH. config.h can specify the following for 4M devices

#define FC_TARGET_MCU     AT32F435M

or for 1M devices

#define FC_TARGET_MCU     AT32F435G

@SteveCEvans SteveCEvans self-assigned this Mar 17, 2023
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@blckmn
Copy link
Member

blckmn commented Mar 17, 2023

AUTOMERGE: (FAIL)

  • github identifies PR as mergeable -> FAIL
  • assigned to a milestone -> FAIL
  • cooling off period lapsed -> PASS
  • commit count less or equal to three -> PASS
  • Don't merge label NOT found -> PASS
  • at least one RN: label found -> PASS
  • Tested label found -> FAIL
  • assigned to an approver -> PASS
  • approver count at least three -> FAIL

@github-actions

This comment has been minimized.

src/config/REVO_AT/config.h Outdated Show resolved Hide resolved
@github-actions
Copy link

Do you want to test this code? Here you have an automated build:
Assets
WARNING: It may be unstable. Use only for testing! See: https://www.youtube.com/watch?v=I1uN9CN30gw for instructions for unified targets!

@blckmn blckmn merged commit 6766f9c into betaflight:master Mar 20, 2023
19 checks passed
davidbitton pushed a commit to davidbitton/betaflight that referenced this pull request Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: COMPLETED
Development

Successfully merging this pull request may close these issues.

None yet

4 participants