-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: InfiniTimeOrg/pinetime-mcuboot-bootloader
base: RC1
head repository: InfiniTimeOrg/pinetime-mcuboot-bootloader
compare: master
- 19 commits
- 25 files changed
- 2 contributors
Commits on Dec 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 16e5b05 - Browse repository at this point
Copy the full SHA 16e5b05View commit details
Commits on Jan 2, 2021
-
Code cleaning (add comments, use #defines instead of constants, renam…
…e variables,...).
Configuration menu - View commit details
-
Copy full SHA for 3fae264 - Browse repository at this point
Copy the full SHA 3fae264View commit details
Commits on Jan 3, 2021
-
Prevent watchdog reset during bootloader operations by feeding the wd…
…t during transfer of the recovery firmware and during mcuboot processing. This is needed because the bootloader is NOT disabled by a softreset (NVIC_systemReset()) or by a reset via the debug interface.
Configuration menu - View commit details
-
Copy full SHA for a6aeafc - Browse repository at this point
Copy the full SHA a6aeafcView commit details -
Add tool to convert png to RLE encoded buffer from wasp-os.
Configuration menu - View commit details
-
Copy full SHA for a2d2f93 - Browse repository at this point
Copy the full SHA a2d2f93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53918c7 - Browse repository at this point
Copy the full SHA 53918c7View commit details
Commits on Jan 25, 2021
-
Export the version of the bootloader to the application.
Set version to 1.0.0
Configuration menu - View commit details
-
Copy full SHA for 49d9794 - Browse repository at this point
Copy the full SHA 49d9794View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a0878 - Browse repository at this point
Copy the full SHA d2a0878View commit details
Commits on Jan 26, 2021
-
Merge pull request #2 from JF002/develop
Export the version of the bootloader to the application.
Configuration menu - View commit details
-
Copy full SHA for 2e1a66e - Browse repository at this point
Copy the full SHA 2e1a66eView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46c1fd8 - Browse repository at this point
Copy the full SHA 46c1fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab693a1 - Browse repository at this point
Copy the full SHA ab693a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5128b32 - Browse repository at this point
Copy the full SHA 5128b32View commit details -
Update the link to the video showing how to update the bootloader (th…
…e previous one was not playing correctly).
Configuration menu - View commit details
-
Copy full SHA for 066015a - Browse repository at this point
Copy the full SHA 066015aView commit details -
Fix memory map (according to this issue in InfiniTime : InfiniTimeOrg…
…/InfiniTime#1472) and add more information about the sections in the internal memory.
Configuration menu - View commit details
-
Copy full SHA for 83e4b24 - Browse repository at this point
Copy the full SHA 83e4b24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a6db8 - Browse repository at this point
Copy the full SHA 14a6db8View commit details -
Add support for the new SPI flash memory chip (BY25Q32).
PineStore notified the community that the SPI flash memory chip (XTX XT25F32B) used in the PineTime was EoL (End-Of-Life) and will be replaced by another chip (BY25Q32). Since we want to provide a new version of the firmware (bootloader + application) in a short time frame to avoid the production of the next batch of PineTime being delayed, we did our best to add support for the new chip by doing the smallest and less risky changes possible. The version of MyNewt this project is based on (1.8.0) do not support any of the memory chips out of the box. The current version defines the JEDEC IDs in the [NRF52 "BSP"](hw/bsp/nrf52/syscfg.yml). The downside of this way of specifying the IDs of the chip is that you can only define a single chip. Newer versions of MyNewt allow to ignore the ID, but this is not available in our version. These changes patches the spiflash driver of MyNewt to add support for both memory chip, and enable them so that the system checks for both IDs at startup.
Configuration menu - View commit details
-
Copy full SHA for 2c75463 - Browse repository at this point
Copy the full SHA 2c75463View commit details -
Set the brightness to the lowest level
This should help prevent devices with fully depleted battery from bootlooping.
Configuration menu - View commit details
-
Copy full SHA for a9d4d96 - Browse repository at this point
Copy the full SHA a9d4d96View commit details -
Add support for the new SPI flash memory chip (BY25Q32).
Add description of the patch in README.md
Configuration menu - View commit details
-
Copy full SHA for b6b8d4d - Browse repository at this point
Copy the full SHA b6b8d4dView commit details -
Add doc about the generation of the version bitmap
Configuration menu - View commit details
-
Copy full SHA for ae02f94 - Browse repository at this point
Copy the full SHA ae02f94View commit details -
Ensure that all 3 pins controlling the backlight are set to specific …
…values : LOW is set to 0 (enable) and MEDIUM/HIGH are set to 1 (disable).
Configuration menu - View commit details
-
Copy full SHA for ce0b45c - Browse repository at this point
Copy the full SHA ce0b45cView commit details
There are no files selected for viewing
This file was deleted.