pxt-ev3/libs/core
Michał Moskal 20a4673f98 First draft of storage APIs (#122)
* First draft of storage APIs

* bumped pxt-core

* using fixed instances to seprate temp from permanent

* send console to storage

* sim support

* missing sim stubs

* adding storage blocks

* more sim support

* remove storage from default package

* fix rendering of ms

* render raw ms

* slize at better place

* duplicate bundled dir

* refactor limit

* simplify limit logic
2018-01-11 20:05:45 -08:00
..
_locales First draft of storage APIs (#122) 2018-01-11 20:05:45 -08:00
.vscode Dropping libstdc++ dep 2017-07-04 16:11:54 +02:00
jres/icons adding a few more icons 2017-12-06 21:40:00 -08:00
battery.ts basic reading of battery level (#182) 2018-01-04 21:50:13 -08:00
buttons.ts simplifiying brick light api (#231) 2018-01-11 13:43:11 -08:00
console.ts Add console icon and set color. Fixes #152 2018-01-05 10:38:26 -08:00
control.cpp fixing raiseEvent 2017-08-07 12:07:43 -07:00
core.ts fixing bumped 2017-11-28 16:02:04 -08:00
dal.d.ts Add custom impl of output; drop ev3-api 2017-07-11 16:58:51 +02:00
enums.d.ts First draft of storage APIs (#122) 2018-01-11 20:05:45 -08:00
ev3const.h Add custom impl of output; drop ev3-api 2017-07-11 16:58:51 +02:00
icons.jres adding a few more icons 2017-12-06 21:40:00 -08:00
images.jres cleaning up images (#223) 2018-01-09 12:51:44 -08:00
images.ts cleaning up images (#223) 2018-01-09 12:51:44 -08:00
input.cpp Initial sim implementation 2017-12-18 13:04:17 -08:00
input.ts gyro reset fix 2018-01-11 11:17:23 -08:00
linux.cpp Make sure we stop motors on exit (#199) 2018-01-07 07:54:40 -08:00
Makefile Add screen::unpackPNG() 2017-10-30 12:45:37 +00:00
mmap.cpp First draft of storage APIs (#122) 2018-01-11 20:05:45 -08:00
ns.ts Turn ratio field editor (#225) 2018-01-09 22:05:26 -08:00
output.cpp Initial sim implementation 2017-12-18 13:04:17 -08:00
output.ts support for unregulated motors (#227) 2018-01-10 23:34:27 -08:00
png.cpp Monitor memory usage and panic on over 8MB used 2017-12-13 15:28:52 +00:00
pxt.h Monitor memory usage and panic on over 8MB used 2017-12-13 15:28:52 +00:00
pxt.json basic reading of battery level (#182) 2018-01-04 21:50:13 -08:00
pxtcore.h Add control.dmesg 2017-07-10 11:42:30 +01:00
README.md Initial commit, based on pxt-adafruit 2017-06-29 15:47:26 +01:00
screen.cpp Allow waitForEvent on main thread; fixes #60 2017-11-29 19:54:17 -03:00
screen.ts Screentweak (#214) 2018-01-08 15:00:00 -08:00
serialnumber.cpp Formatting 2017-12-15 11:30:15 +00:00
shims.d.ts First draft of storage APIs (#122) 2018-01-11 20:05:45 -08:00
test.ts simplifiying brick light api (#231) 2018-01-11 13:43:11 -08:00
tsconfig.json Starting on screen impl 2017-07-05 13:06:58 +01:00

core

The core library for ev3 target.