Commit Graph

568 Commits

Author SHA1 Message Date
Michal Moskal 31de8892fa Use standard type names
otherwise compilation fails on some yotta installs
2017-01-19 17:23:51 +00:00
Peli de Halleux a4b93f7199 support for deletable on start 2017-01-17 11:18:22 -08:00
chmora 86f6b58d38 fix"string compare works differently in simulator/on target" (#340)
* fix for "string compare works differently in simulator/on target", fixes #901
2017-01-12 15:50:39 -08:00
Peli de Halleux 05028c4527 Serial events (#337)
* 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-10 10:26:44 -08:00
Abhijith Chatra 365af8d672 Merge pull request #335 from Microsoft/default
Default values for array
2017-01-09 20:35:56 -08:00
Michal Moskal 487da05eca Fix for https://github.com/Microsoft/pxt/issues/1057 2017-01-09 10:58:24 +00:00
Brahma Giri Abhijith Chatra c938618d29 adding default values for beyond the array.length access 2017-01-08 19:08:09 -08:00
Abhijith 91321dab83 Support for default values in array. 2017-01-08 18:43:14 -08:00
Peli de Halleux 05174f094a updated translations 2017-01-06 06:03:33 -08:00
Peli de Halleux 42773a1a0a updatd weights of radio 2017-01-06 05:43:50 -08:00
Peli de Halleux 5d8ccd1d6d adding namespace to api categories (#330)
* adding namespace to api categories

* add icon for led

* adding icons for control, game, images, pins and serial.
2017-01-05 07:01:50 -08:00
Abhijith Chatra f682e5e694 insertAt support for array (#328)
* Adding insertAt and setLength to array

* implemented review comments

* Bump pxt-core to 0.8.2
2017-01-04 13:07:58 -08:00
Peli de Halleux 8bf755c15c fixing eddystone uid encoding 2016-12-31 07:25:27 -08:00
Peli de Halleux 07c1f08d18 fix for Microsoft/pxt#1014 2016-12-31 06:36:05 -08:00
Abhijith Chatra 9aca0c19fc Merge branch 'master' into array 2016-12-23 19:53:06 -08:00
Abhijith Chatra 3fcbdbdd82 Array reimplementation as single segment with support for missing values 2016-12-23 19:49:15 -08:00
Peli de Halleux 2da0cf1178 support for buffer signature (#325) 2016-12-23 08:58:38 -08:00
Peli de Halleux 03c2df3277 fixed default projects 2016-12-22 11:31:50 -08:00
Peli de Halleux 3141e12f4c support for 8G gestures 2016-12-20 13:05:06 -08:00
Peli de Halleux 4ebe9f595a fix for Microsoft/pxt#961 2016-12-20 12:38:00 -08:00
Peli de Halleux 92b60a251d On start support (#324)
* annotating APIs to support onstart

* missed file

* updated templates

* adding new lines in main.ts

* fixing docs

* removing onstart

* updated docs

* updated various docs

* more docs

* adding upgrade policies for blocks

* updated pxt reference

* placing on start under "basic"
2016-12-19 14:09:35 -08:00
Peli de Halleux a2755dc4d2 annotate apis to support multiple forever blocks 2016-12-16 16:47:36 -08:00
Peli de Halleux bbd21a84d6 annotating apis to support toolbox 2016-12-13 12:14:32 -08:00
Peli de Halleux 1649811015 expose "delete" in blocks.
fix for https://github.com/Microsoft/pxt/issues/870
2016-12-08 08:54:05 -08:00
Peli de Halleux 14f16f9b2c expose game.setScore in blocks
fix for https://github.com/Microsoft/pxt/issues/881
2016-12-08 08:51:18 -08:00
Abhijith 6398a42dad Placement new occurances need explicit delete 2016-12-07 18:00:03 -08:00
Richard Knoll 21473f5b9b Fixing array deallocation leak (#317)
* Fixing array deallocation leak

* Moving delete down to the individual destroy methods
2016-12-07 15:44:35 -08:00
Peli de Halleux c85b6f9507 using calibrated powers for Eddystone 2016-12-07 11:37:33 -08:00
Peli de Halleux 019b00209e moving blocks to advanced 2016-12-07 09:49:19 -08:00
Peli de Halleux 6c11dbcdf4 added setTransmitPower in BLE 2016-12-07 09:05:03 -08:00
Peli de Halleux 91197c5cec updated BLE settings 2016-12-07 08:07:08 -08:00
Peli de Halleux d457c3e8d0 exposing delete in blocks 2016-12-06 16:19:35 -08:00
Peli de Halleux 06e4f7fb5c Updated BLE project settings 2016-12-05 15:33:40 -08:00
Peli de Halleux 52857c9541 added beacon configuration 2016-12-05 15:02:39 -08:00
Peli de Halleux 34e23934b0 better bluetooth settings 2016-12-05 13:02:11 -08:00
Peli de Halleux 354196e01e missing block annotation on led.enable 2016-12-05 09:17:42 -08:00
Peli de Halleux bb2e8d0aef 'devices' depends on 'bluetooth' 2016-12-05 09:05:54 -08:00
Peli de Halleux 475821564e fixing justworks support 2016-12-02 09:45:59 -08:00
Peli de Halleux aeaa3d7bc1 updated localization files 2016-11-30 16:07:04 -08:00
Peli de Halleux af8ce3fccf allow for double, breve note durations 2016-11-30 16:06:17 -08:00
Peli de Halleux 4a34f2b932 support for specifying different pairings 2016-11-30 10:35:42 -08:00
Peli de Halleux 8d37be7cbe use optional config to allow override flags in referenced project 2016-11-30 04:35:24 -08:00
Peli de Halleux 97066e1ba4 enabling justworks pairing mode for bluetooth 2016-11-30 04:30:53 -08:00
Peli de Halleux d873cbb6c3 updated api definitions 2016-11-30 04:24:52 -08:00
Peli de Halleux adef3a6487 updated docs 2016-11-30 04:19:17 -08:00
Peli de Halleux be0984cc4a integrating eddystone into bluetooth package 2016-11-30 04:06:15 -08:00
Peli de Halleux f0947cddaa updated signatures 2016-11-29 23:39:52 -08:00
Peli de Halleux c5c5362b5d Merge branch 'master' into eddystone 2016-11-29 23:27:49 -08:00
Peli de Halleux 19fb5ecf01 merging ksbit.h into pxt.h 2016-11-29 21:35:26 -08:00
Peli de Halleux e0c016fbf4 moving definition out of ksbit.h 2016-11-29 15:15:22 -08:00