Amerlander
3e0c9b43a2
V4 updates for beta testing ( #147 )
...
* 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
* Fix Sound and replace AnalogPin.P0
* remove approved extensions
* V4 Updates from remote Repo
* locales
* add storage functions
* fix storage functions
* fix int/float values
* decrease decimal precision
* reorder blocks
* Update BLE Settings and Storage Blocks
* Fetch MicroBit changes up to v4.0.18
* Update timing for LED Matrix usage
* use 32kb ram (mini v2)
* resize gatt table
* Revert "use 32kb ram (mini v2)"
This reverts commit 4b15592f0f
.
* fix missleading indentation
* add support for 32kb and 16kb ram
* only MIT extensions in preferredRepos
* remove extensions without MIT License file
* add updated extensions
* add extensions with MIT license
Co-authored-by: Juri <gitkraken@juriwolf.de>
Co-authored-by: Juri <info@juriwolf.de>
2022-03-22 09:36:19 -07:00
Amerlander
918af4f3ac
Bump V3.0.22 ( #110 )
...
* 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 ( #102 )
...
* undo buttonEvent
* fetch microbit v2.2.30
Co-authored-by: Amerlander <gitkraken@juriwolf.de>
2020-05-08 09:35:38 -07:00
Amerlander
5c114a0c57
2.1.28, initiation update to PXT v5.28.24 ( #54 )
2019-12-01 20:58:26 -08:00
Peli de Halleux
88934881f9
upgrading various simulator parts
2017-12-15 14:45:38 -08:00
Peli de Halleux
90fe68943e
Moving back to pxtcore v0 ( #10 )
...
* migrating to v0
* moving external repos to targetconfig
* reenabling sharing
* updating target
* missing dependencies
* updated pxt version
* fixing missing file
* ignore docs errors
* udpated readme
* bumping pxt
* moving setting to correct location
* missing blockly less
2017-12-12 10:55:00 -08:00
Matthias L. Jugel
a846685d26
update sim to match updates in dal
...
(cherry picked from commit 62848ed)
2017-02-02 17:29:58 +01:00
Peli de Halleux
975b995f09
fixing dal board
2017-01-12 23:05:29 -08:00
Peli de Halleux
1e2066726a
merging microbit
2016-11-09 13:29:34 -08:00
Peli de Halleux
7117ba771e
support for multiple simulated servos
2016-11-07 22:25:19 -08:00
Peli de Halleux
0269ffa5ae
support for filesystem in simulator
2016-11-07 11:11:38 -08:00
Peli de Halleux
94e72784b9
merging microbit changes
2016-11-01 08:35:45 -07:00
Peli de Halleux
4963bf776a
basic servo simulation ( #297 )
2016-11-01 08:16:03 -07:00
Peli de Halleux
40fe1b4616
fix simulator support for music
2016-10-27 13:47:39 -07:00
Peli de Halleux
574a9e01d5
updating pinmap
2016-09-29 15:25:57 -07:00
Peli de Halleux
4b583e221b
limited support for RGB led
2016-09-27 13:35:48 -07:00
Peli de Halleux
5edd06c9b9
migrating instruction generation logic to pxt
2016-09-26 13:26:43 -07:00
Peli de Halleux
167c1d8fce
loading board definition from pxtarget.json
2016-09-13 15:32:12 -07:00
Peli de Halleux
72a621ec8b
mvoing edge connector to pxt
2016-09-13 12:48:07 -07:00
Peli de Halleux
e5d985dbf1
moving boardhost to pxt
2016-09-13 09:59:34 -07:00
Peli de Halleux
9db91d89d6
refactor part global lists
2016-09-13 09:44:58 -07:00
Peli de Halleux
1fa9bf12d5
refactoring dalboard
2016-09-12 21:29:55 -07:00
Peli de Halleux
910772d54e
refacotring various simulator features into pxt
2016-09-09 22:56:26 -07:00
Peli de Halleux
3858b0a0a0
moving wiring to pxt
2016-09-09 15:01:29 -07:00
Daryl Zuniga
c63e2c85f1
new part definitions ( #247 )
...
* working on new part definitions
* draft of new part definitions
* updates comments
* starting new allocator
* starting from the old allocator
* alloc internals renaming
* alloc minor renaming
* alloc internal renaming
* progress on new parts definition
* progress on new part defs allocator
* refactors BBLoc; progress on new allocator
* more progress on new allocator
* finishing new allocator
* deleting old allocator
* moves new allocator and part definitions
* porting to new part definitions
* refactors instructions for new definitions
* debugging new allocator
* fixes ground and power wire colros
* fixing new part definition bugs
* fixes wire end offsets; fixes NeoPixel placement
* fixes colorGroup issue
* fixes led matrix wiring
* naming tweaks
* fixes instructions regressions
* typo
2016-09-09 01:23:39 -07:00
Peli de Halleux
e681cc8c97
added parts to microbit
2016-09-01 15:37:39 -07:00
darzu
2b87b26f00
adds support for arduino zero
2016-08-31 18:03:34 -07:00
darzu
626055d3eb
fixes microbit board height issue
2016-08-31 11:34:49 -07:00
darzu
c2e37a2c6e
refactoring instructions to work with boardHost
2016-08-31 11:14:16 -07:00
Peli de Halleux
4c27d62796
removing external boards
2016-08-30 21:15:27 -07:00
darzu
cd9589e562
adds "boardhost" to handle composition of ...
...
... breadboard, board, wires, and definition allocation.
2016-08-30 14:13:44 -07:00
darzu
a65e71f3b1
moves all of pxt-arduino breadboarding here...
...
... see pxt-arduino history starting here: acd49bb795
2016-08-30 11:55:00 -07:00