Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/bossa
AgeCommit message (Collapse)Author
2021-11-09Fixes for static analysisDavid Crocker
2021-11-09Fixes for static analysisDavid Crocker
2021-11-08Fixes for static analysisDavid Crocker
2021-11-04Static analysis fixesDavid Crocker
2021-10-31Annotations for static analysisDavid Crocker
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
Refactored various parts of the SBC interface Renamed Linux to SBC in various places CAN updater checks if file is present on SBC before update SBC task is only woken up when SPI transfers finish Bug fix: Codes that were sent back to the SBC (e.g. from USB) caused temp reports to be printed Bug fix: SBC reconnects could take longer than expected
2021-06-09Added missing 'override' specifiersDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-15Use stack for filename instead of allocting it permanentlyManuel Coenen
2021-02-15Add M997 P parameter to specify firmware binary to useManuel Coenen
2021-01-20Remove no longer required differences between SAME70 and SAM4xManuel Coenen
Rename bossa/Flash to bossa/BossaFlash to avoid filename collision with Flash in CoreN2G
2021-01-19Fix all compiler bugs (linker still unhappy)Manuel Coenen
2020-12-07Instantiate CRC16 instances in the methods that use itManuel Coenen
2020-12-07Fix CRC16 implementationManuel Coenen
Use common CRC16 implementation in bossa code
2020-12-07Fix PanelDue not resetting at the end of flashingManuel Coenen
Improve PanelDue resetting at the start of flashing (still not solved) Reduce flash memory usage by encapsulating debug statements in #if Fix FirmwareUpdate prerequisites failing to detect problems on Duet2+SBC and Duet 3 Mini 5+
2020-12-05Save RAM by declaring data in Bossa const where possibleDavid Crocker
2020-12-04Tidied up FileStore, added CRC16 classDavid Crocker
2020-12-04File read operations are now routed to mass storage or LinuxInterfaceManuel Coenen
automatically Fix compiler errors if HAS_MASS_STORAGE is false
2020-12-01Fix intermediate messages not appearing on DSF setupsManuel Coenen
Prevent any message being sent to PanelDue while flashing is in progress Add Progress updates on writing and verifying in 20% increments
2020-12-01Add noexcept/THROWS() everywhereManuel Coenen
Improve error messages Remove unused code blocks
2020-11-30Implement flashing PanelDue v3 from Duet mainboards (#451)Manuel
* Implement flashing PanelDue v3 from Duet mainboards This uses the required code extracted from BOSSA * Remove unsused blocks with #if 0 ... #endif Initialize PanelDueUpdater on first use Simplify excpetion handling in PanelDueUpdater Undo some changes made to bossa code to keep it closer to original (except for removed parts)