Skip to content

Commit 677f242

Browse files
Nov2 sprint updates (#226)
* add error hex to hex tool page * add community buttons to index * add news archive * update for Python release
1 parent c92dd07 commit 677f242

File tree

5 files changed

+35
-3
lines changed

5 files changed

+35
-3
lines changed

community/developer-news.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: page
3+
order:
4+
title: Developer news
5+
heading: Join the micro:bit developer conversation
6+
description: Sign up to and view the developer news
7+
permalink: /community/news/
8+
ref: news
9+
lang: en
10+
---
11+
12+
## The DAL, Editors and Devices newsletter
13+
14+
In addition to our regular [Micro:bit Educational Foundation newsletter](https://mailchi.mp/microbit/newsletter), our [DAL, Editors and Devices](https://microbit.us14.list-manage.com/subscribe?u=e1c30f24b90ff3d70275cfff2&id=25403c7650) newsletter is a low volume digest on the technical aspects of micro:bit. The details you provide are processed in accordance with The Foundation's [privacy policy](https://microbit.org/privacy/).
15+
16+
<div style="text-align: center;">
17+
<a href="https://microbit.us14.list-manage.com/subscribe?u=e1c30f24b90ff3d70275cfff2&id=25403c7650" class="btn sm-btn" role="button" style="margin-bottom: 2rem;">Subscribe to DAL, Editors and Devices</a>
18+
</div>
19+
20+
## News archive
21+
22+
{% include newsletter-archive.html %}

index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ We hope to encourage contributions into these projects in order to broaden our e
1919

2020
The Micro:bit Educational Foundation aims to be a 'responsible downstream' to the many open source [software](https://tech.microbit.org/software/) projects that are used to build the micro:bit: much like a good Linux distribution collates, tests, stabilises and releases combinations of many diverse open source packages, the micro:bit Educational Foundation and the micro:bit community present micro:bit users with a stable, tested release of all the things you need to make the magical 'end-to-end' micro:bit experience.
2121

22+
## Latest news
23+
24+
For the latest news and community updates, join our mailing list and Slack group.
25+
26+
{% include community.html %}
27+
2228
## Help us build it
2329

2430
If you'd like to help us make the micro:bit better, then there are a number of ways that you can get involved.

latest-revision/latest-revision-editors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The exisiting API has not changed. Scripts that use features that are common to
5757

5858
To support all revisions of the micro:bit, you will need to ensure you use the latest release of the MicroPython binary with your editor. The simplest way to do this is to flash a program created in the latest Python Editor which will contain the latest MicroPython build.
5959

60-
[https://python.microbit.org/v/beta/](https://python.microbit.org/v/beta/)
60+
[https://python.microbit.org/](https://python.microbit.org/)
6161

6262
## If you’re using the micro:bit profile over BLE
6363

latest-revision/latest-revision-main.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ The Capacative/Resistive touch mode can be found in the Pins menu
101101

102102
### Python
103103

104-
You can use the latest board revision and APIs in the Python beta editor:
104+
You can use the latest board revision and APIs in the Python editor:
105105

106-
[https://python.microbit.org/v/beta](https://python.microbit.org/v/beta/)
106+
[https://python.microbit.org/](https://python.microbit.org/)
107107

108108
If you want to use a specific or custom build of MicroPython you can do this in [Mu](https://codewith.mu/).
109109

software/universal-hex-tool.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ The Universal Hex Creator lets you combine a hex file created for a micro:bit V1
1414

1515
DAPLink will process the Universal Hex and only write data to the relevant board revision; V1 or V2. More information is available on our [Hex format](../hex-format), the [Javascript/Typescript libary](https://github.com/microbit-foundation/microbit-universal-hex) on which the Universal Hex Creator tool is based and the associated [Universal Hex specification](https://github.com/microbit-foundation/spec-universal-hex).
1616

17+
To support [cross-device compatibility](../hex-format/#cross-device-compatibility), we have created a [standalone error hex](/docs/software/assets/stand-alone-error-v1.hex) that can be combined with a V2 only hex in this tool to produce a Hex that will work on a V2 board, but error if used on a V1.
18+
19+
[Download standalone error hex](/docs/software/assets/stand-alone-error-v1.hex){: .btn.sm-btn download}
20+
1721
{% include uhex-tool.html %}

0 commit comments

Comments
 (0)