Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0.0 bell #4450

Open
wants to merge 31 commits into
base: release/2.0.0-bell
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
2433a23
[BH-1555] Prepare release branch
Aug 26, 2022
7b70370
[MOS-000] Fixed minor issue in db migration script
swichu91 Mar 31, 2023
42e5d1e
[CP-1852] Too many user files removes default relaxation audio from t…
Mar 10, 2023
916e602
[CP-1837] Fix MTP crashes
Apr 6, 2023
5fcbf57
[BH-1671] Reinit eMMC driver
dawidwojtas-mudita Apr 12, 2023
dc121ed
[BH-000] Update PureRecovery version
dawidwojtas-mudita Apr 12, 2023
bb10c09
[BH-1672] Add logging of eMMC parameters
Lefucjusz Apr 11, 2023
77de71a
[CP-1942] Re-adding the same file results in an increase in the amoun…
Apr 12, 2023
53b48ec
[CP-1938] UI issues when uploading multiple copies of a specific file
Apr 12, 2023
83800a9
[CP-1939] Difference in displaying file name for list and for loop pl…
Apr 14, 2023
b741c4c
[BH-1661] E-ink display power management tweaks
Lefucjusz Mar 29, 2023
841d055
[BH-1595] USB charger detection issues
swichu91 Apr 7, 2023
60899c5
[BH-1689] Turn off charging for CDP and SPD
dawidwojtas-mudita May 4, 2023
eec61a1
[BH-1583] Fix SNVS LP lockup after debugging
Lefucjusz May 4, 2023
8fe5fbe
[BH-1694] Increase CPU core voltage from 900mV to 975mV
Lefucjusz May 10, 2023
908ae3d
[BH-1693] Correct SDRAM timing settings according to chip RM
Lefucjusz May 9, 2023
ac8245c
[BH-1691] Change the layout of the battery status
dawidwojtas-mudita May 10, 2023
b9a974d
[BH-1673] Harmony random resets fixes
Lefucjusz May 12, 2023
f188398
[BH-1695] Fix Harmony crash on startup
Lefucjusz May 17, 2023
5de0199
[BH-1595] USB reset procedure
swichu91 May 10, 2023
ad4c941
[BH-1690] Add information about the connection to the PC
May 19, 2023
0af3329
[BH-1691] Fix battery and date layout
May 24, 2023
e3be66f
[BH-1673] Fixes for Harmony random resets
Lefucjusz May 23, 2023
5d6a99c
[BH-1690] Add information about the connection to the PC
May 24, 2023
0c23edb
[BH-1700] Add date and time to logs at the startup
dawidwojtas-mudita May 29, 2023
ee443d6
[CP-2014] Fix file list isn't always loaded
Lefucjusz Jun 2, 2023
e948f82
[MOS-230] Print last instruction address before RTWDOG reset
Lefucjusz Jun 5, 2023
e1d3843
[BH-1718] Add extra logs to the RTC module
dawidwojtas-mudita Jun 19, 2023
9865e0b
[BH-1708] Fix buttons behavior
dawidwojtas-mudita Jun 19, 2023
a8d2360
[BH-1717] Fix no clock update
dawidwojtas-mudita Jun 21, 2023
d354f59
[BH-000] Update changelog
dawidwojtas-mudita Jun 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/modules/AddPackage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function(add_standalone_image SOURCE_TARGET)
# please do not:
# 1. change compression to -9 (or higher) as i will have detrimental effects on compression times with not much gain
# 2. change -T parameter to explicit thread count - xz with T0 will adjust thread count to your machine capatibilies
COMMAND tar -I 'xz -T0' -Scf ${STANDALONE_PKG} ${SOURCE_TARGET}.img
COMMAND tar Scf - ${SOURCE_TARGET}.img | xz -T0 > ${STANDALONE_PKG}
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
DEPENDS ${BIN_FILE}
DEPENDS json-common-target
Expand Down
Loading