cpq / bare-metal-programming-guide

A bare metal programming guide (ARM microcontrollers)
MIT License
3.27k stars 284 forks source link

translate to Chinese #18

Closed pengwon closed 1 year ago

pengwon commented 1 year ago
modified:   README.md
new file:   README_zh-CN.md
dkulic commented 1 year ago

Why this PR deletes some files?

cpq commented 1 year ago

@dkulic it rebases to the main branch. The deletion happened in the main branch, for the RP2040 example, which went for completely hand-written mcu.h. The RP2040 is still work in progress, there is work to be done to implement SPI and wifi module driver.

dkulic commented 1 year ago

Thanks. Sorry for confusion.