Support latest PXT with GC (#1798)

* Enable gc and basic compilation fixes

* Add missing GC stuff

* Set microbit-dal version

* Disable jacdac in servo

* UTF fixes

* TS build fixes

* Auto-generated files update

* We only seem to have that much

* Fix for new new compiler

* Account for uninitialized scheduler

* Intialize memory allocator

* bump references

* updated package

* Set image tag, requires https://github.com/Microsoft/pxt/pull/5262

* updated project summaries

* Fixing block tests
This commit is contained in:
Michał Moskal
2019-02-21 15:41:32 -08:00
committed by GitHub
parent 040b699a27
commit 71d98822ae
26 changed files with 330 additions and 124 deletions

View File

@ -1,57 +1,83 @@
# Projects
Here are some cool projects that you can build with your @boardname@!
## Categories
```codecard
[{
"name": "Tutorials",
"url": "/tutorials",
"imageUrl": "/static/mb/projects/a1-display.png"
}, {
"name": "Games",
"url":"/projects/games",
"imageUrl":"/static/mb/projects/a4-motion.png"
}, {
"name": "Radio Games",
"url":"/projects/radio-games",
"imageUrl":"/static/mb/projects/fireflies.png"
}, {
"name": "Fashion",
"url":"/projects/fashion",
"imageUrl":"/static/mb/projects/wallet.png"
}, {
"name": "Music",
"url":"/projects/music",
"imageUrl":"/static/mb/projects/a6-music.png"
},{
"name": "Toys",
"url":"/projects/toys",
"imageUrl":"/static/mb/projects/inchworm.jpg"
}, {
"name": "Science",
"url":"/projects/science",
"imageUrl":"/static/mb/projects/timegate.jpg"
}, {
"name": "Tools",
"url": "/projects/tools",
"imageUrl": "/static/mb/projects/light-level-meter.png"
}, {
"name": "Turtle",
"url": "/projects/turtle",
"imageUrl":"/static/mb/projects/turtle-square.png"
}]
[
{
"name": "Tutorials",
"url": "/tutorials",
"imageUrl": "/static/mb/projects/a1-display.png",
"largeImageUrl": "/static/mb/projects/flashing-heart/sim.gif"
},
{
"name": "Games",
"url": "/projects/games",
"imageUrl": "/static/mb/projects/a4-motion.png"
},
{
"name": "Radio Games",
"url": "/projects/radio-games",
"imageUrl": "/static/mb/projects/multi-dice.png"
},
{
"name": "Fashion",
"url": "/projects/fashion",
"imageUrl": "/static/mb/projects/wallet.png"
},
{
"name": "Music",
"url": "/projects/music",
"imageUrl": "/static/mb/projects/a6-music.png"
},
{
"name": "Toys",
"url": "/projects/toys",
"imageUrl": "/static/mb/projects/inchworm.jpg"
},
{
"name": "Science",
"url": "/projects/science",
"imageUrl": "/static/mb/projects/timegate.jpg"
},
{
"name": "Tools",
"url": "/projects/tools",
"imageUrl": "/static/mb/projects/plot-acceleration.png"
},
{
"name": "Turtle",
"url": "/projects/turtle",
"imageUrl": "/static/mb/projects/turtle-square.png"
},
{
"name": "Blocks To JavaScript",
"url": "/courses/blocks-to-javascript",
"imageUrl": "/static/courses/blocks-to-javascript/hello-javascript.png"
},
{
"name": "Courses",
"url": "/courses",
"imageUrl": "/static/courses/csintro.jpg"
},
{
"name": "Behind the MakeCode Hardware",
"url": "/behind-the-makecode-hardware",
"imageUrl": "/static/mb/behindhardware/leds.jpg"
}
]
```
## See Also
[Tutorials](/tutorials),
[Games](/projects/games),
[Radio games](/projects/radio-games),
[Fashion](/projects/fashion)
[Radio Games](/projects/radio-games),
[Fashion](/projects/fashion),
[Music](/projects/music),
[Toys](/projects/toys),
[Science](/projects/science),
[Tools](/projects/tools),
[Turtle](/projects/turtle)
[Turtle](/projects/turtle),
[Blocks To JavaScript](/courses/blocks-to-javascript),
[Courses](/courses),
[Behind the MakeCode Hardware](/behind-the-makecode-hardware)