| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2 days | Add gpio and pinctrl driversnative_hw_restructure | Konstantin Kirik (snegovick) | |
| 2 days | Move clk and systick related code from stm32f769 init to clock_control driver | Konstantin Kirik (snegovick) | |
| 2 days | Update stm32f769 clock control driver | Konstantin Kirik (snegovick) | |
| * proper re-init on start * actually configure high clk (200+ MHz) with overdrive | |||
| 3 days | Add SET/CLEAR bit and reg macros | Konstantin Kirik (snegovick) | |
| 3 days | Add PWR block clock | Konstantin Kirik (snegovick) | |
| 3 days | Re-use CONFIG_definitions instead of cmsis ones | Konstantin Kirik (snegovick) | |
| 4 days | Add system clock definition | Konstantin Kirik (snegovick) | |
| 4 days | Fix stm32f769 discovery board clk config | Konstantin Kirik (snegovick) | |
| 4 days | Update reg io in stm32f769 rcc | Konstantin Kirik (snegovick) | |
| 4 days | Replace reg io in stm32f769 mpu driver | Konstantin Kirik (snegovick) | |
| 4 days | Update reg io in stm32f769 uart driver | Konstantin Kirik (snegovick) | |
| 4 days | Fixup gpio driver | Konstantin Kirik (snegovick) | |
| 4 days | Fix pinctrl driver for stm32f769 | Konstantin Kirik (snegovick) | |
| 5 days | Update makefile with relevant compiler flags for stm32f7 mcu | Konstantin Kirik (snegovick) | |
| 5 days | Fixup all drivers to make code compilable | Konstantin Kirik (snegovick) | |
| 5 days | Add configuration definitions | Konstantin Kirik (snegovick) | |
| 5 days | Add main for baremetal bsp testing purposes | Konstantin Kirik (snegovick) | |
| 5 days | Add stm32f769-specific defines from stm hal | Konstantin Kirik (snegovick) | |
| 5 days | Add linker script for stm32f769 (from example) | Konstantin Kirik (snegovick) | |
| 5 days | Add preliminary implementation of pinctrl driver | Konstantin Kirik (snegovick) | |
| 5 days | Add sketchy implementation of GPIO driver for stm32f769 | Konstantin Kirik (snegovick) | |
| 7 days | Init usart1 for logging | Konstantin Kirik (snegovick) | |
| 7 days | Add basic UART/USART driver for stm32f769 | Konstantin Kirik (snegovick) | |
| * Currently only probably capable of init and output by polling | |||
| 7 days | Add uart clocks | Konstantin Kirik (snegovick) | |
| 8 days | Implement clocks and systick init for stm32f769 | Konstantin Kirik (snegovick) | |
| 8 days | Extend stm32f769 clock control driver | Konstantin Kirik (snegovick) | |
| * Implement clock rate get proc * Add init proc to initialize external xtal/clkgen and pll | |||
| 8 days | Fix paths in sys_io includes | Konstantin Kirik (snegovick) | |
| 9 days | Add MPU driver for stm32f769 | Konstantin Kirik (snegovick) | |
| 9 days | Add low level code for cortex-m cores | Konstantin Kirik (snegovick) | |
| 9 days | Add structured device drivers | Konstantin Kirik (snegovick) | |
| * Add lowlevel generic device struct * Add clock control driver for stm32f769 Generic device struct and common device driver init scheme will help in implementation implementation of device tree or something like that for generalized hardware configuration. | |||
| 14 days | Move existing boards into subdits split per arch | Konstantin Kirik (snegovick) | |
| 2025-12-09 | Fix section 1 description in sections index html | Konstantin Kirik (snegovick) | |
| 2025-12-09 | Sort section sub-entries in section index html | Konstantin Kirik (snegovick) | |
| 2025-12-09 | Skip INDEX files in mksectionindex script | Konstantin Kirik (snegovick) | |
| 2025-12-09 | Fix links in html version of man section index | Konstantin Kirik (snegovick) | |
| 2025-12-09 | Add mksectionindex.py script to create man section html index, integrate ↵ | Konstantin Kirik (snegovick) | |
| this script into man to html pipeline | |||
| 2025-12-08 | Add scripts and index page for html man pages | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Redeclare some vars as extern | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Remove const qualifiers because these interfere with libtk compilation | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Add missing include | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Rewrite anonymous structs to stop compiler complaints about multiple definitions | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Add missing include | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Fix issue with multiple definitions of coherence, disable coherence call ↵ | Konstantin Kirik (snegovick) | |
| because its implementation is empty anyway. I failed to identify how to properly initialize coherence to leave call to it in place. | |||
| 2025-12-04 | Replace pthread_yield with sched_yield | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Add missing nrand declaration | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Fix compilation error due to multiple definitions of hintabsize variable | Konstantin Kirik (snegovick) | |
| 2025-08-13 | Merge pull request #28 from vsrinivas/venti-zero-score-fixHEADmaster | Charles Forsyth | |
| venti: Session.read(): Handle reads for 0-score/any type locally | |||
| 2025-03-27 | venti: Session.read(): Handle reads for 0-score/any type locally | Venkatesh Srinivas | |
| vac archives may have the zero-score (da39...) with any type. I've observed type VtDirType + 3, for a single 720 MiB file, for example. The reference venti server will not find zero-score blocks with type != 0; and the reference client does not send reads for zero-score blocks regardless of type (see libventi/client.c: vtreadpacket). Implement the same logic in venti.b. | |||
| 2025-02-05 | Merge pull request #19 from dboddie/separate-thumb-and-thumb2 | David Boddie | |
| Treat Thumb and Thumb-2 floating point code differently | |||
| 2024-06-13 | Merge pull request #18 from dboddie/remove-duplicate-submodule | Charles Forsyth | |
| Removed duplicate libfreetype submodule | |||
