- Nov 24, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Addressing #12517
-
Scott Lahteine authored
-
Yücel Temel authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Nov 23, 2018
-
-
Sinisa Culic authored
-
Ludy authored
-
- Nov 22, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Yücel Temel authored
-
Marcio Teixeira authored
- Added GPIO pins to Archim 2 - Added new 108 pin to `fastio_Due.h`
-
Andy Shaw authored
* Remove duplicate calls to PrepareSector Some flash memory API calls require that a call to `PrepareSector` is done before use. However this call is already made by the LPC1768 framework so the calls in this code are not required. * Ensure correct alignment of RAM buffer The LPC176X flash API requires that the RAM buffer used for write operations must be word-aligned. This change ensures that this is the case.
-
Scott Lahteine authored
-
- Nov 21, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Nov 20, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
See the PR for full details. The updated system will be documented on the website in the near future.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Dave Johnson authored
-
Marcio Teixeira authored
Fix Z-move to uninitialized position in SWITCHING_EXTRUDERS tool_change (no_move=true)
-
Marcio Teixeira authored
-
Ludy authored
-
- Nov 19, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Ludy authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Roman Moravčík authored
-
kAdonis authored
-
- Nov 18, 2018
-
-
Ludy authored
-
Nils Hasenbanck authored
Access to the DWT peripheral for the `CYCCNT` register needs to happen before `main()`. The code needs to be called after the setup of the system clocks, so the right place is between the `premain()` and `main()` function of the STM32 Arduino core. This patch moves the DWT access code to a new function, which is then placed between `premain()` and `main()`.
-
Scott Lahteine authored
-
Scott Lahteine authored
-