mirror of
https://github.com/rfivet/stm32bringup.git
synced 2024-12-20 15:58:44 -05:00
28 lines
879 B
HTML
28 lines
879 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>1.9 Publish</title>
|
|
<link type="text/css" rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<h1>1.9 Publish</h1>
|
|
|
|
As I have reached a stable point in previous step, I create a git
|
|
repository <b>stm32bringup</b>, publish it on
|
|
<a href="https://github.com/rfivet/stm32bringup">github.com</a> with a mirror
|
|
on <a href="https://git.sdf.org/rfivet/stm32bringup">git.sdf.org</a>.
|
|
<p>
|
|
I chose MIT license as open source license for the code.
|
|
<p>
|
|
The only rework of the C sources is the addition of a copyright notice
|
|
and conversion of tabs to spaces for portability.
|
|
<p>
|
|
<a href="index.html#part2">Next</a>, I will start working with USART
|
|
peripherals: select an USB adapter, flash the board using the UART
|
|
communication and say hello to the world.
|
|
|
|
<hr>© 2020-2024 Renaud Fivet
|
|
</body>
|
|
</html>
|