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

Added new family to stml32 platform: stm32f3xx devices #14

Closed
wants to merge 1 commit into from
Closed

Added new family to stml32 platform: stm32f3xx devices #14

wants to merge 1 commit into from

Conversation

Zaryob
Copy link

@Zaryob Zaryob commented Feb 16, 2021

Get sources from STMicroelectronics/STM32CubeF3 repository.

Formatted tab style of stm32lib repository as mentioned in README.md file.

All devices provided with commit 86346f in Stm32CubeF3 repository.

For clarify, Added Devices:
* stm32f301x8
* stm32f302x8
* stm32f302xc
* stm32f302xe
* stm32f303x8
* stm32f303xc
* stm32f303xe
* stm32f318xx
* stm32f328xx
* stm32f334x8
* stm32f358xx
* stm32f373xc
* stm32f378xx
* stm32f398xx

Signed-off-by: Suleyman Poyraz [email protected]

Get sources from [STMicroelectronics/STM32CubeF3](https://github.com/STMicroelectronics/STM32CubeF3/) repository.

Formatted tab style of stm32lib repository as mentioned in README.md file.

Added Devices:
	* stm32f301x8
	* stm32f302x8
	* stm32f302xc
	* stm32f302xe
	* stm32f303x8
	* stm32f303xc
	* stm32f303xe
	* stm32f318xx
	* stm32f328xx
	* stm32f334x8
	* stm32f358xx
	* stm32f373xc
	* stm32f378xx
	* stm32f398xx

Signed-off-by: Suleyman Poyraz <[email protected]>
@Zaryob Zaryob changed the title Added new platform stm32f3xx devices Added new family to stml32 platform: stm32f3xx devices Feb 16, 2021
@dpgeorge
Copy link
Member

Thanks for the contribution.

Did you intend to add support for the STM32F3xx series in MicroPython? Are there particular F3 MCUs that you need support for?

@Zaryob
Copy link
Author

Zaryob commented Feb 22, 2021

Thanks for the contribution.

Did you intend to add support for the STM32F3xx series in MicroPython? Are there particular F3 MCUs that you need support for?

Yeah Im intending support of STM32Fxxx series. There are all cards and specifications. I just add with way you provided in Readme file.

All files are provided from STMicroelectronics github repository https://github.com/STMicroelectronics/STM32CubeF3 version 1.11.2

I quoted all family devices because if they will publish new devices, I can see which devices are absent in next releases then I can also add them.

I just wanna add this devices and I mentioned, because of supply conductivity.

@dpgeorge
Copy link
Member

Note that adding the CMSIS and HAL code here is just part of adding support for STM32F3xx in MicroPython. There's still quite a bit of work that needs to be done in MicroPython's stm32 port to make it all work.

@Zaryob
Copy link
Author

Zaryob commented Feb 23, 2021

If there is a way to testing it and make it fully working i can do it. But I dont know how it would be actually.

@Zaryob
Copy link
Author

Zaryob commented Feb 23, 2021

And also I can import other cards that i use if I get it.

@dpgeorge
Copy link
Member

To get an idea of what's required to add support for a new MCU series, see here: micropython/micropython#6911

@Zaryob
Copy link
Author

Zaryob commented Feb 23, 2021

To get an idea of what's required to add support for a new MCU series, see here: micropython/micropython#6911

got it. Gonna test it then reply as nearly as possible.

@dpgeorge
Copy link
Member

Closing because this MCU is old and we do not want to support it in MicroPython. See further details at comment here: micropython/micropython#6955 (comment)

@dpgeorge dpgeorge closed this Nov 25, 2022
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.

2 participants