Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-27 | Long overdue additionsv2.05 | Ben V. Brown | |
Closes #329 Closes #324 Closes #331 Should Close #321 Should Close #301 | |||
2018-07-27 | Update Lithuanian translation (#335) | Julius Vitkauskas | |
2018-06-20 | Add Swedish translation (#318) | nils måsén | |
* Swedish language | |||
2018-06-17 | Initialise variables before usage / Cleanup (#315) | Alessandro Gatti | |
2018-06-02 | added dutch translation (#307) | L0laapk3 | |
* added dutch translation * fixed caps * dutch language improvements * dutch language improvements | |||
2018-05-26 | Shrink 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-26 | Add binary generation (#310) | dogtopus | |
2018-05-25 | Update readme | Ben V. Brown | |
2018-05-18 | Use LTO to save up to 7k of flash (#305) | Valmantas Palikša | |
2018-05-11 | Fix up menu icons | Ben V. Brown | |
Sorry this got lost :angry: Fixed now :) Fixes #214 finally. | |||
2018-05-11 | Add auto-repeat to temp adjust | Ben V. Brown | |
Fixes #285 | |||
2018-05-11 | Bring back cooling blink | Ben V. Brown | |
Fixes #289 | |||
2018-05-11 | Delay I2C DMA thread on oled slightly | Ben 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-11 | Shrink 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-10 | Reduce 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-07 | 2.04 bugfixesv2.04.1 | Ben V. Brown | |
Should help with UI lockups | |||
2018-05-06 | Cleanup LCD on/off commands into buffer | Ben V. Brown | |
2018-05-06 | Move OLED LCD update to be DMA'ed | Ben V. Brown | |
Start Cleaning up I2C HAL | |||
2018-05-06 | Update debug info | Ben V. Brown | |
Change pin configs Clean up some code | |||
2018-05-05 | Additional 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-05 | factory reset as last item (again) (#282) | Jan Krupička | |
2018-04-30 | Some changes in russian localisation (#276) | freetushkan | |
2018-04-28 | Fix button lockout | Ben V. Brown | |
Fixes #278 | |||
2018-04-27 | Update power indicatorv2.04 | Ben V. Brown | |
Fixes and closes #211 Final 2.04 release coming up :) | |||
2018-04-27 | Add 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-20 | typo (#272) | Leonid | |
2018-04-14 | FI Updates | Ben V. Brown | |
#267 | |||
2018-04-14 | Cleanup formatting | Ben V. Brown | |
2018-04-14 | Fix OLED leftover task calls | Ben V. Brown | |
2018-04-14 | More FRToS I2C cleanup | Ben V. Brown | |
2018-04-14 | Adding FreeRToS constructs to I2C driver | Ben V. Brown | |
2018-04-14 | I2C into nicer wrapper for FreeRToS | Ben V. Brown | |
2018-04-13 | Fix UK -> UA for Ukrainian | Ben V. Brown | |
#261 | |||
2018-04-13 | PID retune, ADC Blocks PID properlyv2.04-RC2 | Ben V. Brown | |
2018-04-13 | Force settings reset for 2.04v2.04-RC1 | Ben V. Brown | |
Also updates FI to #267 but wont be built in releases until string lengths fit. | |||
2018-04-13 | Drop SE, add FI | Ben V. Brown | |
2018-04-11 | Create LICENSE | Ben V. Brown | |
2018-04-11 | Update Settings reset to always zero, | Ben V. Brown | |
Update GUI for temp setting to round to 10 increments. | |||
2018-04-09 | Minor 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-09 | add UK (#265) | Denis Goncharov | |
2018-04-06 | Add more F support, protect I2C on accel2 orientation | Ben V. Brown | |
2018-03-31 | Update Translation.cpp (#260) | federck | |
* Update Translation.cpp Fixes russian double line string + italian readjustments * Fix for sizings + uniformed indent | |||
2018-03-31 | Update translation | Ben V. Brown | |
Closes #255 | |||
2018-03-30 | Enable SWD back, Add Off mode for Sleepv2.03 | Ben V. Brown | |
2018-03-29 | Swap breakpoints to resets to try and prevent lockups | Ben V. Brown | |
2018-03-29 | Spanish translation updated (#253) | Ángel González | |
2018-03-25 | Update Build Script | Ben V. Brown | |
Fixes #252 | |||
2018-03-23 | Fix #231v2.03-RC3 | Ben V. Brown | |
2018-03-23 | ADC Timing alignment bought in | Ben V. Brown | |
2018-03-23 | Add lockouts for no accel | Ben V. Brown | |