circuitpython/shared-bindings
Jeff Epler 002797a3b4 Fix array vs pointer error in declaration of circuitpython_help_text
Building with gcc 5.4.1 (Debian Stretch) with the unsupported
-Wno-error=lto-type-mismatch flag removed, the following diagnostic
occurs:

../../py/builtin.h:121:19: error: type of 'circuitpython_help_text' does not match original declaration [-Werror]
 extern const char MICROPY_PY_BUILTINS_HELP_TEXT[];
                   ^
../../shared-bindings/help.c:38:13: note: previously declared here
 const char *circuitpython_help_text =
             ^
lto1: all warnings being treated as errors
lto-wrapper: fatal error: /usr/bin/arm-none-eabi-gcc returned 1 exit status
2018-03-19 22:11:40 -05: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 Merge remote-tracking branch 'adafruit/2.x' into merge_2x 2018-02-27 15:24:16 -08:00
audioio Merge pull request #600 from tannewt/clarify_property_comments 2018-02-14 22:03:37 -05:00
bitbangio replace tabs with spaces 2018-02-05 10:44:29 -05:00
board Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
busio Merge remote-tracking branch 'adafruit/2.x' into merge_2x 2018-02-27 15:24:16 -08:00
digitalio Clarify style of attribute comments in the Design Guide. 2018-02-07 13:08:42 -08:00
gamepad Fix example for gamepad 2018-01-11 17:06:53 +01:00
math Merge remote-tracking branch 'adafruit/2.x' into merge_2x 2018-02-27 15:24:16 -08:00
microcontroller Merge remote-tracking branch 'adafruit/2.x' into merge_2x 2018-02-27 15:24:16 -08: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 shared-bindings: Use unary_op type. 2017-10-25 10:52:03 -07:00
os Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00
pulseio Clarify style of attribute comments in the Design Guide. 2018-02-07 13:08:42 -08:00
random Delete a bunch of docs, drivers and examples not relevant to CircuitPython. 2018-02-20 17:34:59 -08:00
storage Merge remote-tracking branch 'adafruit/2.x' into merge_2x 2018-02-27 15:24:16 -08:00
struct atmel-samd: Add empty line for RST docs 2017-10-30 18:57:28 -07:00
supervisor Create supervisor module. 2017-11-16 09:04:17 -08:00
time Merge 2.1.0 changes into master. 2017-10-23 15:26:36 -07: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 Clarify style of attribute comments in the Design Guide. 2018-02-07 13:08:42 -08: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 Merge remote-tracking branch 'adafruit/2.x' into merge_2x 2018-02-27 15:24:16 -08: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