PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Dependents:   Sensitive

Fork of PokittoLib by Jonne Valola

Committer:
spinal
Date:
Wed Oct 18 14:47:54 2017 +0000
Revision:
15:0bbe8f6fae32
Parent:
6:ea7377f3d1af
direct lcd stuff used by sensitive

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Pokitto 6:ea7377f3d1af 1 {
Pokitto 6:ea7377f3d1af 2 "name": "mbed-classic",
Pokitto 6:ea7377f3d1af 3 "version": "0.0.1",
Pokitto 6:ea7377f3d1af 4 "description": "mbed core SDK (for mbed 2.0, *not* mbedOS)",
Pokitto 6:ea7377f3d1af 5 "keywords": [
Pokitto 6:ea7377f3d1af 6 "mbed"
Pokitto 6:ea7377f3d1af 7 ],
Pokitto 6:ea7377f3d1af 8 "author": "Bogdan Marinescu <bogdan.marinescu@arm.com>",
Pokitto 6:ea7377f3d1af 9 "repository": {
Pokitto 6:ea7377f3d1af 10 "url": "git@github.com:mbedmicro/mbed.git",
Pokitto 6:ea7377f3d1af 11 "type": "git"
Pokitto 6:ea7377f3d1af 12 },
Pokitto 6:ea7377f3d1af 13 "homepage": "https://github.com/mbedmicro/mbed",
Pokitto 6:ea7377f3d1af 14 "licenses": [
Pokitto 6:ea7377f3d1af 15 {
Pokitto 6:ea7377f3d1af 16 "url": "https://spdx.org/licenses/Apache-2.0",
Pokitto 6:ea7377f3d1af 17 "type": "Apache-2.0"
Pokitto 6:ea7377f3d1af 18 }
Pokitto 6:ea7377f3d1af 19 ],
Pokitto 6:ea7377f3d1af 20 "extraIncludes": [
Pokitto 6:ea7377f3d1af 21 "api",
Pokitto 6:ea7377f3d1af 22 "hal",
Pokitto 6:ea7377f3d1af 23 "targets/hal",
Pokitto 6:ea7377f3d1af 24 "targets/cmsis"
Pokitto 6:ea7377f3d1af 25 ],
Pokitto 6:ea7377f3d1af 26 "dependencies": {
Pokitto 6:ea7377f3d1af 27 },
Pokitto 6:ea7377f3d1af 28 "targetDependencies": {
Pokitto 6:ea7377f3d1af 29 }
Pokitto 6:ea7377f3d1af 30 }