Skip to content

Commit 06c8279

Browse files
committed
Merge branch 'release/v1.1'
2 parents 7dae5cb + 218d3c6 commit 06c8279

26 files changed

+117826
-82616
lines changed

.github/workflows/kibot.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,34 @@ jobs:
2727
DRC:
2828
runs-on: ubuntu-latest
2929
container:
30-
image: setsoft/kicad_auto:dev_k6
30+
image: setsoft/kicad_auto:ki6.0.7_Debian
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
33+
with:
34+
submodules: true
3335
- name: Run KiBot for DRC
3436
run: |
3537
kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_drc -v -i
3638
ERC:
3739
runs-on: ubuntu-latest
3840
container:
39-
image: setsoft/kicad_auto:dev_k6
41+
image: setsoft/kicad_auto:ki6.0.7_Debian
4042
steps:
41-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
44+
with:
45+
submodules: true
4246
- name: Run KiBot for ERC
4347
run: |
4448
kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_erc -v -i
4549
build:
4650
runs-on: ubuntu-latest
4751
needs: [ERC, DRC]
4852
container:
49-
image: setsoft/kicad_auto:dev_k6
53+
image: setsoft/kicad_auto:ki6.0.7_Debian
5054
steps:
51-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v3
56+
with:
57+
submodules: true
5258
- name: Get Branch Name
5359
if: github.event_name == 'push' && startswith(github.ref, 'refs/tags/')
5460
id: branch_name
@@ -58,7 +64,7 @@ jobs:
5864
run: |
5965
kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_erc,run_drc -v
6066
- name: Upload KiBot Output
61-
uses: actions/upload-artifact@v2
67+
uses: actions/upload-artifact@v3
6268
if: ${{success()}}
6369
with:
6470
name: Build-Outputs

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
# Unreleased Changes
44

5-
* None
5+
# None
6+
7+
# [Version v1.1.0](https://github.com/Neotron-Compute/Neotron-Pico/releases/tag/v1.1.0)
8+
9+
* Split microphone audio / bias (#132)
10+
* Added more GND vias near power vias
11+
* Minor adjustments to schematic labels
12+
* DNF components now not shown on iBOM
13+
* J901 is a header not a socket
14+
* External LED drive is 5V 20mA
15+
* Moved passives clear away from expansion slot legs
16+
* Updated STEP model
17+
* Added new top-down view to README.
18+
* Set BMC part as being STM32F030K6T6 (F031 is unavailable)
19+
* Switch to DIO2663 video buffer
20+
* Specify THS7316 as default video buffer (TPF133A and DIO2663 should also work)
21+
* Stitching vias for ground planes, and wider traces between vias and pads
622

723
# [Version v1.0.0](https://github.com/Neotron-Compute/Neotron-Pico/releases/tag/v1.0.0)
824

0 commit comments

Comments
 (0)