| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove CMake targets and corresponding CLI arguments that are specific to ↵ | Jean-François Milants | 2022-09-17 | 1 | -38/+2 |
| | | | | | the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT). | ||||
| * | Fix formatting. | Jean-François Milants | 2022-09-11 | 1 | -11/+11 |
| | | |||||
| * | Add doc about the new parameter `-DBUILD_RESOURCES`. | Jean-François Milants | 2022-09-11 | 1 | -11/+12 |
| | | |||||
| * | Fix markdown format with autoformatter (#1284) | Riku Isokoski | 2022-08-21 | 1 | -29/+53 |
| | | |||||
| * | Docs reorganization (#1236) | Riku Isokoski | 2022-07-21 | 1 | -129/+2 |
| | | | | | | | | * Docs reorganization Removed broken link * README.md relative link consistency | ||||
| * | Downgrade GNU Arm Toolchain to 10.3-2021.10 | Finlay Davidson | 2022-07-08 | 1 | -2/+2 |
| | | | | | | | This is because of this bug: https://community.arm.com/support-forums/f/compilers-and-libraries-forum/52623/gcc-11-2-arm-none-eabi-internal-compiler-error-illegal-instruction It is causing some of the GitHub Actions builds to fail. | ||||
| * | Add basic hardware configuration options for P8 | Christoph Honal | 2022-06-27 | 1 | -1/+1 |
| | | | | | | This enables the configuration of the LFCLK source, as well as the target hardware board pin configuration. | ||||
| * | Be more specific about the compiler version | Finlay Davidson | 2022-06-11 | 1 | -1/+1 |
| | | |||||
| * | Update arm gcc toolchain to 11.2-2022.02 | Finlay Davidson | 2022-06-11 | 1 | -2/+2 |
| | | | | | | | Updates the buildAndProgram doc and the docker image, which means GitHub Actions will also use the new toolchain. | ||||
| * | Fix various typos | luz paz | 2022-06-05 | 1 | -1/+1 |
| | | | | | Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough` | ||||
| * | comment about common error "glyphs.map" in old nodejs (#1142) | Yehoshua Pesach Wallach | 2022-05-18 | 1 | -1/+1 |
| | | |||||
| * | update build stop, lv_font_conv not required globally installed | Reinhold Gschweicher | 2022-05-16 | 1 | -2/+1 |
| | | |||||
| * | fontgen: move lv_font_conv doc | Yehoshua Pesach Wallach | 2022-05-10 | 1 | -0/+5 |
| | | |||||
| * | Update buildAndProgram.md | Eli Weiss | 2021-12-30 | 1 | -2/+2 |
| | | | | Improved documentation readability. | ||||
| * | Add doc : how to generate files needed by the factory. | Jean-François Milants | 2021-10-28 | 1 | -0/+30 |
| | | |||||
| * | Merge pull request #657 from NeroBurner/patch-1 | JF | 2021-10-22 | 1 | -1/+8 |
| |\ | | | | | Add python packages click and cryptography to build instructions | ||||
| | * | Add python packages click and cryptography to build instructions | NeroBurner | 2021-10-11 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The script `tools/mcuboot/imgtool/main.py` imports the python packages `click` and `cryptography` to create the target `pinetime-mcuboot-app`. Add it tothe build instructions, as it was not installed on my system. https://github.com/JF002/InfiniTime/blob/6f9f0e8b0e42a5526d47ca664534fb6b0ccb6ace/tools/mcuboot/imgtool/main.py#L19 https://github.com/JF002/InfiniTime/blob/6f9f0e8b0e42a5526d47ca664534fb6b0ccb6ace/tools/mcuboot/imgtool/keys/__init__.py#L19 Also add the commands to install the python requirements into a python venv virtual environment. | ||||
| * | | Replaced "JF002" in github URLs with "InfiniTimeOrg" | mabuch | 2021-10-15 | 1 | -3/+3 |
| |/ | |||||
| * | Add WATCH_COLMI_P8 option to cmake & docs | hubmartin | 2021-09-13 | 1 | -0/+1 |
| | | |||||
| * | Correct spelling issue in documentation (#509) | Grant | 2021-07-25 | 1 | -1/+1 |
| | | | | * Correct spelling issue | ||||
| * | Update buildAndProgram.md (#477) | wilsonjwco | 2021-07-11 | 1 | -1/+1 |
| | | | | Corrected typo in example usage of cmake BUILD_DFU option. Changed from -BUILD_DFU=1 to -DBUILD_DFU=1 | ||||
| * | Add Python modules to build instructions | Cameron Himes | 2021-04-13 | 1 | -0/+1 |
| | | | | | | I had issues building InfiniTime for the first time because the instructions never mentioned needing these Python modules. Including them in the build documentation will help people not be confused like I was. I recommend adding all needed modules to this list. I only added the ones I knew I was missing. | ||||
| * | Update buildAndProgram.md with info about Debug/Release builds. | Jean-François Milants | 2021-03-21 | 1 | -5/+10 |
| | | |||||
| * | Merge pull request #235 from MFAshby/doc_correction | JF002 | 2021-03-20 | 1 | -2/+2 |
| |\ | | | | | Small correction to git URL in documentation files | ||||
| | * | Small correction to git URL in documentation files | Martin Ashby | 2021-03-15 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'develop' into recovery-firmware | Jean-François Milants | 2021-03-07 | 1 | -0/+1 |
| |\| | | | | | | | | | | | | | | | # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h | ||||
| | * | Update doc : init git submodule before build. | Jean-François Milants | 2021-02-23 | 1 | -0/+1 |
| | | | |||||
| * | | Add new cmake option to disable the generation of DFU file (which needs ↵ | Jean-François Milants | 2021-02-01 | 1 | -7/+16 |
| |/ | | | | adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build). | ||||
| * | Update arm-gcc toolchain in example | Steveis | 2020-10-24 | 1 | -1/+1 |
| | | | | The difference in the example caused some confusion for at least one person. | ||||
| * | Update buildAndProgram : Use latest ARM-GCC toolcahain to build. | Rajesh Kumbhakar | 2020-09-24 | 1 | -3/+3 |
| | | | | | Using the older (8.x.x) version of toolchain causes unexpected "template" errors, So we should always use version 9.x and above. | ||||
| * | Add doc about Docker image. | JF | 2020-08-19 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in buildAndProgram.md. | JF | 2020-08-08 | 1 | -13/+13 |
| | | | | | Add documentation about companion apps + link to videos. | ||||
| * | Rewrite README.md | JF | 2020-07-18 | 1 | -0/+209 |
