circuitpython/shared-bindings
Scott Shawcroft 777542c716
Add basic memory allocation outside Python runtime
This allows for the heap to fill all space but the stack. It also
allows us to designate space for memory outside the runtime for
things such as USB descriptors, flash cache and main filename.

Fixes #754
2018-07-31 05:18:03 -07:00
..
_stage _stage: use 16 bit for coordinates to support larger screens 2018-03-11 12:07:23 +01:00
analogio Clarify style of attribute comments in the Design Guide. 2018-02-07 13:08:42 -08:00
audiobusio compiles and runs; hangs on import storage;storage.VfsFat.<tab> 2018-07-13 22:51:10 -04:00
audioio compiles and runs; hangs on import storage;storage.VfsFat.<tab> 2018-07-13 22:51:10 -04:00
bitbangio add timeout keyword to I2C - for bitbangio - ignored for busio 2018-05-13 21:54:44 -04:00
bleio merge finished 2018-07-28 13:29:47 -04:00
board atmel-samd: Re-org helper peripheral files into their own subdirectory. 2018-06-01 15:07:31 -07:00
busio add timeout keyword to I2C - for bitbangio - ignored for busio 2018-05-13 21:54:44 -04:00
digitalio Clarify style of attribute comments in the Design Guide. 2018-02-07 13:08:42 -08:00
gamepad Add gamepad_singleton to root pointers 2018-05-30 23:11:22 +02:00
math Merge remote-tracking branch 'adafruit/2.x' into merge_2x 2018-02-27 15:24:16 -08:00
microcontroller RunMode: Fix repr(RunMode.BOOTLOADER) 2018-04-05 08:16:53 -05:00
multiterminal esp8266: Introduce multiterminal module for managing a secondary 2017-08-07 14:30:11 -07:00
neopixel_write shared-bindings: Fix neopixel_write example. I forgot to save in the editor. Fixes #163 2017-07-12 14:59:26 -07:00
nvm Correct example. Thanks @jepler! 2018-04-13 16:43:21 -07:00
os fix os.listdir() when current dir is '/' 2018-06-15 10:51:03 -04:00
pulseio Prevent freezing USB during high frequency PulseIn. 2018-06-08 12:56:32 -07:00
random Delete a bunch of docs, drivers and examples not relevant to CircuitPython. 2018-02-20 17:34:59 -08:00
rotaryio Fixed documentation formatting for RTD 2018-06-06 18:28:01 -04:00
rtc Remove "Get or set" 2018-04-16 15:00:58 -07:00
storage compiles and runs; hangs on import storage;storage.VfsFat.<tab> 2018-07-13 22:51:10 -04:00
struct atmel-samd: Add empty line for RST docs 2017-10-30 18:57:28 -07:00
supervisor Add basic memory allocation outside Python runtime 2018-07-31 05:18:03 -07:00
time compiles and runs; hangs on import storage;storage.VfsFat.<tab> 2018-07-13 22:51:10 -04:00
touchio Clarify style of attribute comments in the Design Guide. 2018-02-07 13:08:42 -08:00
uheap Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
usb_hid WIP: works with just keyboard but not complex report descriptor 2018-03-30 23:24:00 -04:00
ustack Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
help.c Fix array vs pointer error in declaration of circuitpython_help_text 2018-03-19 22:11:40 -05:00
index.rst nrf: Split the ble module into a shared part and the port implementation 2018-07-13 16:01:15 +02:00
util.c Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
util.h Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00