aprinter icon indicating copy to clipboard operation
aprinter copied to clipboard

Develop with Eclipse

Open damian2340 opened this issue 7 years ago • 2 comments

Hi, i'll like use eclipse by develop with it, but i don't know how do it.

Please can you help me? or maybe suggest how ide use for the stm32f411 discovery board.

pd: sorry my english.

damian2340 avatar Jun 23 '17 13:06 damian2340

Hi, I don't support specific IDEs. The build and configuration system is made independent of any IDE and is based on the Nix package manager. There is enough info in the readme to configure and build for the supported platforms. If you want to build locally all you need is Linux with Nix installed, the readme explains the commands to use then (to run the configurator web interface and to build with command line). If you don't need to make any source code changes you can build with the public service at www.aprinter.eu.

Support for STM32F411 was contributed (see this commit: https://github.com/ambrop72/aprinter/commit/59f660d869b4a35869cff1388a172832d4e3b787) but there is no predefined configuration. I created a sample just now, it is attached. You should import that into the configuration editor (Choose File, then click Import Data) and modify it as you need. Especially fix the pins to be as you need them.

Note that SD card is enabled by default and configured for pins C12, D2, C8, C9, C10, C11. If you don't need SD card and want to use these pins for something else, then disable it (Board --> SD card configuration --> disabled, Board --> Runtime configuration --> configuration storage --> None).

aprinter_config_411.zip

ambrop72 avatar Jun 23 '17 16:06 ambrop72

It's great!!!

sebastianoscarlopez avatar Jun 25 '17 01:06 sebastianoscarlopez