Commit Graph

18 Commits

Author SHA1 Message Date
ca58502137 readme: Add datasheet info
The IT81202E, despite using a different core, contains sufficiently
equivalent documentation to IT8587E and IT5570E for most tasks except
interrupt management. Provide it as a reference since we cannot share
the datasheets for the models we use.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2022-01-07 18:36:10 -07:00
b7368e8202 docs: Add overview of development environment
Give an overview of the different tools required for development and
what they're used for.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2021-06-10 09:41:16 -06:00
d36cf981fe readme: Expand "dependencies" to "quickstart"
Give the process from 0 to built. Due to the implications of doing
something wrong (unbootable machine), flashing is kept separate.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2021-06-08 11:23:44 -06:00
689cea4e9c readme: Add section for legal info
- General copyright notice
- License info for firmware and tools
- Note about ITE datasheets being unavailable

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2021-06-04 07:04:21 -06:00
6c5257ff3e readme: Add note about releases
Explain why there are no tagged releases, and why the commit hash on
official releases does not match commits from this repo.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2021-06-04 07:04:21 -06:00
51d6319f5b readme: Update note about PATH
Use hard line breaks to keep the line under 80 columns. Break it into 2
sentences: one explaining the issue, and the other explaining the fix.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2021-06-04 07:04:21 -06:00
7888f214bb Update dependency and keyboard config instructions
People who are just reading the keyboard customization instructions might overread the dependencies installations sections.
Additionally, installing rustup for the first time requires sourcing cargo's env vars in case the firmware is flashed in the same shell session after installing rustup.
2021-05-03 16:25:19 -06:00
55b6256ed6 Add script for installing dependencies 2021-02-22 09:04:50 -07:00
def5821b01 docs: Add notes for porting a new board 2020-09-15 12:03:13 -06:00
69d3b9d8bf docs: Move controller info to a separate file 2020-08-13 11:16:40 -06:00
d44d5229ae docs: Move flashing to a separate file 2020-08-13 11:16:40 -06:00
84275cd3ba readme: Add it5570e as a supported controller 2020-06-19 15:26:55 -06:00
ba98a7073a System76 EC is now released 2020-04-09 12:42:21 -06:00
2d86bd1f0c readme: Update flash commands 2020-03-06 11:15:40 -07:00
d7ecdb93fd Add basic instructions for flashing 2020-02-06 10:48:05 -07:00
47ad6386c6 Update README 2019-09-29 10:25:46 -06:00
e97175932f Add initial source 2019-09-27 17:02:51 -06:00
948b22a206 Initial commit 2019-09-27 16:50:44 -06:00