Skip to content

Commit f69e732

Browse files
committed
Migrate layout to the destination layout
First I imported the commits with: PKG=conn git init $PKG cd $PKG git remote add origin https://github.com/google/periph git fetch origin git filter-repo \ --path AUTHORS \ --path CONTRIBUTING.md \ --path CONTRIBUTORS \ --path LICENSE \ --path README.md \ --path $PKG --path experimental/$PKG $@ git remote add origin [email protected]:periph/$PKG git fetch origin # Use the occasion to rename from master to main since we are starting from # scratch. git branch -m main git push origin main Then moved both conn and experimental/conn back in the root directory. There will be no experimental directory after.
1 parent d565fbd commit f69e732

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+0
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

conn/conn.go conn.go

File renamed without changes.

conn/conn_test.go conn_test.go

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

conn/doc.go doc.go

File renamed without changes.
File renamed without changes.

experimental/conn/README.md

-5
This file was deleted.
File renamed without changes.

conn/gpio/func.go gpio/func.go

File renamed without changes.

conn/gpio/gpio.go gpio/gpio.go

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

conn/i2c/func.go i2c/func.go

File renamed without changes.

conn/i2c/i2c.go i2c/i2c.go

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

conn/i2s/func.go i2s/func.go

File renamed without changes.

conn/i2s/i2s.go i2s/i2s.go

File renamed without changes.

conn/ir/ir.go ir/ir.go

File renamed without changes.

conn/jtag/func.go jtag/func.go

File renamed without changes.

conn/jtag/jtag.go jtag/jtag.go

File renamed without changes.
File renamed without changes.

conn/mmr/mmr.go mmr/mmr.go

File renamed without changes.
File renamed without changes.

conn/onewire/crc.go onewire/crc.go

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

conn/physic/doc.go physic/doc.go

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

conn/pin/func.go pin/func.go

File renamed without changes.
File renamed without changes.

conn/pin/pin.go pin/pin.go

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

conn/spi/func.go spi/func.go

File renamed without changes.

conn/spi/spi.go spi/spi.go

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

conn/uart/func.go uart/func.go

File renamed without changes.

conn/uart/uart.go uart/uart.go

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)