CrealityOfficial / Ender-3S1

This Source code for Creality Ender-3S1 Series,MCU and Screen
GNU General Public License v3.0
128 stars 52 forks source link

Source for STM32F401 board #6

Closed theSt33v closed 2 years ago

theSt33v commented 2 years ago

Please upload the missing source code files for the STM32F401 board (pins_CREALITY_S1_F401RC.h, for example)

Creality-mandy commented 2 years ago

Hi thanks for your question, please check at the main.

theSt33v commented 2 years ago

Thank you, but there is still missing code. Please provide an entry for the STM32F401RC_creality build environment in /ini/stm32f4.ini

Creality-mandy commented 2 years ago

https://github.com/CrealityOfficial/Ender-3S1/pull/7/commits/b94856bbb5ff06bab413abca00535f46dea4a0df

theSt33v commented 2 years ago

b94856b

Yes, I see that you have added pins_CREALITY_S1_F401RC.h. However, I still cannot build this firmware because the required build environment, STM32F401RC_creality, is missing from the file located in /ini/stm32f4.ini. Please update /ini/stm32f4.ini so that it contains the STM32F401RC_creality build environment.

theSt33v commented 2 years ago

Thank you! With the most recent update, the source code is now complete.