aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-07-27Long overdue additionsv2.05Ben V. Brown
Closes #329 Closes #324 Closes #331 Should Close #321 Should Close #301
2018-07-27Update Lithuanian translation (#335)Julius Vitkauskas
2018-06-20Add Swedish translation (#318)nils måsén
* Swedish language
2018-06-17Initialise variables before usage / Cleanup (#315)Alessandro Gatti
2018-06-02added dutch translation (#307)L0laapk3
* added dutch translation * fixed caps * dutch language improvements * dutch language improvements
2018-05-26Shrink GUI code and simplify LCD rotation. (#300)Alessandro Gatti
* Inline more methods in FRToSI2C. * Shrink down GUI code. * Simplify LCD rotation handling. * Extract version headers.
2018-05-26Add binary generation (#310)dogtopus
2018-05-25Update readmeBen V. Brown
2018-05-18Use LTO to save up to 7k of flash (#305)Valmantas Palikša
2018-05-11Fix up menu iconsBen V. Brown
Sorry this got lost :angry: Fixed now :) Fixes #214 finally.
2018-05-11Add auto-repeat to temp adjustBen V. Brown
Fixes #285
2018-05-11Bring back cooling blinkBen V. Brown
Fixes #289
2018-05-11Delay I2C DMA thread on oled slightlyBen V. Brown
The flickering on the LCD screen was caused by the OLED DMA taking slightly longer than the delays, so the tail end would flicker if the buffer was cleared before it finished writing. In future may want to double buffer the LCD. Fixes #290
2018-05-11Shrink OLED driver code. (#296)Alessandro Gatti
* Precompute command header. * Update data header on-demand. * Use more aggressive inlining. * Do not clear number buffer twice.
2018-05-10Reduce code size for accelerometer support (#288)Alessandro Gatti
* Reduce the LIS2DH12 driver's code size. * Reduce the MMA8652FC driver's code size. * Make orientation detection smaller. * Inlined C++ class constructor. * De-unroll I2C register writes. * Removed unused setSensitivity method.
2018-05-072.04 bugfixesv2.04.1Ben V. Brown
Should help with UI lockups
2018-05-06Cleanup LCD on/off commands into bufferBen V. Brown
2018-05-06Move OLED LCD update to be DMA'edBen V. Brown
Start Cleaning up I2C HAL
2018-05-06Update debug infoBen V. Brown
Change pin configs Clean up some code
2018-05-05Additional changes in russian localization (#284)freetushkan
Changes in russian localization (typos, improvements, machine translation replacements). I'd like to maintain this in the future.
2018-05-05factory reset as last item (again) (#282)Jan Krupička
2018-04-30Some changes in russian localisation (#276)freetushkan
2018-04-28Fix button lockoutBen V. Brown
Fixes #278
2018-04-27Update power indicatorv2.04Ben V. Brown
Fixes and closes #211 Final 2.04 release coming up :)
2018-04-27Add showing the tip temp on idle (#226)Ben V. Brown
This shows the tip temp on the simple home screen if the temp is > 50C. This removes the tip temp warning for all users, as now everyone can see the tip temp. #187
2018-04-20typo (#272)Leonid
2018-04-14FI UpdatesBen V. Brown
#267
2018-04-14Cleanup formattingBen V. Brown
2018-04-14Fix OLED leftover task callsBen V. Brown
2018-04-14More FRToS I2C cleanupBen V. Brown
2018-04-14Adding FreeRToS constructs to I2C driverBen V. Brown
2018-04-14I2C into nicer wrapper for FreeRToSBen V. Brown
2018-04-13Fix UK -> UA for UkrainianBen V. Brown
#261
2018-04-13PID retune, ADC Blocks PID properlyv2.04-RC2Ben V. Brown
2018-04-13Force settings reset for 2.04v2.04-RC1Ben V. Brown
Also updates FI to #267 but wont be built in releases until string lengths fit.
2018-04-13Drop SE, add FIBen V. Brown
2018-04-11Create LICENSEBen V. Brown
2018-04-11Update Settings reset to always zero,Ben V. Brown
Update GUI for temp setting to round to 10 increments.
2018-04-09Minor corrections of Russian localization (#262)Denis Goncharov
* Minor corrections of Russian localization * Russian Translition - Automatic start mode Changed the description and the header of the "Automatic start mode" mode, since now it is turned on by the checkbox and not by the T/S/F. TODO: For other languages, the inaccuracy of this description has remained. * Russian Translition Slight fix. * Ukrainian localization Added Ukrainian localization. Translation is implemented by natural native speakers. * LANG_UA -> LANG_UK
2018-04-09add UK (#265)Denis Goncharov
2018-04-06Add more F support, protect I2C on accel2 orientationBen V. Brown
2018-03-31Update Translation.cpp (#260)federck
* Update Translation.cpp Fixes russian double line string + italian readjustments * Fix for sizings + uniformed indent
2018-03-31Update translationBen V. Brown
Closes #255
2018-03-30Enable SWD back, Add Off mode for Sleepv2.03Ben V. Brown
2018-03-29Swap breakpoints to resets to try and prevent lockupsBen V. Brown
2018-03-29Spanish translation updated (#253)Ángel González
2018-03-25Update Build ScriptBen V. Brown
Fixes #252
2018-03-23Fix #231v2.03-RC3Ben V. Brown
2018-03-23ADC Timing alignment bought inBen V. Brown
2018-03-23Add lockouts for no accelBen V. Brown