Added EC resources

This commit is contained in:
Josh Levin 2022-10-12 17:01:24 -04:00 committed by GitHub
parent ce912257bc
commit 9b1eedcefe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,10 @@ GitHub Discussions or Issues within this repository.
- [Framework-Test-Bench](https://github.com/whatthefilament/Framework-Test-Bench) - Development/Test bench.
### Embedded Controller Firmware Mods
- [DHowett](https://github.com/DHowett) (AKA The EC Guy)
- [Hacking your Framework Laptops EC for fun and profit](https://www.howett.net/posts/2022-04-adding-an-ec-feature-1/) - Great place to start hacking your EC.
- [ECTool.EFI](https://github.com/DHowett/FrameworkHacksPkg) - EFI Shell application for flashing the EC.
- [EC Firmware Source Code](https://github.com/FrameworkComputer/EmbeddedController)
### Linux Support