Peli de Halleux
79fb4e4ff7
fix missing radio strings
2016-11-14 06:07:19 -08:00
Peli de Halleux
d691ebfd52
updated strings
2016-11-12 05:20:39 -08:00
Peli de Halleux
7bc5488f25
updated translations
2016-11-11 15:25:18 -08:00
Peli de Halleux
f27aa28f8e
updated translations
2016-11-11 13:27:53 -08:00
Peli de Halleux
12ccf21e28
adding missing strings
2016-11-11 10:56:45 -08:00
Matthias L. Jugel
d903901de2
Merge branch 'pin-update'
2016-11-10 21:05:31 +01:00
Matthias L. Jugel
c1025b8658
fix naming and pin selection
2016-11-10 21:00:03 +01:00
Matthias L. Jugel
cdb9682a8b
intermediate fix for accelerometer used in pxt
2016-11-10 20:45:40 +01:00
Peli de Halleux
a0b426bdf0
disable simulator crash, disable parts
2016-11-10 10:06:38 -08:00
Peli de Halleux
6671d1864c
updated dal.d.ts
2016-11-10 09:13:25 -08:00
Matthias L. Jugel
42d21dea28
fix pin name for SDA
2016-11-10 15:30:49 +01:00
Matthias L. Jugel
c4e427c090
fix pins to be in sync with the naming in the simulator and on the board
2016-11-10 15:11:12 +01:00
Matthias L. Jugel
9c3236de80
update motor support and add demo
2016-11-10 13:48:20 +01:00
Matthias L. Jugel
51e64bd82d
Merge remote-tracking branch 'origin/master'
2016-11-10 12:22:32 +01:00
Peli de Halleux
9774c9306a
workaround missing PAGE_SIZE
2016-11-09 13:30:37 -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
Matthias L. Jugel
e701d83dc5
Merge branch 'rev03-changes'
...
# Conflicts:
# libs/core/motors.cpp
# libs/core/music.cpp
# package.json
2016-11-09 11:56:14 +01:00
Matthias L. Jugel
f666d3375e
remove parts that we don't need anymore
2016-11-09 11:53:34 +01:00
Peli de Halleux
09f4001c7a
exposing programSize function
2016-11-08 10:17:25 -08:00
Peli de Halleux
633522c800
removing dangling file
2016-11-07 13:31:24 -08:00
Peli de Halleux
efd310f0b4
added afterProgramPage to C++ declarations
2016-11-07 10:17:03 -08:00
Michal Moskal
b4b789422e
Add afterProgramPage() for filesystem support
2016-11-07 16:04:15 +00:00
Guillaume Jenkins
349a385f97
Move templates to directly under libs/ ( #303 )
2016-11-04 18:32:13 -07:00
Peli de Halleux
7f7aa1c60b
updated fr translations
2016-11-04 12:59:11 -07:00
Peli de Halleux
584aaf8c6d
updated translations
2016-11-04 12:54:39 -07:00
Guillaume Jenkins
31f5db32d1
Move hex cache ( #291 )
...
* hexcache is no longer generated at repo root, so remove it from package.json
* Modified templates to depend on local packages
* Adding bluetooth template for offline HEX cache
* Fix wrong package name in dependencies of bluetooth template
* Change package versions to * in templates
2016-11-04 11:38:00 -07:00
Peli de Halleux
8ec20b87d7
exposing locs for all apis with jsdoc
2016-11-03 09:43:20 -07:00
Peli de Halleux
dc3f6cf885
updated locs
2016-11-03 09:41:58 -07:00
Peli de Halleux
3a6e132c7f
updatd DAL file
2016-11-03 09:20:30 -07:00
Peli de Halleux
3533e57cc3
updated locs files
2016-11-03 09:10:50 -07:00
Peli de Halleux
c03fac2162
fixing typos
2016-11-03 08:50:02 -07:00
Peli de Halleux
75e53ddd61
updated translations
2016-11-03 06:45:45 -07:00
Peli de Halleux
83bd1ed3e1
support for motor commands
2016-11-02 22:35:00 -07:00
Peli de Halleux
19f757e159
Upgrading to DAL 2.0rc5 ( #300 )
...
* basic skeleton for filesystem project
* updated to DAL rc5
* basic file operations
* support for basic file operations (append, remove)
* removing files project
2016-11-02 16:11:08 -07:00
Peli de Halleux
c191cdf7ec
updated locs
2016-11-01 09:26:03 -07:00
Peli de Halleux
16cf45aa7c
updated localization files
2016-11-01 09:23:04 -07: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
64ff568597
enable translated blocks
2016-10-30 23:41:18 -07:00
Guillaume Jenkins
f045942297
Project templates ( #295 )
...
Moved default projects from pxtarget.json to libs/templates/
2016-10-28 14:12:25 -07:00
Peli de Halleux
524bcee5ed
cleanup bundled locals in core package
2016-10-28 11:20:41 -07:00
Peli de Halleux
76adc3c00a
added led.enable ( #294 )
...
* added led.enable
* fixed simulator support for led.enable
2016-10-28 08:34:04 -07:00
Sam El-Husseini
749ba6b984
UI changes to match the calliope design.
2016-10-27 16:15:44 -07:00
Richard Knoll
95e4c609a4
Rename the parameters for the sendValue block ( #293 )
2016-10-27 14:48:22 -07:00
Peli de Halleux
40fe1b4616
fix simulator support for music
2016-10-27 13:47:39 -07:00
Matthias L. Jugel
30fd978064
fixed interface function names, add sound functionality
2016-10-27 21:19:03 +02:00
Matthias L. Jugel
0c26d74c05
try to use uBit.soundmotor sound functions
2016-10-27 21:19:03 +02:00
Matthias L. Jugel
cbe25da154
rev. 0.2 sound patches
2016-10-27 21:18:56 +02:00
Matthias L. Jugel
955b67b6b8
rev. 0.2 sound patches
2016-10-27 19:48:42 +02:00