RepRapFirmware 3.0 port for LPC1768/9 based boards September 25, 2019 07:28AM |
Registered: 10 years ago Posts: 341 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards September 30, 2019 08:43PM |
Registered: 6 years ago Posts: 110 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards October 01, 2019 01:20AM |
Registered: 10 years ago Posts: 341 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 09, 2020 01:18PM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 09, 2020 02:58PM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 09, 2020 05:37PM |
Registered: 10 years ago Posts: 341 |
Quote
jay_s
I've built the latest version of RRF3.
I am working on adding an entry for the SKR 1.4 in the boards section. I have added the pins as appropriate.
I am defining the board using lpc.board = biquskr_1.4 in the boards.txt file.
How do I know that this has been recognised by the firmware?
There doesn't seem to be an entry in M122 to reflect the selected board (as it would show which duet board RRF is running on).
Is there any other way I can do this?
Quote
jay_s
Can we just use the duet version of DWC for this?
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 09, 2020 08:49PM |
Registered: 10 years ago Posts: 341 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 10, 2020 02:52AM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 10, 2020 05:57AM |
Registered: 10 years ago Posts: 341 |
Quote
jay_s
That's great thank you.
I'll test my addition of the SKR 1.4 tonight.
If it work and I push it to github, will you sort out updating the LPCConfigurator? or is that a separate repo I can commit to?
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 10, 2020 10:49AM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 10, 2020 05:39PM |
Registered: 10 years ago Posts: 341 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 16, 2020 06:33AM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 16, 2020 07:19AM |
Registered: 10 years ago Posts: 341 |
Quote
jay_s
Sdavi
Is it possible to increase the scope of whats written to the config-override file?
I'm thinking more for users who don't have network access and are instead using pronterface to control their machine.
It would allow a user to modify any settings and get them stored, rather than making adjustments and having to note them down to update the config.g file when removing the sd card.
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 16, 2020 07:29AM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 16, 2020 07:40AM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 16, 2020 08:21AM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 16, 2020 08:33AM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 16, 2020 08:40AM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 16, 2020 08:44AM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 16, 2020 09:05AM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 16, 2020 09:11AM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 17, 2020 02:56AM |
Registered: 10 years ago Posts: 341 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 17, 2020 04:39AM |
Registered: 10 years ago Posts: 341 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 17, 2020 05:58AM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 17, 2020 06:28AM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 17, 2020 06:55AM |
Registered: 10 years ago Posts: 341 |
Quote
gloomyandy
@sdavi Thanks for the update. So I guess it makes sense to switch testing etc. over to the 3.01 branch? If so I'll try and rebase my branch to that as soon as I can. I'm about to start testing heaters etc. so I don't think it makes sense to continue with the older branch.
In terms of memory I'm curious about the free memory figures. Do dynamic allocations use both LPC main memory and the AHB banks? Is there any scope to make more use of the AHB memory?
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 17, 2020 07:08AM |
Registered: 11 years ago Posts: 224 |
RRFLibraries/src/Math/Deviation.cpp:11:1: error: declaration of 'Deviation:eviation()' has a different exception specifier Deviation:
eviation() : mean(0.0), deviationFromMean(0.0) ^~~~~~~~~ In file included from RRFLibraries/src/Math/Deviation.cpp:8: RRFLibraries/src/Math/Deviation.h:17:2: note: from previous declaration 'Deviation:
eviation() noexcept' Deviation() noexcept; ^~~~~~~~~ RRFLibraries/src/Math/Deviation.cpp:15:6: error: declaration of 'void Deviation:
et(float, float, size_t)' has a different exception specifier void Deviation:
et(float sumOfSquares, float sum, size_t numPoints) ^~~~~~~~~ In file included from RRFLibraries/src/Math/Deviation.cpp:8: RRFLibraries/src/Math/Deviation.h:19:7: note: from previous declaration 'void Deviation:
et(float, float, size_t) noexcept' void Set(float sumOfSquares, float sum, size_t numPoints) noexcept; ^~~
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 17, 2020 07:15AM |
Registered: 10 years ago Posts: 341 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 17, 2020 08:20AM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards January 17, 2020 09:13AM |
Registered: 3 years ago Posts: 213 |