Glenn Ruben Bakke
1d2bf26373
nrf5/drivers: Adding epaper display example script in comment for pca10056 / nrf52840 in the display module.
2017-01-09 19:45:37 +01:00
Glenn Ruben Bakke
dd7007240c
nrf5/boards: Enable PWM module and epaper display module in pca10056 board config.
2017-01-09 19:44:31 +01:00
Glenn Ruben Bakke
1208970f6c
nrf5/drivers: Adding some more delay on bootup to ensure display recovers after reset.
2017-01-09 19:33:01 +01:00
Glenn Ruben Bakke
22c7cf7358
nrf5/examples: Adding copy of ssd1306.py driver hardcoded with SPI and Pin assignments.
2017-01-09 17:52:42 +01:00
Glenn Ruben Bakke
2ac3b23c0e
nrf5/drivers: Updating ili9341 driver to set CS high after cmd or data write.
2017-01-09 17:51:16 +01:00
Glenn Ruben Bakke
6b976c410c
nrf5/drivers: Extending print function for ili9341 object to also print out gpio port of the SPI pins.
2017-01-08 22:35:46 +01:00
Glenn Ruben Bakke
4ca61a9d0e
nrf5/boards: Giving a bit more heap for nrf52840 linker script.
2017-01-08 22:34:48 +01:00
Glenn Ruben Bakke
9a8bf934c6
nrf5/drivers: bugfix of the sld00200p driver. Stopping the pwm instead of restarting it. Shuffle placement of static function.
2017-01-08 21:29:13 +01:00
Glenn Ruben Bakke
859380afe8
nrf5/drivers: Correcting object print function to also include port number of the SPI pins. Correcting usage script example in comment.
2017-01-08 21:27:37 +01:00
Glenn Ruben Bakke
8a69f42f84
nrf5/drivers: Adding an initial script as comment for ili9341 on nrf52840/pca10056 in the driver module comment.
2017-01-08 21:25:42 +01:00
Glenn Ruben Bakke
06e0f5d081
nrf5/examples: Removing tabs from epaper python script usage comment, so that it is easier to copy paste.
2017-01-08 21:23:33 +01:00
Glenn Ruben Bakke
b83052f8d1
nrf5/hal: Refining if-defs to set up GPIO base pointers in mphalport.h
2017-01-08 21:20:59 +01:00
Glenn Ruben Bakke
130f407287
nrf5/devices: Removing define which clutters ported modules from nrf.h.
2017-01-08 21:20:12 +01:00
Glenn Ruben Bakke
268d988553
nrf5/boards: Enabling spi in pca10056 hal config.
2017-01-08 21:19:23 +01:00
Glenn Ruben Bakke
c8cc2aa6f9
nrf5/boards: Enabling ili9341 display drivers and to be compiled in on pca10056 target board. Updating SPI configuration with gpio port.
2017-01-08 21:18:18 +01:00
Glenn Ruben Bakke
bc22cc9ce8
nrf5/boards: Enabling display drivers/spi/pwm to be compiled in on pca10040 target board. Updating SPI configuration with gpio port.
2017-01-08 21:16:41 +01:00
Glenn Ruben Bakke
0676c9774a
nrf5/hal: Correcting SPI psel port position define name to the one defined in nrf52840_bitfields.h
2017-01-08 20:31:30 +01:00
Oleg Korsak
e45035db5c
extmod/modframebuf: optimize fill_rect subroutine call
2017-01-08 20:16:17 +02:00
Glenn Ruben Bakke
604ae87192
nrf5/led: Hardcoding GPIO port 0 for Led module for now.
2017-01-08 16:41:48 +01:00
Glenn Ruben Bakke
3e1da27f2b
nrf5/hal: Changing import of nrf52 includes in hal_uarte.c to not be explicit. Now only nrf.h is included.
2017-01-08 16:41:11 +01:00
Glenn Ruben Bakke
43a2355665
nrf5: Updating pin, spi and uart to use port configuration for gpio pins. Update pin generation script, macros for PIN generation. Updating macros for setting pin values adding new port parameter to select the correct GPIO peripheral port.
2017-01-08 16:40:18 +01:00
Glenn Ruben Bakke
014e650499
nrf5/boards: Disable SPI hal from pca10001 board.
2017-01-08 16:28:18 +01:00
Glenn Ruben Bakke
ec44f6427b
nrf5/boards: Disable SPI/Timer/RTC hal from microbit board.
2017-01-08 16:27:35 +01:00
Glenn Ruben Bakke
8e71bcea07
nrf5: Exclude import of pwm.h in modmachine.c if MICROPY_PY_MACHINE_PWM is not set, as nrf51 does not yet have this module yet.
2017-01-08 16:26:03 +01:00
Glenn Ruben Bakke
b75cefd383
nrf5: Exclude import of pwm.h in main.c if MICROPY_PY_MACHINE_PWM is not set, as nrf51 does not yet have this module yet.
2017-01-08 16:25:10 +01:00
Glenn Ruben Bakke
c389872408
nrf5/drivers: Block nrf51 from compiling epaper_sld00200p for the moment. There is no soft-pwm present yet, and including pwm would just make compilation fail now.
2017-01-08 16:23:00 +01:00
Glenn Ruben Bakke
db9eef64a5
nrf5/hal: Making nrf51/2_hal.h go trough nrf.h to find bitfields and other mcu headers instead of explicit include.
2017-01-08 16:20:01 +01:00
Glenn Ruben Bakke
392e226b2c
nrf5/boards: Adding more pins to nrf52840 / pca10056 target board.
2017-01-08 16:16:29 +01:00
Glenn Ruben Bakke
942942780f
nrf5/pin: Adding more pins to nrf52_af.csv file for nrf52840. Port '1' will be prefixed 'B'.
2017-01-08 16:10:47 +01:00
Glenn Ruben Bakke
ef8e679d77
nrf5/pin: Adding PORT_B to Pin port enum to reflect gpio port 1 on nrf52840.
2017-01-08 16:08:47 +01:00
Glenn Ruben Bakke
6973c13608
nrf5/boards: Updating all board configs with gpio port configuration for uart/spi pins. Leds still not defined by gpio port.
2017-01-08 16:04:52 +01:00
Glenn Ruben Bakke
307f95bd03
nrf5/devices: Updating header files for nrf51 and nrf52. Adding headers for nrf52840.
2017-01-08 15:32:26 +01:00
Glenn Ruben Bakke
19d354ed05
nrf5: Updating to use new nrfjprog in makefile. Needed for nrf52840 targets. Changed from pinreset to debug reset.
2017-01-08 15:17:03 +01:00
Glenn Ruben Bakke
4f04eed4c5
nrf5/boards: Updating makefiles to use system.c files based on sub-variant of mcu.
2017-01-08 15:15:36 +01:00
Damien George
65cadbeb9d
tests: Update test suite to be compatible with CPython 3.6.
...
CPython 3.6 has a few changes that, when run on uPy's test suite, give a
different output to CPython 3.5. uPy currently officially supports the
3.4 language definition, but it's useful to be able to run the test suite
with 3.4/3.5/3.6 versions of CPython. This patch makes such changes to
support 3.6.
2017-01-09 00:19:01 +11:00
Damien George
5653e3c72f
docs: Bump version to 1.8.7.
2017-01-08 23:53:08 +11:00
Glenn Ruben Bakke
721065b307
nrf5/devices: Renaming system.c files for nrf51 and nrf52 to be more explicit on which version of chip they are referring to.
2017-01-08 13:32:13 +01:00
Damien George
a722ed532f
tests/unix/extra_coverage: Add tests for importing frozen packages.
2017-01-08 22:45:55 +11:00
Damien George
b528e9a428
py/builtinimport: Fix bug when importing names from frozen packages.
...
The commit d9047d3c8a
introduced a bug
whereby "from a.b import c" stopped working for frozen packages. This is
because the path was not properly truncated and became "a//b". Such a
path resolves correctly for a "real" filesystem, but not for a search in
the list of frozen modules.
2017-01-08 20:17:23 +11:00
syndycat
b2611d6be3
drivers/onewire/ds18x20: Fix negative temperature calc for DS18B20.
2017-01-08 19:26:22 +11:00
Paul Sokolovsky
044f96c330
cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function.
...
Prints NWP/MAC/PHY version, as affected by servicepack installed.
2017-01-07 19:48:12 +03:00
Paul Sokolovsky
a1a8f01799
docs/usocket: Clarify that socket timeout raises OSError exception.
2017-01-07 14:23:33 +03:00
Glenn Ruben Bakke
9214381671
nrf5/drivers: Backing up working epaper display (sld00200p shield) driver before refactoring.
2017-01-07 00:07:17 +01:00
Glenn Ruben Bakke
a2e2f3c07e
nrf5/drivers: Fixing parenthesis in ILI9341 __str__ print function.
2017-01-06 23:41:16 +01:00
Glenn Ruben Bakke
ad4149cc80
nrf5/pwm: Moving out object types to header file so that it can be resused by other modules.
2017-01-06 23:40:23 +01:00
Paul Sokolovsky
ef1bbada96
tests/array*: Allow to skip test if "array" is unavailable.
2017-01-07 01:13:40 +03:00
Glenn Ruben Bakke
67683722c8
nrf5/drivers: Updating a working version of ili9341 module and driver. About 10 times faster than python implementation to update a full screen.
2017-01-06 20:18:00 +01:00
Glenn Ruben Bakke
f92e581e13
nrf5: Started to split up lcd_mono_fb such that it can be used as a c-library and python module with the same implementaton.
2017-01-06 20:06:09 +01:00
Glenn Ruben Bakke
795df06283
nrf5/hal: Adding include of stdbool.h in hal_spi.h as it is used by the header.
2017-01-06 19:59:58 +01:00
Paul Sokolovsky
e5a6a26330
tests/types1: Split out set type test to set_types.
...
set isn't the most basic type and can be disabled by a port.
2017-01-06 11:01:55 +03:00