Commit Graph

13 Commits

Author SHA1 Message Date
Tony Kuker
53b9db81c2 added gpio save/restore logic 2022-11-09 21:27:40 -06:00
Tony Kuker
63687b86ca sel works... sorta 2022-11-09 21:27:40 -06:00
Tony Kuker
7ad9ba510a dynamic handling of bpi board types 2022-11-05 21:16:57 -05:00
Tony Kuker
4b7b8eec92 Merge branch 'develop' into feature_bpi3 2022-11-02 09:11:48 -05:00
Uwe Seimet
621cc7d5a2
Code cleanup, especially casts, lambdas, data types, encapsulation (#952)
* Unit test updates

* Lambda syntax cleanup

* Use new-style casts

* Use std::none_of when saving the cache

* Use to_integer instead of casts

* Use accessors for getting CDB data

* Made ctrl_t private

* Improved encapsulation

* Replaced pointers by references

* Removed all remaining occurrences of DWORD and BYTE, making os.h obsolete
2022-11-02 07:36:25 +01:00
Tony Kuker
61966a577b Basic discrete I/O seems to be partially working 2022-10-30 17:50:49 -05:00
Tony Kuker
97e63a7b01 Added calls to sunxi functions 2022-10-29 22:49:46 -05:00
Tony Kuker
535634d848 Now compiles 2022-10-29 22:14:11 -05:00
Tony Kuker
0c964578df first draft of pulling in sunxi functions 2022-10-29 21:10:02 -05:00
Tony Kuker
bc13287ea3 Switch over data types to bus_type.h 2022-10-27 21:10:36 -05:00
Tony Kuker
1119ed90a6 First cut at moving to physical pin numbering 2022-10-25 21:30:48 -05:00
Tony Kuker
5dc1cb45df Merge branch 'develop' into feature_bpi4 2022-10-25 19:45:10 -05:00
Daniel Markstedt
08194af424
Move C++ code into cpp/ dir (#941)
- Moved C++ code to cpp/ from src/raspberrypi
- Related updates to Makefile, easyinstall.sh, and the github build rules
- Removed the native X68k C code in src/x68k from the repo
2022-10-25 12:59:30 -07:00