Commit Graph

821 Commits

Author SHA1 Message Date
Amerlander
9528f73140
Beta updates ()
* fixes for beta

- hide blocks without function
- digital Pin selection bring P0 in first position
- add compass block to end confusion about "basic.showArrow(ArrowNames.North)"
- add approved repos
- add and sort preffered repos
- add prefferedPackages
- disable webUSB
- disable parts
- remove mobileSafariDownloadProtocol
- update socialOptions

* remove `preferredPackages` from `pxtarget`

* Beta updates

- removed robobit extension
- updated docs menu
- added about.md
- added arrow icons
- removed show arrow block

* Beta Update

- replace webUSb Images
- update extension list
- hide II2C Pins from digitalPins
- move compile service repos back to calliope

* replace extension images

* Beta update

- change extension upload button style
- deprecate arrow blocks

Co-authored-by: Juri <gitkraken@juriwolf.de>
2020-09-15 09:10:07 -07:00
Amerlander
bad64f13ee
Beta updates ()
* fixes for beta

- hide blocks without function
- digital Pin selection bring P0 in first position
- add compass block to end confusion about "basic.showArrow(ArrowNames.North)"
- add approved repos
- add and sort preffered repos
- add prefferedPackages
- disable webUSB
- disable parts
- remove mobileSafariDownloadProtocol
- update socialOptions

* remove `preferredPackages` from `pxtarget`

* Beta updates

- removed robobit extension
- updated docs menu
- added about.md
- added arrow icons
- removed show arrow block

Co-authored-by: Juri <gitkraken@juriwolf.de>
2020-09-11 05:18:32 -07:00
Amerlander
918af4f3ac
Bump V3.0.22 ()
* change simulator svg

* change radio image

* Remove google fonts cdn

* change color of 'advanced' button

* font fix

* font fix 2

* display fix

* change fullsceen simulator bg

* Continuous servo

* handle continuous state

* adding shims

* update rendering for continuous servos

* fixing sim

* fix sig

* typo

* fix sim

* bump pxt

* bump pxt

* rerun travis

* Input blocks revision

- add Button and Pin event types
- merge onPinPressed & onPinReleased in new onPinEvent function
- create new onButtonEvent function

* update input blocks in docs and tests

* remove device_pin_release block

* Hide DAL.x behind Enum

* bring back deprecated blocks, but hide them

* shims and locales files

* fix input.input. typing

* remove buildpr

* bump V3

* update simulator aspect ratio

* add Loudness Block

* revoke loudness block

* Adds soundLevel

To be replaced by pxt-common-packages when DAL is updated.

* Remove P0 & P3 from AnalogPin

Co-authored-by: Juri <gitkraken@juriwolf.de>
2020-09-08 02:04:25 -07:00
Amerlander
64471a53f9
fetch pxt-microbit v2.2.30 ()
* undo buttonEvent

* fetch microbit v2.2.30

Co-authored-by: Amerlander <gitkraken@juriwolf.de>
2020-05-08 09:35:38 -07:00
Amerlander
a4f86fb7ac
Some Fixes ()
* change simulator svg

* change radio image

* Remove google fonts cdn

* change color of 'advanced' button
2020-02-13 17:24:42 -08:00
Peli
a52fe73cb3 updated js logo 2020-02-09 21:50:14 -08:00
Amerlander
3fcd625555 Fix Image the second ()
* 2.0.1

* Pointing beta-ref to v2

* Bumping pxt-core to 5.15.10

* 2.0.2

* this repo is empty ()

* Update radio event parm usage descriptions ()

* add browser db prefix for v2 ()

* 2.0.3

* Releasing 2.0.3 to live ()

* dynamically sniff offline app version ()

* Revert "dynamically sniff offline app version ()" ()

This reverts commit b480b34f7e.

* Updating electron to 2.0.3 ()

* Updating offline reference to 2.0.3 ()

* Bumping version to 2.1.0

* 2.1.1

* Spelling ()

* Update write-received-packet-to-serial.md ()

A support ticket pointed out issues that they'd encountered when trying to follow this document:

- `sendValue` only supports an 8 character string. This is documented in the `sendValue` docs but a longer string had been used here
- Only `radio.onReceivedNumber` is used so the sample output is not consistent with the users experience. I've changed it so that all packets are handled

* Use gcPreAllocateBlock() to fix ,  ()

* Use gcPreAllocateBlock() to fix , 
* bump pcp 6.9.4

* 2.1.2

* Correct dice example ()

Changed random(6) to random(5) so the number reflect real dice.

* add 4tronix minibit ()

* Update targetconfig.json ()

remove mock-iot-extension as it is just an experimental development by The Foundation

* Update calibrate-compass.md ()

Based on user feedback in Slack https://microbit-community.slack.com/archives/C1ZMKRFHD/p1563274019078400?thread_ts=1563268925.077500&cid=C1ZMKRFHD

* add wukong ()

* Decrease size of GC heap to allow more DAL allocs ()

* 2.1.3

* add Kitronik view text ()

* Release 2.0.6 to live ()

* Update nexus:bit entry  ()

* update nexus:bit entry

* update nexus:bit entry

* Logic Lab mini-course ()

* Logic Lab mini-course

* example syntax

* Updating Readme with branch information.

* bump pxt for ios <=9 fix ()

* Update pxt/common-packages and fix build ()

* fix build off of pxt/ and pxt-common-packages master

* check in generated files

* add-pxt-bmp280 ()

* Bumping pxt-core to 5.19.8 & common-packages to 6.14.9

* 2.1.4

* Error codes page update ()

* Start adding new codes

* few tiny edits

* Add more errors and rearrange

* Update docs/device/error-codes.md

Co-Authored-By: Michał Moskal <michal@moskal.me>

* juggle category

* set error range in hint

Co-Authored-By: Michał Moskal <michal@moskal.me>

* Update docs/device/error-codes.md

Co-Authored-By: Mark <mark@microbit.org>

* fix build ()

* fix broken build

* just try the more 'official' fix if possible

* back to the way that actually works..

* bump pxt to include accessibility changes ()

* 2.1.5

* make hc mode sim color have higher contrast ()

* Show project settings ()

* markdown link fix ()

* add HTS221 ()

* Editor controllers fixes ()

* updated strings

* bump pxt

* anotehr attempt

* 2.1.6

* turn on samples when reading accelerometer ()

* 2.1.7

* hide pin p19/p20 ()

* Fix remove life animation causing microbit stuck ()

On the real microbit board, if the program execute other game blocks while
the remove life animation is playing, it would cause strange behavior or
even make the game stuck.

* Port of Programmable Logic lesson for Logic Lab course ()

* port of programmable logic lesson

* trigger rebuild

* express as logical equation in snippet

* go logical for snippet inputs

* emit enum as bitmask ()

* 2.1.8

* add alt attributes to download screens ()

* add alt attributes to download screens, fixes 

* better descriptions

* fixing links in translate page

* Modify the LED coordinates to be between 0 and 4. ()

Without this change, there is a 11/36 chance no LED lights as [`Math.random(a,b)`](https://docs.python.org/2/library/random.html#random.uniform) (thus the `pick random` block) chooses a number in the (inclusive, closed) interval `[a, b]`.

* Set LED plot row/column ranges for 'Reaction Time' ()

* add LIS2MDL ()

* add LIS2DW12 ()

* add LPS22 ()

* add LSM6DSO ()

* add gator environment ()

* add STTS751 ()

* add inventura extension ()

* add new sparkfun extensions ()

* add new sparkfun extensions

* remove gator environment pending fixes

* add dfplayer mini extension ()

* Update 'servo calibrator' link ()

* I2C Addressing Note ()

* I2C on-board sensor address note

* note for 7bit to 8bit shift

* Add nested summaries for newer courses ()

* bump pxt ()

* bump pxt

* bump

* bump

* fix version

* 2.1.9

* bump package.json ()

* 2.1.10

* bump pxt ()

* 2.1.11

* bump for diff3 ()

* enable experiment

* bump pxt

* 2.1.12

* Add the Stu Lowe coding cards ()

* Add the Stu Lowe coding cards

* Move 'Coding Cards' below 'Hardware'

* Add isDeleted ()

* add xinabox OD01 and breakout display section ()

* add xinabox OD01 and breakout display section

* Update targetconfig.json

* Update extensions.md

* Link to power supply limitations ()

Fixes: 

* Pxt v5.23.17 ()

* bump pxt

* regen docs

* fix version syntax

* restore extension

* removed dup

* 2.1.13

* add-sw01 ()

* Locking old issues

* add Keyestudio robot car ()

* Allow globals in reclaimed bluetooth memory ()

* isTouchingEdge() should not return true for deleted sprite ()

* add query variant to hide toolbar ()

* Adding link to stable refs ()

* Update extensions.md ()

Move the :VIEW Text32 from other to Display now there is a display sections

* 2.1.14

* fixing radio stack ()

* fixing radio stack

* updated shims

* 2.1.15

* Stable points to latest 2.0.9 ()

* Releasing 2.0.9 to live ()

* Fixing signal strength ()

* Pointing to 2.0.10

* Releasing 2.0.10 ()

With radio strength signal fix for hot or cold

* Removing old bitbot as we have a new bitbot package ()

* updated pxt ()

* updated pxt

* bump pxt

* updated react

* updated ptx

* Remove empty variable element from XML

* Bump pxt-core to 5.25.15

* bump pxt

* Bump pxt to 5.25.17

* Add precision to music slider

* 2.1.16

* add drive:bit ()

* micro:bit RSSI fix ()

* read rssi from packet

* updated shims

* fix build

* fix help

* move deprecated function to ts

* some formatting

* restore rssi block

* restory notations

* actually copy bytes

* removing logging code

* simpler wake up code

* comment

* fix build

* bump pxt

* go back to safety

* bump microbit

* restor package.json

* revert jquery v

* use macro

* check length

* bump pxt ()

* 2.1.17

* Use default resize function for microbit gesture dropdown ()

* Name Badge project page ()

* Name Bagde project page

* gotta please the summary check

* link typo, ugh

* Revert "Name Badge project page ()"

This reverts commit 2e2860632b.

* add freenove starter kit ()

* radio.setFrequencyBand support ()

* setfrequencyband support

* revert line change

* add bounds check

* Name Badge project page ()

* Name Bagde project page

* gotta please the summary check

* link typo, ugh

* get rid of the pptx

* Simplify the Fahrenheit from Celsius computation. ()

As the micro:bit introduces floating point arithmetic for both the existing `f = 18 * c / 10 + 32` computation and the new `f = 1.8 * c + 32` computation, there isn't any benefit for the former.

* Enable Polish localization ()

* bump package

* 2.1.18

* shrink maintenance gif

* 2.1.19

* Rotary phone dial ()

* some write up

* adding images

* text

* more text

* adding vids

* adding escape room

* remove newer lesson

* remove .mp4

* Card page edits

* adding image

* adding to toys

* rotary edits

* fix typo

* bump pxt 5.28.7 ()

* bump pxt

* bump to pxt 5.28.8

* 2.1.20

* bump pxt 5.28.9 ()

* 2.1.21

* bump pxt 5.28.10

* 2.1.22

* bump pxt 5.28.11

* 2.1.23

* bump pxt 5.28.12

* 2.1.24

* Update README.md

* robot unicorn ()

* robot unicorn

* Edits to the unicorn

* fix missing radio and boardname

* bump pxt 5.28.18 ()

* bump pxt 5.28.18

* updated summary

* 2.1.25

* bump pxt 5.28.21

* 2.1.26

* bump to pxt5.28.23

* 2.1.27

* Add redirect to pins info to serial heading ()

* Add redirect to pins info to serial heading

* adding links

* vump to pxt 5.28.24

* 2.1.28

* bump to pxt 5.28.26

* 2.1.29

* add build instructions

* updated build notes

* bump pxt 5.28.27

* 2.1.30

* missing svg

* remove crowdin project to disable upload from master branch

* reeanble crowdin, no upload

* 2.1.31

* bump pxt common to 6.16.25

* missing radio package

* Fix GC heap reclamation ()

* bump to pxt 5.28.31

* bump pxt 5.28.32

* 2.1.32

* 2.1.33

* fix typo

* pxt-microbit-next? ()

Since the repo https://github.com/microsoft/pxt-microbit-next doesn't exist, I am assuming that the word `next` is not meant to be here.

* Extensions: Add Inksmith Climate Action Kit ()

* Fixes for typos found in Crowdin - 11252019 ()

* Extension: add Kitronik Halo HD ()

* Extension: Add EBOTICS MIBO ()

* add Bright Wearables Brightboard ()

* Docs: Change default value in Javascript. ()

* Change default value in Javascript.

Per @microbit-mark 's suggestion, add an example of how to change the default interval value by switching to Javascript.

* edits to new example

* bump pxt 5.30.6

* 2.1.34

* update git and vscode settings

* revert changes to 2.1.28

* package-lock

* v2.1.34

* Change Hero Image

* add RVR ()

* Extension: add minicruise ()

* Fix minutes display for 'Digital Watch' project ()

* Fix minutes display for 'Digital Watch' project

* minutes less than 10

* bump pxt

* 2.1.35

* updated pxt

* 2.1.36

* package lock

* Tutorial Typo Fix

* staging Servo library support

* bumppxt

* 2.1.37

* update error guide link ()

* adding radio firefly ()

* Update 'Metal Detector' example ()

* bump pxt

* 2.1.38

* typoFix

* package lock

* Update Pins

* Update Pins

* Add C7, C8 and C9 Serial Pins

* Add C7, C8 and C9 Serial Pins

* Pins update

* Add maqueen ()

* Extensions: Add DFRobot Maqueen

* fix

* revert pin C7, C8 and C9

* Update README.md

* add extension doc file

* revert pxt bump

* Docs: Extensions remove headliner

* Remove outdated #ifdef ()

* Extensions: add servobit ()

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>

* bump to pxt 5.31.8, common 6.18.2

* 2.1.39

* enable github editor experiment ()

* Fix missing sim function

* bump to pxt 5.31.10

* 2.1.40

* Modify snippets/examples relying of fp div ()

* Extensions: add DFRobot natural science board ()

* Extensions: add Kitronik clip dtector ()

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>

* missing image

* Fix lesson images

* fix images 2

* Add SpeedPicker to Motor Blocks

* add sixth motor pin (M_GND3)

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
Co-authored-by: Galen Nickel <v-gani@microsoft.com>
Co-authored-by: Joey Wunderlich <jwunderl@users.noreply.github.com>
Co-authored-by: Danny Yates <danny@codeaholics.org>
Co-authored-by: Sam Kent <32453267+microbit-sam@users.noreply.github.com>
Co-authored-by: Michał Moskal <michal@moskal.me>
Co-authored-by: Daryl Zuniga <Daryl.Zuniga@gmail.com>
Co-authored-by: Eric Kimsey <ekimsey@users.noreply.github.com>
Co-authored-by: Mark <mark@microbit.org>
Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>
Co-authored-by: Peter Brodersen <peter@ter.dk>
Co-authored-by: Leo <leo881003@gmail.com>
Co-authored-by: Asher Kach <asher.kach@gmail.com>
Co-authored-by: Franklin Tse <FranklinWhale@users.noreply.github.com>
Co-authored-by: Neal McBurnett <nealmcb@gmail.com>
Co-authored-by: Kitronik Ltd  <design@kitronik.co.uk>
Co-authored-by: shakao <34112083+shakao@users.noreply.github.com>
Co-authored-by: Helen Leigh <48659173+helenleigh@users.noreply.github.com>
Co-authored-by: Gerard Braad <me@gbraad.nl>
Co-authored-by: Nicole Parrot <cleoqc1124@gmail.com>
2020-01-21 10:38:36 -08:00
Amerlander
9392c22424 Fix Images ()
* Bumping pxt-core to 5.15.5

* 1.4.15

* stop background before foreground ()

* Bumping pxt-core to 5.15.6

* 1.4.16

* Bumping pxt-core to 5.15.7

* 1.4.17

* Bumping pxt-core to 5.15.8

* 1.4.18

* add backgrounds for use with .dmg ()

* add normal size and 2x size backgrounds for dmg

* update arrow color to dark gray

* Bumping pxt-core  to 5.15.9

* 1.4.19

* Adding v1-ref.json pointing to 1.2.13

* Bumping microbit to 2.0.0

* 2.0.1

* Pointing beta-ref to v2

* Bumping pxt-core to 5.15.10

* 2.0.2

* this repo is empty ()

* Update radio event parm usage descriptions ()

* add browser db prefix for v2 ()

* 2.0.3

* Releasing 2.0.3 to live ()

* dynamically sniff offline app version ()

* Revert "dynamically sniff offline app version ()" ()

This reverts commit b480b34f7e.

* Updating electron to 2.0.3 ()

* Updating offline reference to 2.0.3 ()

* Bumping version to 2.1.0

* 2.1.1

* Spelling ()

* Update write-received-packet-to-serial.md ()

A support ticket pointed out issues that they'd encountered when trying to follow this document:

- `sendValue` only supports an 8 character string. This is documented in the `sendValue` docs but a longer string had been used here
- Only `radio.onReceivedNumber` is used so the sample output is not consistent with the users experience. I've changed it so that all packets are handled

* Use gcPreAllocateBlock() to fix ,  ()

* Use gcPreAllocateBlock() to fix , 
* bump pcp 6.9.4

* 2.1.2

* Correct dice example ()

Changed random(6) to random(5) so the number reflect real dice.

* add 4tronix minibit ()

* Update targetconfig.json ()

remove mock-iot-extension as it is just an experimental development by The Foundation

* Update calibrate-compass.md ()

Based on user feedback in Slack https://microbit-community.slack.com/archives/C1ZMKRFHD/p1563274019078400?thread_ts=1563268925.077500&cid=C1ZMKRFHD

* add wukong ()

* Decrease size of GC heap to allow more DAL allocs ()

* 2.1.3

* add Kitronik view text ()

* Release 2.0.6 to live ()

* Update nexus:bit entry  ()

* update nexus:bit entry

* update nexus:bit entry

* Logic Lab mini-course ()

* Logic Lab mini-course

* example syntax

* Updating Readme with branch information.

* bump pxt for ios <=9 fix ()

* Update pxt/common-packages and fix build ()

* fix build off of pxt/ and pxt-common-packages master

* check in generated files

* add-pxt-bmp280 ()

* Bumping pxt-core to 5.19.8 & common-packages to 6.14.9

* 2.1.4

* Error codes page update ()

* Start adding new codes

* few tiny edits

* Add more errors and rearrange

* Update docs/device/error-codes.md

Co-Authored-By: Michał Moskal <michal@moskal.me>

* juggle category

* set error range in hint

Co-Authored-By: Michał Moskal <michal@moskal.me>

* Update docs/device/error-codes.md

Co-Authored-By: Mark <mark@microbit.org>

* fix build ()

* fix broken build

* just try the more 'official' fix if possible

* back to the way that actually works..

* bump pxt to include accessibility changes ()

* 2.1.5

* make hc mode sim color have higher contrast ()

* Show project settings ()

* markdown link fix ()

* add HTS221 ()

* Editor controllers fixes ()

* updated strings

* bump pxt

* anotehr attempt

* 2.1.6

* turn on samples when reading accelerometer ()

* 2.1.7

* hide pin p19/p20 ()

* Fix remove life animation causing microbit stuck ()

On the real microbit board, if the program execute other game blocks while
the remove life animation is playing, it would cause strange behavior or
even make the game stuck.

* Port of Programmable Logic lesson for Logic Lab course ()

* port of programmable logic lesson

* trigger rebuild

* express as logical equation in snippet

* go logical for snippet inputs

* emit enum as bitmask ()

* 2.1.8

* add alt attributes to download screens ()

* add alt attributes to download screens, fixes 

* better descriptions

* fixing links in translate page

* Modify the LED coordinates to be between 0 and 4. ()

Without this change, there is a 11/36 chance no LED lights as [`Math.random(a,b)`](https://docs.python.org/2/library/random.html#random.uniform) (thus the `pick random` block) chooses a number in the (inclusive, closed) interval `[a, b]`.

* Set LED plot row/column ranges for 'Reaction Time' ()

* add LIS2MDL ()

* add LIS2DW12 ()

* add LPS22 ()

* add LSM6DSO ()

* add gator environment ()

* add STTS751 ()

* add inventura extension ()

* add new sparkfun extensions ()

* add new sparkfun extensions

* remove gator environment pending fixes

* add dfplayer mini extension ()

* Update 'servo calibrator' link ()

* I2C Addressing Note ()

* I2C on-board sensor address note

* note for 7bit to 8bit shift

* Add nested summaries for newer courses ()

* bump pxt ()

* bump pxt

* bump

* bump

* fix version

* 2.1.9

* bump package.json ()

* 2.1.10

* bump pxt ()

* 2.1.11

* bump for diff3 ()

* enable experiment

* bump pxt

* 2.1.12

* Add the Stu Lowe coding cards ()

* Add the Stu Lowe coding cards

* Move 'Coding Cards' below 'Hardware'

* Add isDeleted ()

* add xinabox OD01 and breakout display section ()

* add xinabox OD01 and breakout display section

* Update targetconfig.json

* Update extensions.md

* Link to power supply limitations ()

Fixes: 

* Pxt v5.23.17 ()

* bump pxt

* regen docs

* fix version syntax

* restore extension

* removed dup

* 2.1.13

* add-sw01 ()

* Locking old issues

* add Keyestudio robot car ()

* Allow globals in reclaimed bluetooth memory ()

* isTouchingEdge() should not return true for deleted sprite ()

* add query variant to hide toolbar ()

* Adding link to stable refs ()

* Update extensions.md ()

Move the :VIEW Text32 from other to Display now there is a display sections

* 2.1.14

* fixing radio stack ()

* fixing radio stack

* updated shims

* 2.1.15

* Stable points to latest 2.0.9 ()

* Releasing 2.0.9 to live ()

* Fixing signal strength ()

* Pointing to 2.0.10

* Releasing 2.0.10 ()

With radio strength signal fix for hot or cold

* Removing old bitbot as we have a new bitbot package ()

* updated pxt ()

* updated pxt

* bump pxt

* updated react

* updated ptx

* Remove empty variable element from XML

* Bump pxt-core to 5.25.15

* bump pxt

* Bump pxt to 5.25.17

* Add precision to music slider

* 2.1.16

* add drive:bit ()

* micro:bit RSSI fix ()

* read rssi from packet

* updated shims

* fix build

* fix help

* move deprecated function to ts

* some formatting

* restore rssi block

* restory notations

* actually copy bytes

* removing logging code

* simpler wake up code

* comment

* fix build

* bump pxt

* go back to safety

* bump microbit

* restor package.json

* revert jquery v

* use macro

* check length

* bump pxt ()

* 2.1.17

* Use default resize function for microbit gesture dropdown ()

* Name Badge project page ()

* Name Bagde project page

* gotta please the summary check

* link typo, ugh

* Revert "Name Badge project page ()"

This reverts commit 2e2860632b.

* add freenove starter kit ()

* radio.setFrequencyBand support ()

* setfrequencyband support

* revert line change

* add bounds check

* Name Badge project page ()

* Name Bagde project page

* gotta please the summary check

* link typo, ugh

* get rid of the pptx

* Simplify the Fahrenheit from Celsius computation. ()

As the micro:bit introduces floating point arithmetic for both the existing `f = 18 * c / 10 + 32` computation and the new `f = 1.8 * c + 32` computation, there isn't any benefit for the former.

* Enable Polish localization ()

* bump package

* 2.1.18

* shrink maintenance gif

* 2.1.19

* Rotary phone dial ()

* some write up

* adding images

* text

* more text

* adding vids

* adding escape room

* remove newer lesson

* remove .mp4

* Card page edits

* adding image

* adding to toys

* rotary edits

* fix typo

* bump pxt 5.28.7 ()

* bump pxt

* bump to pxt 5.28.8

* 2.1.20

* bump pxt 5.28.9 ()

* 2.1.21

* bump pxt 5.28.10

* 2.1.22

* bump pxt 5.28.11

* 2.1.23

* bump pxt 5.28.12

* 2.1.24

* Update README.md

* robot unicorn ()

* robot unicorn

* Edits to the unicorn

* fix missing radio and boardname

* bump pxt 5.28.18 ()

* bump pxt 5.28.18

* updated summary

* 2.1.25

* bump pxt 5.28.21

* 2.1.26

* bump to pxt5.28.23

* 2.1.27

* Add redirect to pins info to serial heading ()

* Add redirect to pins info to serial heading

* adding links

* vump to pxt 5.28.24

* 2.1.28

* bump to pxt 5.28.26

* 2.1.29

* add build instructions

* updated build notes

* bump pxt 5.28.27

* 2.1.30

* missing svg

* remove crowdin project to disable upload from master branch

* reeanble crowdin, no upload

* 2.1.31

* bump pxt common to 6.16.25

* missing radio package

* Fix GC heap reclamation ()

* bump to pxt 5.28.31

* bump pxt 5.28.32

* 2.1.32

* 2.1.33

* fix typo

* pxt-microbit-next? ()

Since the repo https://github.com/microsoft/pxt-microbit-next doesn't exist, I am assuming that the word `next` is not meant to be here.

* Extensions: Add Inksmith Climate Action Kit ()

* Fixes for typos found in Crowdin - 11252019 ()

* Extension: add Kitronik Halo HD ()

* Extension: Add EBOTICS MIBO ()

* add Bright Wearables Brightboard ()

* Docs: Change default value in Javascript. ()

* Change default value in Javascript.

Per @microbit-mark 's suggestion, add an example of how to change the default interval value by switching to Javascript.

* edits to new example

* bump pxt 5.30.6

* 2.1.34

* update git and vscode settings

* revert changes to 2.1.28

* package-lock

* v2.1.34

* Change Hero Image

* add RVR ()

* Extension: add minicruise ()

* Fix minutes display for 'Digital Watch' project ()

* Fix minutes display for 'Digital Watch' project

* minutes less than 10

* bump pxt

* 2.1.35

* updated pxt

* 2.1.36

* package lock

* Tutorial Typo Fix

* bumppxt

* 2.1.37

* update error guide link ()

* adding radio firefly ()

* Update 'Metal Detector' example ()

* bump pxt

* 2.1.38

* typoFix

* Update Pins

* Add C7, C8 and C9 Serial Pins

* Add C7, C8 and C9 Serial Pins

* Pins update

* Add maqueen ()

* Extensions: Add DFRobot Maqueen

* fix

* revert pin C7, C8 and C9

* add extension doc file

* revert pxt bump

* Docs: Extensions remove headliner

* Remove outdated #ifdef ()

* Extensions: add servobit ()

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>

* bump to pxt 5.31.8, common 6.18.2

* 2.1.39

* enable github editor experiment ()

* Fix missing sim function

* bump to pxt 5.31.10

* 2.1.40

* Modify snippets/examples relying of fp div ()

* Extensions: add DFRobot natural science board ()

* Extensions: add Kitronik clip dtector ()

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>

* missing image

* Fix lesson images

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
Co-authored-by: shakao <34112083+shakao@users.noreply.github.com>
Co-authored-by: Joey Wunderlich <jwunderl@users.noreply.github.com>
Co-authored-by: Galen Nickel <v-gani@microsoft.com>
Co-authored-by: Danny Yates <danny@codeaholics.org>
Co-authored-by: Sam Kent <32453267+microbit-sam@users.noreply.github.com>
Co-authored-by: Michał Moskal <michal@moskal.me>
Co-authored-by: Daryl Zuniga <Daryl.Zuniga@gmail.com>
Co-authored-by: Eric Kimsey <ekimsey@users.noreply.github.com>
Co-authored-by: Mark <mark@microbit.org>
Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>
Co-authored-by: Peter Brodersen <peter@ter.dk>
Co-authored-by: Leo <leo881003@gmail.com>
Co-authored-by: Asher Kach <asher.kach@gmail.com>
Co-authored-by: Franklin Tse <FranklinWhale@users.noreply.github.com>
Co-authored-by: Neal McBurnett <nealmcb@gmail.com>
Co-authored-by: Kitronik Ltd  <design@kitronik.co.uk>
Co-authored-by: Helen Leigh <48659173+helenleigh@users.noreply.github.com>
Co-authored-by: Gerard Braad <me@gbraad.nl>
Co-authored-by: Nicole Parrot <cleoqc1124@gmail.com>
2020-01-17 22:48:57 -08:00
Peli
0bad95322b bump pxt 2020-01-16 20:39:08 -08:00
Amerlander
dd63007fe7 add turnRgbLedOff() in sim ()
* Fix Black and White Typo ()

* Fixed typo: Back->Black

* Added Upgrade Rules to fix spelling

* Removed extra isEmpty

* Added previous BackAndWhite to allow for compilation of old scripts

* always shake when button is pressed ()

* add PLENbit ()

* Bumping pxt-core to 5.15.5

* 1.4.15

* stop background before foreground ()

* Bumping pxt-core to 5.15.6

* 1.4.16

* Bumping pxt-core to 5.15.7

* 1.4.17

* Bumping pxt-core to 5.15.8

* 1.4.18

* add backgrounds for use with .dmg ()

* add normal size and 2x size backgrounds for dmg

* update arrow color to dark gray

* Bumping pxt-core  to 5.15.9

* 1.4.19

* Adding v1-ref.json pointing to 1.2.13

* Bumping microbit to 2.0.0

* 2.0.1

* Pointing beta-ref to v2

* Bumping pxt-core to 5.15.10

* 2.0.2

* this repo is empty ()

* Update radio event parm usage descriptions ()

* add browser db prefix for v2 ()

* 2.0.3

* Releasing 2.0.3 to live ()

* dynamically sniff offline app version ()

* Revert "dynamically sniff offline app version ()" ()

This reverts commit b480b34f7e.

* Updating electron to 2.0.3 ()

* Updating offline reference to 2.0.3 ()

* Bumping version to 2.1.0

* 2.1.1

* Spelling ()

* Update write-received-packet-to-serial.md ()

A support ticket pointed out issues that they'd encountered when trying to follow this document:

- `sendValue` only supports an 8 character string. This is documented in the `sendValue` docs but a longer string had been used here
- Only `radio.onReceivedNumber` is used so the sample output is not consistent with the users experience. I've changed it so that all packets are handled

* Use gcPreAllocateBlock() to fix ,  ()

* Use gcPreAllocateBlock() to fix , 
* bump pcp 6.9.4

* 2.1.2

* Correct dice example ()

Changed random(6) to random(5) so the number reflect real dice.

* add 4tronix minibit ()

* Update targetconfig.json ()

remove mock-iot-extension as it is just an experimental development by The Foundation

* Update calibrate-compass.md ()

Based on user feedback in Slack https://microbit-community.slack.com/archives/C1ZMKRFHD/p1563274019078400?thread_ts=1563268925.077500&cid=C1ZMKRFHD

* add wukong ()

* Decrease size of GC heap to allow more DAL allocs ()

* 2.1.3

* add Kitronik view text ()

* Release 2.0.6 to live ()

* Update nexus:bit entry  ()

* update nexus:bit entry

* update nexus:bit entry

* Logic Lab mini-course ()

* Logic Lab mini-course

* example syntax

* Updating Readme with branch information.

* bump pxt for ios <=9 fix ()

* Update pxt/common-packages and fix build ()

* fix build off of pxt/ and pxt-common-packages master

* check in generated files

* add-pxt-bmp280 ()

* Bumping pxt-core to 5.19.8 & common-packages to 6.14.9

* 2.1.4

* Error codes page update ()

* Start adding new codes

* few tiny edits

* Add more errors and rearrange

* Update docs/device/error-codes.md

Co-Authored-By: Michał Moskal <michal@moskal.me>

* juggle category

* set error range in hint

Co-Authored-By: Michał Moskal <michal@moskal.me>

* Update docs/device/error-codes.md

Co-Authored-By: Mark <mark@microbit.org>

* fix build ()

* fix broken build

* just try the more 'official' fix if possible

* back to the way that actually works..

* bump pxt to include accessibility changes ()

* 2.1.5

* make hc mode sim color have higher contrast ()

* Show project settings ()

* markdown link fix ()

* add HTS221 ()

* Editor controllers fixes ()

* updated strings

* bump pxt

* anotehr attempt

* 2.1.6

* turn on samples when reading accelerometer ()

* 2.1.7

* hide pin p19/p20 ()

* Fix remove life animation causing microbit stuck ()

On the real microbit board, if the program execute other game blocks while
the remove life animation is playing, it would cause strange behavior or
even make the game stuck.

* Port of Programmable Logic lesson for Logic Lab course ()

* port of programmable logic lesson

* trigger rebuild

* express as logical equation in snippet

* go logical for snippet inputs

* emit enum as bitmask ()

* 2.1.8

* add alt attributes to download screens ()

* add alt attributes to download screens, fixes 

* better descriptions

* fixing links in translate page

* Modify the LED coordinates to be between 0 and 4. ()

Without this change, there is a 11/36 chance no LED lights as [`Math.random(a,b)`](https://docs.python.org/2/library/random.html#random.uniform) (thus the `pick random` block) chooses a number in the (inclusive, closed) interval `[a, b]`.

* Set LED plot row/column ranges for 'Reaction Time' ()

* add LIS2MDL ()

* add LIS2DW12 ()

* add LPS22 ()

* add LSM6DSO ()

* add gator environment ()

* add STTS751 ()

* add inventura extension ()

* add new sparkfun extensions ()

* add new sparkfun extensions

* remove gator environment pending fixes

* add dfplayer mini extension ()

* Update 'servo calibrator' link ()

* I2C Addressing Note ()

* I2C on-board sensor address note

* note for 7bit to 8bit shift

* Add nested summaries for newer courses ()

* bump pxt ()

* bump pxt

* bump

* bump

* fix version

* 2.1.9

* bump package.json ()

* 2.1.10

* bump pxt ()

* 2.1.11

* bump for diff3 ()

* enable experiment

* bump pxt

* 2.1.12

* Add the Stu Lowe coding cards ()

* Add the Stu Lowe coding cards

* Move 'Coding Cards' below 'Hardware'

* Add isDeleted ()

* add xinabox OD01 and breakout display section ()

* add xinabox OD01 and breakout display section

* Update targetconfig.json

* Update extensions.md

* Link to power supply limitations ()

Fixes: 

* Pxt v5.23.17 ()

* bump pxt

* regen docs

* fix version syntax

* restore extension

* removed dup

* 2.1.13

* add-sw01 ()

* Locking old issues

* add Keyestudio robot car ()

* Allow globals in reclaimed bluetooth memory ()

* isTouchingEdge() should not return true for deleted sprite ()

* add query variant to hide toolbar ()

* Adding link to stable refs ()

* Update extensions.md ()

Move the :VIEW Text32 from other to Display now there is a display sections

* 2.1.14

* fixing radio stack ()

* fixing radio stack

* updated shims

* 2.1.15

* Stable points to latest 2.0.9 ()

* Releasing 2.0.9 to live ()

* Fixing signal strength ()

* Pointing to 2.0.10

* Releasing 2.0.10 ()

With radio strength signal fix for hot or cold

* Removing old bitbot as we have a new bitbot package ()

* updated pxt ()

* updated pxt

* bump pxt

* updated react

* updated ptx

* Remove empty variable element from XML

* Bump pxt-core to 5.25.15

* bump pxt

* Bump pxt to 5.25.17

* Add precision to music slider

* 2.1.16

* add drive:bit ()

* micro:bit RSSI fix ()

* read rssi from packet

* updated shims

* fix build

* fix help

* move deprecated function to ts

* some formatting

* restore rssi block

* restory notations

* actually copy bytes

* removing logging code

* simpler wake up code

* comment

* fix build

* bump pxt

* go back to safety

* bump microbit

* restor package.json

* revert jquery v

* use macro

* check length

* bump pxt ()

* 2.1.17

* Use default resize function for microbit gesture dropdown ()

* Name Badge project page ()

* Name Bagde project page

* gotta please the summary check

* link typo, ugh

* Revert "Name Badge project page ()"

This reverts commit 2e2860632b.

* add freenove starter kit ()

* radio.setFrequencyBand support ()

* setfrequencyband support

* revert line change

* add bounds check

* Name Badge project page ()

* Name Bagde project page

* gotta please the summary check

* link typo, ugh

* get rid of the pptx

* Simplify the Fahrenheit from Celsius computation. ()

As the micro:bit introduces floating point arithmetic for both the existing `f = 18 * c / 10 + 32` computation and the new `f = 1.8 * c + 32` computation, there isn't any benefit for the former.

* Enable Polish localization ()

* bump package

* 2.1.18

* shrink maintenance gif

* 2.1.19

* Rotary phone dial ()

* some write up

* adding images

* text

* more text

* adding vids

* adding escape room

* remove newer lesson

* remove .mp4

* Card page edits

* adding image

* adding to toys

* rotary edits

* fix typo

* bump pxt 5.28.7 ()

* bump pxt

* bump to pxt 5.28.8

* 2.1.20

* bump pxt 5.28.9 ()

* 2.1.21

* bump pxt 5.28.10

* 2.1.22

* bump pxt 5.28.11

* 2.1.23

* bump pxt 5.28.12

* 2.1.24

* Update README.md

* robot unicorn ()

* robot unicorn

* Edits to the unicorn

* fix missing radio and boardname

* bump pxt 5.28.18 ()

* bump pxt 5.28.18

* updated summary

* 2.1.25

* bump pxt 5.28.21

* 2.1.26

* bump to pxt5.28.23

* 2.1.27

* Add redirect to pins info to serial heading ()

* Add redirect to pins info to serial heading

* adding links

* vump to pxt 5.28.24

* 2.1.28

* bump to pxt 5.28.26

* 2.1.29

* add build instructions

* updated build notes

* bump pxt 5.28.27

* 2.1.30

* missing svg

* remove crowdin project to disable upload from master branch

* reeanble crowdin, no upload

* 2.1.31

* bump pxt common to 6.16.25

* missing radio package

* Fix GC heap reclamation ()

* bump to pxt 5.28.31

* bump pxt 5.28.32

* 2.1.32

* 2.1.33

* fix typo

* pxt-microbit-next? ()

Since the repo https://github.com/microsoft/pxt-microbit-next doesn't exist, I am assuming that the word `next` is not meant to be here.

* Extensions: Add Inksmith Climate Action Kit ()

* Fixes for typos found in Crowdin - 11252019 ()

* Extension: add Kitronik Halo HD ()

* Extension: Add EBOTICS MIBO ()

* add Bright Wearables Brightboard ()

* Docs: Change default value in Javascript. ()

* Change default value in Javascript.

Per @microbit-mark 's suggestion, add an example of how to change the default interval value by switching to Javascript.

* edits to new example

* bump pxt 5.30.6

* 2.1.34

* update git and vscode settings

* revert changes to 2.1.28

* package-lock

* v2.1.34

* Change Hero Image

* add RVR ()

* Extension: add minicruise ()

* Fix minutes display for 'Digital Watch' project ()

* Fix minutes display for 'Digital Watch' project

* minutes less than 10

* bump pxt

* 2.1.35

* updated pxt

* 2.1.36

* package lock

* Tutorial Typo Fix

* bumppxt

* 2.1.37

* update error guide link ()

* adding radio firefly ()

* Update 'Metal Detector' example ()

* bump pxt

* 2.1.38

* typoFix

* Update Pins

* Add C7, C8 and C9 Serial Pins

* Add C7, C8 and C9 Serial Pins

* Pins update

* Add maqueen ()

* Extensions: Add DFRobot Maqueen

* fix

* revert pin C7, C8 and C9

* add extension doc file

* revert pxt bump

* Docs: Extensions remove headliner

* Remove outdated #ifdef ()

* Extensions: add servobit ()

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>

* bump to pxt 5.31.8, common 6.18.2

* 2.1.39

* enable github editor experiment ()

* Fix missing sim function

* bump to pxt 5.31.10

* 2.1.40

* Modify snippets/examples relying of fp div ()

* Extensions: add DFRobot natural science board ()

* Extensions: add Kitronik clip dtector ()

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>

Co-authored-by: Chase Mortensen <C_Mortensen@live.com>
Co-authored-by: Joey Wunderlich <jwunderl@users.noreply.github.com>
Co-authored-by: Mark <mark@microbit.org>
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
Co-authored-by: shakao <34112083+shakao@users.noreply.github.com>
Co-authored-by: Galen Nickel <v-gani@microsoft.com>
Co-authored-by: Danny Yates <danny@codeaholics.org>
Co-authored-by: Sam Kent <32453267+microbit-sam@users.noreply.github.com>
Co-authored-by: Michał Moskal <michal@moskal.me>
Co-authored-by: Daryl Zuniga <Daryl.Zuniga@gmail.com>
Co-authored-by: Eric Kimsey <ekimsey@users.noreply.github.com>
Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>
Co-authored-by: Peter Brodersen <peter@ter.dk>
Co-authored-by: Leo <leo881003@gmail.com>
Co-authored-by: Asher Kach <asher.kach@gmail.com>
Co-authored-by: Franklin Tse <FranklinWhale@users.noreply.github.com>
Co-authored-by: Neal McBurnett <nealmcb@gmail.com>
Co-authored-by: Kitronik Ltd  <design@kitronik.co.uk>
Co-authored-by: Helen Leigh <48659173+helenleigh@users.noreply.github.com>
Co-authored-by: Gerard Braad <me@gbraad.nl>
Co-authored-by: Nicole Parrot <cleoqc1124@gmail.com>
2020-01-14 17:33:00 -08:00
Amerlander
f6388ae7ab Update Pins ()
* add windows and mac icons for offline app ()

* Don't overwrite electron deploy ()

* remove baud rate as it is not support on HW ()

* add blocks for serial set tx/rx buffer size ()

* support flag argument ()

* support flag argument

* enable drop semantics

* add reentrant

* updated shims

* Bumping pxt-core to 5.15.3

* 1.4.13

* Bumping pxt-core to 5.15.4

* 1.4.14

* bump setgroup on top of radio ()

* bump setgroup on top of radio

* move group up

* Update name-tag.md ()

* add API to disable serial padding. ()

* add API to desiable serial padding.

* renamed api

* Set serial help paths for blocks ()

* Shrink the link in firmware version hint ()

* Shrink the link in firmware version hint

* fix a translation quibble

* Fix Black and White Typo ()

* Fixed typo: Back->Black

* Added Upgrade Rules to fix spelling

* Removed extra isEmpty

* Added previous BackAndWhite to allow for compilation of old scripts

* always shake when button is pressed ()

* add PLENbit ()

* Bumping pxt-core to 5.15.5

* 1.4.15

* stop background before foreground ()

* Bumping pxt-core to 5.15.6

* 1.4.16

* Bumping pxt-core to 5.15.7

* 1.4.17

* Bumping pxt-core to 5.15.8

* 1.4.18

* add backgrounds for use with .dmg ()

* add normal size and 2x size backgrounds for dmg

* update arrow color to dark gray

* Bumping pxt-core  to 5.15.9

* 1.4.19

* Adding v1-ref.json pointing to 1.2.13

* Bumping microbit to 2.0.0

* 2.0.1

* Pointing beta-ref to v2

* Bumping pxt-core to 5.15.10

* 2.0.2

* this repo is empty ()

* Update radio event parm usage descriptions ()

* add browser db prefix for v2 ()

* 2.0.3

* Releasing 2.0.3 to live ()

* dynamically sniff offline app version ()

* Revert "dynamically sniff offline app version ()" ()

This reverts commit b480b34f7e.

* Updating electron to 2.0.3 ()

* Updating offline reference to 2.0.3 ()

* Bumping version to 2.1.0

* 2.1.1

* Spelling ()

* Update write-received-packet-to-serial.md ()

A support ticket pointed out issues that they'd encountered when trying to follow this document:

- `sendValue` only supports an 8 character string. This is documented in the `sendValue` docs but a longer string had been used here
- Only `radio.onReceivedNumber` is used so the sample output is not consistent with the users experience. I've changed it so that all packets are handled

* Use gcPreAllocateBlock() to fix ,  ()

* Use gcPreAllocateBlock() to fix , 
* bump pcp 6.9.4

* 2.1.2

* Correct dice example ()

Changed random(6) to random(5) so the number reflect real dice.

* add 4tronix minibit ()

* Update targetconfig.json ()

remove mock-iot-extension as it is just an experimental development by The Foundation

* Update calibrate-compass.md ()

Based on user feedback in Slack https://microbit-community.slack.com/archives/C1ZMKRFHD/p1563274019078400?thread_ts=1563268925.077500&cid=C1ZMKRFHD

* add wukong ()

* Decrease size of GC heap to allow more DAL allocs ()

* 2.1.3

* add Kitronik view text ()

* Release 2.0.6 to live ()

* Update nexus:bit entry  ()

* update nexus:bit entry

* update nexus:bit entry

* Logic Lab mini-course ()

* Logic Lab mini-course

* example syntax

* Updating Readme with branch information.

* bump pxt for ios <=9 fix ()

* Update pxt/common-packages and fix build ()

* fix build off of pxt/ and pxt-common-packages master

* check in generated files

* add-pxt-bmp280 ()

* Bumping pxt-core to 5.19.8 & common-packages to 6.14.9

* 2.1.4

* Error codes page update ()

* Start adding new codes

* few tiny edits

* Add more errors and rearrange

* Update docs/device/error-codes.md

Co-Authored-By: Michał Moskal <michal@moskal.me>

* juggle category

* set error range in hint

Co-Authored-By: Michał Moskal <michal@moskal.me>

* Update docs/device/error-codes.md

Co-Authored-By: Mark <mark@microbit.org>

* fix build ()

* fix broken build

* just try the more 'official' fix if possible

* back to the way that actually works..

* bump pxt to include accessibility changes ()

* 2.1.5

* make hc mode sim color have higher contrast ()

* Show project settings ()

* markdown link fix ()

* add HTS221 ()

* Editor controllers fixes ()

* updated strings

* bump pxt

* anotehr attempt

* 2.1.6

* turn on samples when reading accelerometer ()

* 2.1.7

* hide pin p19/p20 ()

* Fix remove life animation causing microbit stuck ()

On the real microbit board, if the program execute other game blocks while
the remove life animation is playing, it would cause strange behavior or
even make the game stuck.

* Port of Programmable Logic lesson for Logic Lab course ()

* port of programmable logic lesson

* trigger rebuild

* express as logical equation in snippet

* go logical for snippet inputs

* emit enum as bitmask ()

* 2.1.8

* add alt attributes to download screens ()

* add alt attributes to download screens, fixes 

* better descriptions

* fixing links in translate page

* Modify the LED coordinates to be between 0 and 4. ()

Without this change, there is a 11/36 chance no LED lights as [`Math.random(a,b)`](https://docs.python.org/2/library/random.html#random.uniform) (thus the `pick random` block) chooses a number in the (inclusive, closed) interval `[a, b]`.

* Set LED plot row/column ranges for 'Reaction Time' ()

* add LIS2MDL ()

* add LIS2DW12 ()

* add LPS22 ()

* add LSM6DSO ()

* add gator environment ()

* add STTS751 ()

* add inventura extension ()

* add new sparkfun extensions ()

* add new sparkfun extensions

* remove gator environment pending fixes

* add dfplayer mini extension ()

* Update 'servo calibrator' link ()

* I2C Addressing Note ()

* I2C on-board sensor address note

* note for 7bit to 8bit shift

* Add nested summaries for newer courses ()

* bump pxt ()

* bump pxt

* bump

* bump

* fix version

* 2.1.9

* bump package.json ()

* 2.1.10

* bump pxt ()

* 2.1.11

* bump for diff3 ()

* enable experiment

* bump pxt

* 2.1.12

* Add the Stu Lowe coding cards ()

* Add the Stu Lowe coding cards

* Move 'Coding Cards' below 'Hardware'

* Add isDeleted ()

* add xinabox OD01 and breakout display section ()

* add xinabox OD01 and breakout display section

* Update targetconfig.json

* Update extensions.md

* Link to power supply limitations ()

Fixes: 

* Pxt v5.23.17 ()

* bump pxt

* regen docs

* fix version syntax

* restore extension

* removed dup

* 2.1.13

* add-sw01 ()

* Locking old issues

* add Keyestudio robot car ()

* Allow globals in reclaimed bluetooth memory ()

* isTouchingEdge() should not return true for deleted sprite ()

* add query variant to hide toolbar ()

* Adding link to stable refs ()

* Update extensions.md ()

Move the :VIEW Text32 from other to Display now there is a display sections

* 2.1.14

* fixing radio stack ()

* fixing radio stack

* updated shims

* 2.1.15

* Stable points to latest 2.0.9 ()

* Releasing 2.0.9 to live ()

* Fixing signal strength ()

* Pointing to 2.0.10

* Releasing 2.0.10 ()

With radio strength signal fix for hot or cold

* Removing old bitbot as we have a new bitbot package ()

* updated pxt ()

* updated pxt

* bump pxt

* updated react

* updated ptx

* Remove empty variable element from XML

* Bump pxt-core to 5.25.15

* bump pxt

* Bump pxt to 5.25.17

* Add precision to music slider

* 2.1.16

* add drive:bit ()

* micro:bit RSSI fix ()

* read rssi from packet

* updated shims

* fix build

* fix help

* move deprecated function to ts

* some formatting

* restore rssi block

* restory notations

* actually copy bytes

* removing logging code

* simpler wake up code

* comment

* fix build

* bump pxt

* go back to safety

* bump microbit

* restor package.json

* revert jquery v

* use macro

* check length

* bump pxt ()

* 2.1.17

* Use default resize function for microbit gesture dropdown ()

* Name Badge project page ()

* Name Bagde project page

* gotta please the summary check

* link typo, ugh

* Revert "Name Badge project page ()"

This reverts commit 2e2860632b.

* add freenove starter kit ()

* radio.setFrequencyBand support ()

* setfrequencyband support

* revert line change

* add bounds check

* Name Badge project page ()

* Name Bagde project page

* gotta please the summary check

* link typo, ugh

* get rid of the pptx

* Simplify the Fahrenheit from Celsius computation. ()

As the micro:bit introduces floating point arithmetic for both the existing `f = 18 * c / 10 + 32` computation and the new `f = 1.8 * c + 32` computation, there isn't any benefit for the former.

* Enable Polish localization ()

* bump package

* 2.1.18

* shrink maintenance gif

* 2.1.19

* Rotary phone dial ()

* some write up

* adding images

* text

* more text

* adding vids

* adding escape room

* remove newer lesson

* remove .mp4

* Card page edits

* adding image

* adding to toys

* rotary edits

* fix typo

* bump pxt 5.28.7 ()

* bump pxt

* bump to pxt 5.28.8

* 2.1.20

* bump pxt 5.28.9 ()

* 2.1.21

* bump pxt 5.28.10

* 2.1.22

* bump pxt 5.28.11

* 2.1.23

* bump pxt 5.28.12

* 2.1.24

* Update README.md

* robot unicorn ()

* robot unicorn

* Edits to the unicorn

* fix missing radio and boardname

* bump pxt 5.28.18 ()

* bump pxt 5.28.18

* updated summary

* 2.1.25

* bump pxt 5.28.21

* 2.1.26

* bump to pxt5.28.23

* 2.1.27

* Add redirect to pins info to serial heading ()

* Add redirect to pins info to serial heading

* adding links

* vump to pxt 5.28.24

* 2.1.28

* bump to pxt 5.28.26

* 2.1.29

* add build instructions

* updated build notes

* bump pxt 5.28.27

* 2.1.30

* missing svg

* remove crowdin project to disable upload from master branch

* reeanble crowdin, no upload

* 2.1.31

* bump pxt common to 6.16.25

* missing radio package

* Fix GC heap reclamation ()

* bump to pxt 5.28.31

* bump pxt 5.28.32

* 2.1.32

* 2.1.33

* fix typo

* pxt-microbit-next? ()

Since the repo https://github.com/microsoft/pxt-microbit-next doesn't exist, I am assuming that the word `next` is not meant to be here.

* Extensions: Add Inksmith Climate Action Kit ()

* Fixes for typos found in Crowdin - 11252019 ()

* Extension: add Kitronik Halo HD ()

* Extension: Add EBOTICS MIBO ()

* add Bright Wearables Brightboard ()

* Docs: Change default value in Javascript. ()

* Change default value in Javascript.

Per @microbit-mark 's suggestion, add an example of how to change the default interval value by switching to Javascript.

* edits to new example

* bump pxt 5.30.6

* 2.1.34

* update git and vscode settings

* revert changes to 2.1.28

* package-lock

* v2.1.34

* Change Hero Image

* add RVR ()

* Extension: add minicruise ()

* Fix minutes display for 'Digital Watch' project ()

* Fix minutes display for 'Digital Watch' project

* minutes less than 10

* bump pxt

* 2.1.35

* updated pxt

* 2.1.36

* package lock

* Tutorial Typo Fix

* bumppxt

* 2.1.37

* update error guide link ()

* adding radio firefly ()

* Update 'Metal Detector' example ()

* bump pxt

* 2.1.38

* typoFix

* Update Pins

* Add C7, C8 and C9 Serial Pins

* Add C7, C8 and C9 Serial Pins

* Pins update

* Add maqueen ()

* Extensions: Add DFRobot Maqueen

* fix

* revert pin C7, C8 and C9

* add extension doc file

* revert pxt bump

* Docs: Extensions remove headliner

* Remove outdated #ifdef ()

* Extensions: add servobit ()

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>

* bump to pxt 5.31.8, common 6.18.2

* 2.1.39

Co-authored-by: Joey Wunderlich <jwunderl@users.noreply.github.com>
Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>
Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
Co-authored-by: kimprice <kimberlymprice@ufl.edu>
Co-authored-by: Galen Nickel <v-gani@microsoft.com>
Co-authored-by: Chase Mortensen <C_Mortensen@live.com>
Co-authored-by: Mark <mark@microbit.org>
Co-authored-by: shakao <34112083+shakao@users.noreply.github.com>
Co-authored-by: Danny Yates <danny@codeaholics.org>
Co-authored-by: Sam Kent <32453267+microbit-sam@users.noreply.github.com>
Co-authored-by: Michał Moskal <michal@moskal.me>
Co-authored-by: Daryl Zuniga <Daryl.Zuniga@gmail.com>
Co-authored-by: Eric Kimsey <ekimsey@users.noreply.github.com>
Co-authored-by: Peter Brodersen <peter@ter.dk>
Co-authored-by: Leo <leo881003@gmail.com>
Co-authored-by: Asher Kach <asher.kach@gmail.com>
Co-authored-by: Franklin Tse <FranklinWhale@users.noreply.github.com>
Co-authored-by: Neal McBurnett <nealmcb@gmail.com>
Co-authored-by: Kitronik Ltd  <design@kitronik.co.uk>
Co-authored-by: Helen Leigh <48659173+helenleigh@users.noreply.github.com>
Co-authored-by: Gerard Braad <me@gbraad.nl>
Co-authored-by: Nicole Parrot <cleoqc1124@gmail.com>
2020-01-07 13:31:47 -08:00
Amerlander
c92bd90bd0 Add changes from calliope-edu/pxt-calliope ()
* add Keigan Motor extennsion ()

* add Keigan Motor extennsion

* missing coma

* Update radio event parm usage descriptions ()

* Bumping pxt to 5.14.3 and common-packages to 5.14.3

* 1.4.11

* Revert "Update radio event parm usage descriptions ()" ()

This reverts commit 7950f1b4d7.

* Fix Turtle Spiral example decompilation ()

* use local variables for indices

* s/an/the/

* bump to core 5.15.1 ()

* 1.4.12

* refresh shims ()

* import extension files ()

* import extension files

* updated shims

* Fix some titles, sigs in ref docs ()

* Fix some title and sigs in ref docs

* better buffer source

* Sets JustWorks to the actual config values ()

* add windows and mac icons for offline app ()

* Don't overwrite electron deploy ()

* remove baud rate as it is not support on HW ()

* add blocks for serial set tx/rx buffer size ()

* support flag argument ()

* support flag argument

* enable drop semantics

* add reentrant

* updated shims

* Bumping pxt-core to 5.15.3

* 1.4.13

* Bumping pxt-core to 5.15.4

* 1.4.14

* bump setgroup on top of radio ()

* bump setgroup on top of radio

* move group up

* Update name-tag.md ()

* add API to disable serial padding. ()

* add API to desiable serial padding.

* renamed api

* Set serial help paths for blocks ()

* Shrink the link in firmware version hint ()

* Shrink the link in firmware version hint

* fix a translation quibble

* Fix Black and White Typo ()

* Fixed typo: Back->Black

* Added Upgrade Rules to fix spelling

* Removed extra isEmpty

* Added previous BackAndWhite to allow for compilation of old scripts

* always shake when button is pressed ()

* add PLENbit ()

* Bumping pxt-core to 5.15.5

* 1.4.15

* stop background before foreground ()

* Bumping pxt-core to 5.15.6

* 1.4.16

* Bumping pxt-core to 5.15.7

* 1.4.17

* Bumping pxt-core to 5.15.8

* 1.4.18

* add backgrounds for use with .dmg ()

* add normal size and 2x size backgrounds for dmg

* update arrow color to dark gray

* Bumping pxt-core  to 5.15.9

* 1.4.19

* Adding v1-ref.json pointing to 1.2.13

* Bumping microbit to 2.0.0

* 2.0.1

* Pointing beta-ref to v2

* Bumping pxt-core to 5.15.10

* 2.0.2

* this repo is empty ()

* Update radio event parm usage descriptions ()

* add browser db prefix for v2 ()

* 2.0.3

* Releasing 2.0.3 to live ()

* dynamically sniff offline app version ()

* Revert "dynamically sniff offline app version ()" ()

This reverts commit b480b34f7e.

* Updating electron to 2.0.3 ()

* Updating offline reference to 2.0.3 ()

* Bumping version to 2.1.0

* 2.1.1

* Spelling ()

* Update write-received-packet-to-serial.md ()

A support ticket pointed out issues that they'd encountered when trying to follow this document:

- `sendValue` only supports an 8 character string. This is documented in the `sendValue` docs but a longer string had been used here
- Only `radio.onReceivedNumber` is used so the sample output is not consistent with the users experience. I've changed it so that all packets are handled

* Use gcPreAllocateBlock() to fix ,  ()

* Use gcPreAllocateBlock() to fix , 
* bump pcp 6.9.4

* 2.1.2

* Correct dice example ()

Changed random(6) to random(5) so the number reflect real dice.

* add 4tronix minibit ()

* Update targetconfig.json ()

remove mock-iot-extension as it is just an experimental development by The Foundation

* Update calibrate-compass.md ()

Based on user feedback in Slack https://microbit-community.slack.com/archives/C1ZMKRFHD/p1563274019078400?thread_ts=1563268925.077500&cid=C1ZMKRFHD

* add wukong ()

* Decrease size of GC heap to allow more DAL allocs ()

* 2.1.3

* add Kitronik view text ()

* Release 2.0.6 to live ()

* Update nexus:bit entry  ()

* update nexus:bit entry

* update nexus:bit entry

* Logic Lab mini-course ()

* Logic Lab mini-course

* example syntax

* Updating Readme with branch information.

* bump pxt for ios <=9 fix ()

* Update pxt/common-packages and fix build ()

* fix build off of pxt/ and pxt-common-packages master

* check in generated files

* add-pxt-bmp280 ()

* Bumping pxt-core to 5.19.8 & common-packages to 6.14.9

* 2.1.4

* Error codes page update ()

* Start adding new codes

* few tiny edits

* Add more errors and rearrange

* Update docs/device/error-codes.md

Co-Authored-By: Michał Moskal <michal@moskal.me>

* juggle category

* set error range in hint

Co-Authored-By: Michał Moskal <michal@moskal.me>

* Update docs/device/error-codes.md

Co-Authored-By: Mark <mark@microbit.org>

* fix build ()

* fix broken build

* just try the more 'official' fix if possible

* back to the way that actually works..

* bump pxt to include accessibility changes ()

* 2.1.5

* make hc mode sim color have higher contrast ()

* Show project settings ()

* markdown link fix ()

* add HTS221 ()

* Editor controllers fixes ()

* updated strings

* bump pxt

* anotehr attempt

* 2.1.6

* turn on samples when reading accelerometer ()

* 2.1.7

* hide pin p19/p20 ()

* Fix remove life animation causing microbit stuck ()

On the real microbit board, if the program execute other game blocks while
the remove life animation is playing, it would cause strange behavior or
even make the game stuck.

* Port of Programmable Logic lesson for Logic Lab course ()

* port of programmable logic lesson

* trigger rebuild

* express as logical equation in snippet

* go logical for snippet inputs

* emit enum as bitmask ()

* 2.1.8

* add alt attributes to download screens ()

* add alt attributes to download screens, fixes 

* better descriptions

* fixing links in translate page

* Modify the LED coordinates to be between 0 and 4. ()

Without this change, there is a 11/36 chance no LED lights as [`Math.random(a,b)`](https://docs.python.org/2/library/random.html#random.uniform) (thus the `pick random` block) chooses a number in the (inclusive, closed) interval `[a, b]`.

* Set LED plot row/column ranges for 'Reaction Time' ()

* add LIS2MDL ()

* add LIS2DW12 ()

* add LPS22 ()

* add LSM6DSO ()

* add gator environment ()

* add STTS751 ()

* add inventura extension ()

* add new sparkfun extensions ()

* add new sparkfun extensions

* remove gator environment pending fixes

* add dfplayer mini extension ()

* Update 'servo calibrator' link ()

* I2C Addressing Note ()

* I2C on-board sensor address note

* note for 7bit to 8bit shift

* Add nested summaries for newer courses ()

* bump pxt ()

* bump pxt

* bump

* bump

* fix version

* 2.1.9

* bump package.json ()

* 2.1.10

* bump pxt ()

* 2.1.11

* bump for diff3 ()

* enable experiment

* bump pxt

* 2.1.12

* Add the Stu Lowe coding cards ()

* Add the Stu Lowe coding cards

* Move 'Coding Cards' below 'Hardware'

* Add isDeleted ()

* add xinabox OD01 and breakout display section ()

* add xinabox OD01 and breakout display section

* Update targetconfig.json

* Update extensions.md

* Link to power supply limitations ()

Fixes: 

* Pxt v5.23.17 ()

* bump pxt

* regen docs

* fix version syntax

* restore extension

* removed dup

* 2.1.13

* add-sw01 ()

* Locking old issues

* add Keyestudio robot car ()

* Allow globals in reclaimed bluetooth memory ()

* isTouchingEdge() should not return true for deleted sprite ()

* add query variant to hide toolbar ()

* Adding link to stable refs ()

* Update extensions.md ()

Move the :VIEW Text32 from other to Display now there is a display sections

* 2.1.14

* fixing radio stack ()

* fixing radio stack

* updated shims

* 2.1.15

* Stable points to latest 2.0.9 ()

* Releasing 2.0.9 to live ()

* Fixing signal strength ()

* Pointing to 2.0.10

* Releasing 2.0.10 ()

With radio strength signal fix for hot or cold

* Removing old bitbot as we have a new bitbot package ()

* updated pxt ()

* updated pxt

* bump pxt

* updated react

* updated ptx

* Remove empty variable element from XML

* Bump pxt-core to 5.25.15

* bump pxt

* Bump pxt to 5.25.17

* Add precision to music slider

* 2.1.16

* add drive:bit ()

* micro:bit RSSI fix ()

* read rssi from packet

* updated shims

* fix build

* fix help

* move deprecated function to ts

* some formatting

* restore rssi block

* restory notations

* actually copy bytes

* removing logging code

* simpler wake up code

* comment

* fix build

* bump pxt

* go back to safety

* bump microbit

* restor package.json

* revert jquery v

* use macro

* check length

* bump pxt ()

* 2.1.17

* Use default resize function for microbit gesture dropdown ()

* Name Badge project page ()

* Name Bagde project page

* gotta please the summary check

* link typo, ugh

* Revert "Name Badge project page ()"

This reverts commit 2e2860632b.

* add freenove starter kit ()

* radio.setFrequencyBand support ()

* setfrequencyband support

* revert line change

* add bounds check

* Name Badge project page ()

* Name Bagde project page

* gotta please the summary check

* link typo, ugh

* get rid of the pptx

* Simplify the Fahrenheit from Celsius computation. ()

As the micro:bit introduces floating point arithmetic for both the existing `f = 18 * c / 10 + 32` computation and the new `f = 1.8 * c + 32` computation, there isn't any benefit for the former.

* Enable Polish localization ()

* bump package

* 2.1.18

* shrink maintenance gif

* 2.1.19

* Rotary phone dial ()

* some write up

* adding images

* text

* more text

* adding vids

* adding escape room

* remove newer lesson

* remove .mp4

* Card page edits

* adding image

* adding to toys

* rotary edits

* fix typo

* bump pxt 5.28.7 ()

* bump pxt

* bump to pxt 5.28.8

* 2.1.20

* bump pxt 5.28.9 ()

* 2.1.21

* bump pxt 5.28.10

* 2.1.22

* bump pxt 5.28.11

* 2.1.23

* bump pxt 5.28.12

* 2.1.24

* Update README.md

* robot unicorn ()

* robot unicorn

* Edits to the unicorn

* fix missing radio and boardname

* bump pxt 5.28.18 ()

* bump pxt 5.28.18

* updated summary

* 2.1.25

* bump pxt 5.28.21

* 2.1.26

* bump to pxt5.28.23

* 2.1.27

* Add redirect to pins info to serial heading ()

* Add redirect to pins info to serial heading

* adding links

* vump to pxt 5.28.24

* 2.1.28

* bump to pxt 5.28.26

* 2.1.29

* add build instructions

* updated build notes

* bump pxt 5.28.27

* 2.1.30

* missing svg

* remove crowdin project to disable upload from master branch

* reeanble crowdin, no upload

* 2.1.31

* bump pxt common to 6.16.25

* missing radio package

* Fix GC heap reclamation ()

* bump to pxt 5.28.31

* bump pxt 5.28.32

* 2.1.32

* 2.1.33

* fix typo

* pxt-microbit-next? ()

Since the repo https://github.com/microsoft/pxt-microbit-next doesn't exist, I am assuming that the word `next` is not meant to be here.

* Extensions: Add Inksmith Climate Action Kit ()

* Fixes for typos found in Crowdin - 11252019 ()

* Extension: add Kitronik Halo HD ()

* Extension: Add EBOTICS MIBO ()

* add Bright Wearables Brightboard ()

* Docs: Change default value in Javascript. ()

* Change default value in Javascript.

Per @microbit-mark 's suggestion, add an example of how to change the default interval value by switching to Javascript.

* edits to new example

* bump pxt 5.30.6

* 2.1.34

* update git and vscode settings

* revert changes to 2.1.28

* package-lock

* v2.1.34

* Change Hero Image

* add RVR ()

* Extension: add minicruise ()

* Fix minutes display for 'Digital Watch' project ()

* Fix minutes display for 'Digital Watch' project

* minutes less than 10

* bump pxt

* 2.1.35

* updated pxt

* 2.1.36

* package lock

* Tutorial Typo Fix

* staging Servo library support

* bumppxt

* 2.1.37

* update error guide link ()

* adding radio firefly ()

* Update 'Metal Detector' example ()

* bump pxt

* 2.1.38

* typoFix

* package lock
2019-12-18 07:18:45 -08:00
Peli
d9370624e4 revert changes to .ref files 2019-12-01 21:05:41 -08:00
Amerlander
5c114a0c57 2.1.28, initiation update to PXT v5.28.24 () 2019-12-01 20:58:26 -08:00
Sam El-Husseini
fb639299e7 Revert "Release beta bits to fix neopixel issue ()"
This reverts commit 656d99ea98.
2018-11-02 11:36:28 -07:00
Sam El-Husseini
656d99ea98
Release beta bits to fix neopixel issue () 2018-11-02 11:29:33 -07:00
Peli de Halleux
513afd4a21 bump version with languages 2018-04-17 20:38:14 -07:00
Peli de Halleux
0a80046ea2 lock app version 2018-04-16 07:23:00 -07:00
Peli de Halleux
003150643d run latest bump build until live 2017-12-15 14:49:36 -08:00
Peli de Halleux
739584e465 bump master to 1.0.13 2017-12-14 05:30:11 -08:00
Peli de Halleux
4c62df1112 pointing to 0.8.30 2017-02-28 07:25:26 -08:00
Peli de Halleux
ad2acb244a docs cleanup 2017-02-28 06:45:08 -08:00
Peli de Halleux
f8a5244146 enabled sharing 2017-02-28 05:23:11 -08:00
Peli de Halleux
a7534b0680 removed r03 route 2017-02-27 14:07:46 -08:00
Peli de Halleux
2a2f31d71c adding r03 path 2017-02-27 13:52:10 -08:00
thinkberg
1ec778276d add new svg 2017-02-24 22:35:41 +01:00
thinkberg
186ecb6493 update simulator to match board v1.0 2017-02-24 22:22:46 +01:00
Matthias L. Jugel
623269e239 add actual svg 2017-02-24 17:52:16 +01:00
Matthias L. Jugel
bc8b97faba add new calliope image, add analog pins on RX/TX grove 2017-02-20 11:13:00 +01:00
Sam El-Husseini
00b4e8dc01 Updating small organization logo 2017-02-16 20:45:03 -08:00
thinkberg
ede7c8b29b update to latest version 2017-02-13 19:35:28 +01:00
thinkberg
3dffd14abb revert index ref version 2017-02-13 18:57:35 +01:00
Matthias L. Jugel
3811461274 bump index version 2017-02-13 11:45:14 +01:00
thinkberg
7f710c7d78 bump and fix serial redirect 2017-02-12 10:31:26 +01:00
Peli de Halleux
0dc9f53e30 bumped to 0.8.16 2017-02-06 15:19:32 -08:00
Richard Knoll
a5aca0dfcf merged master 2017-02-06 10:17:02 -08:00
Peli de Halleux
3af4d8cf18 updated to 0.8.2 2017-01-22 18:01:14 -08:00
Peli de Halleux
d4220593b0 Serial events ()
* added "serial->on data received"

* updated info

* updated docs

* added readline to read entire buffer

* lazy initialize of serial buffers

* init async on event

* updated docs
2017-01-22 17:08:59 -08:00
Peli de Halleux
db961f78a5 added avatar /loader 2017-01-12 23:06:19 -08:00
Matthias L. Jugel
53bb4ec7e9 USB serial receive fix 2017-01-06 08:15:53 +01:00
Peli de Halleux
d1902a83ca bumped to v0.7.7 2016-12-23 00:22:32 -08:00
Matthias L. Jugel
d4762cc5b5 deploy 0.7.3 to web 2016-12-22 10:05:52 +01:00
Sam El-Husseini
a9fd336093 Using white organisation logo for wide logo 2016-12-01 23:46:53 -08:00
Matthias L. Jugel
620297b95e update master, fixes sound bug 2016-11-16 07:53:56 +01:00
Peli de Halleux
c98e65a68c bumped to 0.5.87 2016-11-14 10:36:18 -08:00
Matthias L. Jugel
45cbbd342b fix naming 2016-11-13 22:09:57 +01:00
Peli de Halleux
5c7779927c bumped to v0.5.83 2016-11-12 05:42:44 -08:00
Peli de Halleux
d6cc95112c AnalogPin.P0 not supported 2016-11-10 13:08:45 -08:00
Peli de Halleux
1e2066726a merging microbit 2016-11-09 13:29:34 -08:00
Peli de Halleux
0b144539f3 merging master 2016-11-09 13:20:18 -08:00