Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython-simulator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython-simulator
Commits
b0bf4a91
Commit
b0bf4a91
authored
Dec 13, 2018
by
microbit-carlos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
microbit: Update version string and module.json to 1.0.1
parent
40199956
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
inc/microbit/mpconfigport.h
inc/microbit/mpconfigport.h
+1
-1
module.json
module.json
+1
-1
No files found.
inc/microbit/mpconfigport.h
View file @
b0bf4a91
...
@@ -164,7 +164,7 @@ void mp_hal_stdout_tx_strn_cooked(const char *str, mp_uint_t len);
...
@@ -164,7 +164,7 @@ void mp_hal_stdout_tx_strn_cooked(const char *str, mp_uint_t len);
// We need to provide a declaration/definition of alloca()
// We need to provide a declaration/definition of alloca()
#include <alloca.h>
#include <alloca.h>
#define MICROBIT_RELEASE "1.0.
0
"
#define MICROBIT_RELEASE "1.0.
1
"
#define MICROBIT_BOARD_NAME "micro:bit"
#define MICROBIT_BOARD_NAME "micro:bit"
#define MICROPY_HW_BOARD_NAME MICROBIT_BOARD_NAME " v" MICROBIT_RELEASE
#define MICROPY_HW_BOARD_NAME MICROBIT_BOARD_NAME " v" MICROBIT_RELEASE
#define MICROPY_HW_MCU_NAME "nRF51822"
#define MICROPY_HW_MCU_NAME "nRF51822"
...
...
module.json
View file @
b0bf4a91
{
{
"name"
:
"microbit-micropython"
,
"name"
:
"microbit-micropython"
,
"version"
:
"
0.5.0
"
,
"version"
:
"
1.0.1
"
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
"description"
:
"MicroPython port to the BBC micro:bit"
,
"description"
:
"MicroPython port to the BBC micro:bit"
,
"keywords"
:
[
"mbed-classic"
,
"microbit"
,
"runtime"
,
"library"
,
"micropython"
],
"keywords"
:
[
"mbed-classic"
,
"microbit"
,
"runtime"
,
"library"
,
"micropython"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment