Glenn Ruben Bakke
|
044e36f26f
|
nrf5/boards: Updating pca10040 board header to set the LED count.
|
2017-06-05 15:30:45 +02:00 |
Glenn Ruben Bakke
|
10cbc83cf0
|
nrf5/pwm: Updating config name of PWM to hardware PWM to prepare for introduction of soft variant.
|
2017-05-08 21:10:18 +02:00 |
Glenn Ruben Bakke
|
4dd86178bc
|
nrf5: Removing custom display, framebuffer and graphics module to make branch contain core components instead of playground modules.
|
2017-04-09 18:25:15 +02:00 |
Bander Ajba
|
378c40b4da
|
did required modification to merge the temperature sensore module
|
2017-02-26 11:14:17 +03:00 |
Glenn Ruben Bakke
|
5e9e48e9e3
|
nrf5: Renaming configuration define in board configs using i2c from MICROPY_PY_MACHINE_HW_I2C to MICROPY_PY_MACHINE_I2C as the config is overlapping with the latter.
|
2017-02-02 18:43:12 +01:00 |
Glenn Ruben Bakke
|
9009ad67b0
|
nrf5/boards: Updating boards to comply to new style of configuring pins for uart and spi.
|
2017-01-26 22:29:58 +01:00 |
Glenn Ruben Bakke
|
0fdcd2eac7
|
nrf5/boards: Adding ssd1289 lcd module in pca10040 (nrf52832) board.
|
2017-01-25 19:51:14 +01:00 |
Glenn Ruben Bakke
|
e40c385c6a
|
nrf5: Syncing code after upmerge with master.
|
2017-01-22 22:18:44 +01:00 |
Glenn Ruben Bakke
|
a0b0e13785
|
nrf5/boards: Enable ADC machine module for pca10028, pca10040 and pca10056.
|
2017-01-11 17:28:38 +01:00 |
Glenn Ruben Bakke
|
383db817f9
|
nrf5/boards: Enable hardware I2C machine module for pca10028 (nrf51), pca10040 (nrf52832) and pca10056 (nrf52840) boards.
|
2017-01-11 16:54:00 +01:00 |
Glenn Ruben Bakke
|
28e1e506f6
|
nrf5/boards: Enable SSD1306 spi driver for pca10040 (nrf52832) and pca10056 (nrf52840) boards.
|
2017-01-10 18:28:11 +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
|
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
|
56d187b942
|
nrf5/boards: Changing tft lcd display name from SLD10261P to ILI9341 in pca10040 board configuration.
|
2017-01-05 19:59:25 +01:00 |
Glenn Ruben Bakke
|
643bf19466
|
nrf5: Correcting define name for epaper sld00200p, missing 0.
|
2017-01-04 19:59:12 +01:00 |
Glenn Ruben Bakke
|
25947a1b00
|
nrf5/boards: Enable display module to be built in. Also adding one epaper display and one tft lcd to test display module when porting the corresponding drivers to micropython.
|
2017-01-04 17:22:58 +01:00 |
Glenn Ruben Bakke
|
46ddf2ed70
|
nrf5/boards: Enable MICROPY_PY_MACHINE_RTC in pca10028 (nrf51) and pca10040 (nrf52) targets.
|
2016-12-26 16:50:59 +01:00 |
Glenn Ruben Bakke
|
8e7f9d7c38
|
nrf5/boards: Enable MICROPY_PY_MACHINE_TIMER in pca10028 (nrf51) and pca10040 (nrf52) targets.
|
2016-12-26 16:18:16 +01:00 |
Glenn Ruben Bakke
|
b350dc5198
|
nrf52: Set names to be used on PWM0-2 in board config. For nrf52840, the PWM3 is excluded as repo does not have latest headers to reflect this yet. Bump up to be done soon.
|
2016-12-17 01:27:58 +01:00 |
Glenn Ruben Bakke
|
d7dc0b789d
|
nrf5: Updating port with new content. SPI, SDcard (trough sdcard.py), Pin, and machine module. Also adding some basic modules depending on SDK and bluetooth stack from nordic semiconductor. NUS is module copied from original port by tralamazza, and new basic module for 6lowpan over BLE which can be used by modnetwork and modusocket. Basic BLE module to enable bluetooth stack and start a eddystone advertisment is kept, and still works without SDK, even if in the SDK folder (its placed there as it needs bluetooth stack from an SDK).
|
2016-12-13 20:27:26 +01:00 |
Glenn Ruben Bakke
|
70956ea969
|
Base support for nrf51 and nrf52 base without depending on SDK. SoftDevice usage optional.
|
2016-11-16 21:38:25 +01:00 |