From 50c94ae74469adec87699209f3c01f938742eadd Mon Sep 17 00:00:00 2001 From: Ilia Kuznetsov <22351230+cringeops@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:35:40 +0000 Subject: [PATCH] Update TODO --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7e0951e..4cd4536 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,8 @@ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -C ../linux-pinetab2 M=$PWD mod ``` sudo modprobe --force-vermagic ./bes2600.ko ``` +## TODO list +1. ~~Get rid of all unnecessary code (usb/spi parts that we couldn't care less about)~~ [done](https://github.com/cringeops/bes2600/pull/2) +2. Implement MAC setting the standard way via DT local-mac-address +3. Use devm API for GPIO managament +4. Solve the sleep issue (PT2 doesn't go into sleep if bes2600 module is loaded)