• Joined on 2024-01-27
Steins7 created pull request Steins7/stm32f1xx_HBL#2 2024-04-20 11:15:05 +00:00
debug
Steins7 pushed to debug at Steins7/stm32f1xx_HBL 2024-04-20 09:57:22 +00:00
26f2b4d545 Document format module
12800818ce Document debug module
84deb788a0 Improve debug module architecture
Compare 3 commits »
Steins7 pushed to debug at Steins7/stm32f1xx_HBL 2024-04-15 21:12:07 +00:00
254fec4f00 Disable zero padding for signed integers
0088322ee7 Fix warning
Compare 2 commits »
Steins7 pushed to debug at Steins7/stm32f1xx_HBL 2024-04-15 20:58:46 +00:00
e477055e6e Implement right-justified padding
Steins7 pushed to debug at Steins7/stm32f1xx_HBL 2024-04-15 15:27:38 +00:00
3bcb9c7df4 Add error handling
075d9e17a6 Changed internal functions to static
727aadaba9 Implement signed integer formating
3dc548332f Implement basic string formatting
0d5deffa58 Update debug service to use new dma_mbuf
Compare 5 commits »
Steins7 created branch debug in Steins7/stm32f1xx_HBL 2024-04-15 15:27:38 +00:00
Steins7 pushed to cad at Steins7/stm32f1xx_HBL 2024-04-07 20:16:07 +00:00
81630aa572 Update board version to 1.1
d0aebc9fd2 Fix vcom UART routing
065df5e3da Connect pin 3 of STDC14 header to +3.3v
0cafb27334 Migrate to KiCad V8
Compare 4 commits »
Steins7 deleted branch usart from Steins7/stm32f1xx_HBL 2024-04-06 21:05:02 +00:00
Steins7 pushed to rework at Steins7/stm32f1xx_HBL 2024-04-06 21:05:02 +00:00
c26b1cd703 Merge pull request 'usart' (#1) from usart into rework
cf077d2e51 Fix unwanted changes
4eec301d17 Optimize USART driver's code size
c6da4e11d8 Document USART driver
85e7ad5ef1 Document DMA driver
Compare 10 commits »
Steins7 merged pull request Steins7/stm32f1xx_HBL#1 2024-04-06 21:05:01 +00:00
usart
Steins7 created pull request Steins7/stm32f1xx_HBL#1 2024-04-06 21:04:41 +00:00
usart
Steins7 pushed to usart at Steins7/stm32f1xx_HBL 2024-04-06 21:02:27 +00:00
cf077d2e51 Fix unwanted changes
Steins7 pushed to usart at Steins7/stm32f1xx_HBL 2024-04-06 20:58:14 +00:00
4eec301d17 Optimize USART driver's code size
c6da4e11d8 Document USART driver
85e7ad5ef1 Document DMA driver
Compare 3 commits »
Steins7 pushed to usart at Steins7/stm32f1xx_HBL 2024-04-06 15:00:22 +00:00
a1ae904239 Document dma_cbuf service
5e961b15fc Document dma_mbuf service
Compare 2 commits »
Steins7 pushed to usart at Steins7/stm32f1xx_HBL 2024-04-06 14:32:22 +00:00
fd33003e26 Rework DMA buffer to work properly
7a19ae9223 Clean minor issues in startup.s
ccf36ac400 Simplify dma buffers and adjust usart
Compare 3 commits »
Steins7 created branch usart in Steins7/stm32f1xx_HBL 2024-04-06 14:32:22 +00:00
Steins7 created branch ppu in Steins7/nes_emulator 2024-03-10 21:50:03 +00:00
Steins7 pushed to ppu at Steins7/nes_emulator 2024-03-10 21:50:03 +00:00
25338bc0ee Create render mecanism's squeleton
af35cfc712 Implement proper clock management
Compare 2 commits »
Steins7 pushed to dev at Steins7/nes_emulator 2024-03-10 16:57:36 +00:00
dec36156df Add editorconfig file
5e6df7d7cc Update gitignore
3c05bfdcaa Fix warnings and formating
Compare 3 commits »
Steins7 pushed to dev at Steins7/canvas 2024-03-10 12:55:22 +00:00
a014b3e144 Fix convertion from Color to Pixel