Dan Halbert
|
4c3b4cacfa
|
Merge remote-tracking branch 'adafruit/master' into nrf-pin-claiming
|
2018-09-05 13:15:22 -04:00 |
hathach
|
ccd87a33b6
|
use nrf_pwm instead of direct registers
|
2018-09-05 13:18:36 +07:00 |
Dan Halbert
|
b5c03a7085
|
generalize # of ports; remove atmel neopixel code; remove pin name in mc_pin_obj_t
|
2018-09-04 16:43:21 -04:00 |
hathach
|
f4a98e909c
|
fix nrf52832 build 2
|
2018-09-04 23:25:08 +07:00 |
hathach
|
b9e8e3cd1f
|
fix nrf52832 build
|
2018-09-04 20:54:36 +07:00 |
hathach
|
1fe3ed87eb
|
run background job while waiting for neopixel write seqend
|
2018-09-04 19:24:45 +07:00 |
hathach
|
0d92c65829
|
correct disconnection check to only dtr
|
2018-09-04 18:36:08 +07:00 |
hathach
|
3ae24d9f9a
|
add neopixel_write implementation, work ok
|
2018-09-04 18:33:08 +07:00 |
hathach
|
e17253071e
|
adding neopixel write
|
2018-09-04 15:51:49 +07:00 |
Dan Halbert
|
4382389e6f
|
fix typos, remove incorrect pca10059 example; add default buses for pca10056; improve board names for pca boards
|
2018-09-01 00:29:36 -04:00 |
Dan Halbert
|
9ea809bef7
|
add pin claiming to devices
|
2018-08-31 18:38:05 -04:00 |
Dan Halbert
|
585597a252
|
pin files rework; implement pin claiming; add more boards
|
2018-08-31 18:05:55 -04:00 |
Dan Halbert
|
0e8d146184
|
wip
|
2018-08-31 18:05:55 -04:00 |
hathach
|
87811ec3a0
|
update readme board name feather_nrf52832
|
2018-08-28 16:15:20 +07:00 |
ladyada
|
ded38d30b6
|
rename pin.h to nrf_pin.h to avoid conflict with Pin.h
|
2018-08-26 20:37:12 -04:00 |
Dan Halbert
|
4cc33f8de6
|
Merge remote-tracking branch 'adafruit/master' into nrf_board_rename
|
2018-08-23 16:25:57 -04:00 |
Dan Halbert
|
728622f09d
|
Merge pull request #1139 from hathach/nrf52_usb_serial
use unique DevicID for usb serial
|
2018-08-23 09:30:31 -04:00 |
hathach
|
4a8cd03de1
|
use unique DevicID for usb serial
|
2018-08-23 14:00:54 +07:00 |
hathach
|
fed1960424
|
remove s140 6.0.0 and s132 6.1.0 (not supported yet)
|
2018-08-23 00:27:39 +07:00 |
hathach
|
0c0ac06fc7
|
add SD 6.1.0 to download all
|
2018-08-22 23:09:09 +07:00 |
hathach
|
7961103ee6
|
update SD to v6.1.0
|
2018-08-22 21:51:30 +07:00 |
Dan Halbert
|
05ea9fd296
|
remove stray underscore
|
2018-08-22 10:26:52 -04:00 |
Dan Halbert
|
eaf4d19dbb
|
Merge remote-tracking branch 'adafruit/master' into nrf_board_rename
Merge #1137
|
2018-08-22 10:24:10 -04:00 |
hathach
|
a516d1123f
|
fix typos
|
2018-08-22 19:42:41 +07:00 |
hathach
|
02b1b53153
|
Merge branch 'master' into nrf52_dfu_touch1200
|
2018-08-22 15:24:12 +07:00 |
hathach
|
fc955b1591
|
remove bootloader binaries, update readme for using adafruit-nrufitl and flashing bootloader
|
2018-08-22 15:22:17 +07:00 |
Dan Halbert
|
c503cf990b
|
forgot to change .travis.yml
|
2018-08-21 20:35:58 -04:00 |
Dan Halbert
|
85df32907f
|
rename nrf boards to feather_nrf52832 and feather_nrf52840_express
|
2018-08-21 18:45:37 -04:00 |
hathach
|
df4184e478
|
rename linker file to SD major version only
|
2018-08-21 16:02:57 +07:00 |
hathach
|
1c4accfa39
|
Merge branch 'nrf52_remove_boot_target' into nrf52_dfu_touch1200
|
2018-08-21 15:17:03 +07:00 |
hathach
|
b7dd33b76e
|
add touch 1200 for dfu-flash
|
2018-08-21 15:15:44 +07:00 |
Egor Leonenko
|
18e9f74738
|
Fix PWM Support on NRF52840
Replace usage of pin number alone with port+pin combination in NRF port of PWMOut
|
2018-08-17 19:34:03 +12:00 |
Scott Shawcroft
|
76e0373576
|
Fix nrf and unix
|
2018-08-16 17:41:38 -07:00 |
Scott Shawcroft
|
2cd166b573
|
Fix esp and samd
|
2018-08-16 17:41:35 -07:00 |
hathach
|
e1ccc07841
|
remove bootloader & dfu-bootloader target
user should go to bootloader repo to upgrade bootloader
|
2018-08-14 20:19:28 +07:00 |
Dan Halbert
|
498fec64e2
|
increase new dynamic stack size to a comfortable value for now
|
2018-08-03 22:35:20 -04:00 |
Dan Halbert
|
dfa2581ffd
|
Merge pull request #1057 from tannewt/flexible_heap
Add basic memory allocation outside Python runtime
|
2018-08-02 18:43:06 -04:00 |
Scott Shawcroft
|
5704bc8c93
|
Share memory.c and a bit of polish.
|
2018-08-02 14:35:46 -07:00 |
hathach
|
0bc3432106
|
Merge branch 'master' into nrf52_sys_module
|
2018-08-01 11:53:12 +07:00 |
hathach
|
592c190069
|
PR review clean up
|
2018-08-01 11:31:32 +07:00 |
hathach
|
8640d37149
|
try to address sys module, compile ok
|
2018-08-01 10:19:20 +07:00 |
hathach
|
200669216e
|
more clean up
|
2018-08-01 08:52:07 +07:00 |
hathach
|
bac233e99b
|
clean up
|
2018-08-01 08:47:41 +07:00 |
hathach
|
6ddd8583da
|
clean up
|
2018-08-01 08:20:20 +07:00 |
Scott Shawcroft
|
a88cdaca6a
|
Remove rogue execute bit. Must a common incorrect shortcut for me. :-)
|
2018-07-31 12:42:21 -07:00 |
hathach
|
1e524f1b98
|
Merge branch 'master' into nrf52840_usb_hid
|
2018-08-01 00:58:23 +07:00 |
hathach
|
85bd46a4e1
|
enable MICROPY_PY_ARRAY_SLICE_ASSIGN, MICROPY_PY_BUILTINS_SLICE_ATTRS
|
2018-07-31 23:09:39 +07:00 |
hathach
|
4bece22c92
|
add hid keyboard LED indicator stub
|
2018-07-31 23:02:15 +07:00 |
hathach
|
05139e2aee
|
all hid devices seems to be ok
|
2018-07-31 22:54:26 +07:00 |
hathach
|
2c85f42330
|
add usb hid syscontrol
|
2018-07-31 21:57:00 +07:00 |
hathach
|
ef58adacd3
|
usb hid consumer control works
|
2018-07-31 21:19:02 +07:00 |
hathach
|
fd661c1d57
|
improve usb hid
|
2018-07-31 21:06:24 +07:00 |
Scott Shawcroft
|
12cf5e51c2
|
Allow for resizing the stack area.
|
2018-07-31 05:18:23 -07:00 |
hathach
|
27b2a9fe59
|
add usb_desc, disable tinyusb stack CFG_TUD_DESC_AUTO
|
2018-07-31 17:50:32 +07:00 |
hathach
|
d15caf0dbd
|
hid keyboard and mouse work well
|
2018-07-31 16:42:04 +07:00 |
hathach
|
221d54a595
|
workaround to use lib/utils/interrupt_char.c
|
2018-07-31 14:28:34 +07:00 |
hathach
|
ae783b0b1a
|
update tinyusb, set scsi sense key for unsupported commands
|
2018-07-31 13:54:58 +07:00 |
Dan Halbert
|
2e260a0eab
|
Merge remote-tracking branch 'adafruit/master' into micropython-25ae98f-merge
|
2018-07-28 14:13:54 -04:00 |
Dan Halbert
|
f48b70050e
|
merge finished
|
2018-07-28 13:29:47 -04:00 |
hathach
|
368d59796f
|
adding usb_hid
compiled with undefined ref
|
2018-07-27 17:36:41 +07:00 |
hathach
|
21339c4155
|
house keeping
|
2018-07-27 17:22:21 +07:00 |
hathach
|
e86f7d0b88
|
add usb msc callback description
|
2018-07-27 00:17:14 +07:00 |
hathach
|
5bdf40901f
|
update tusb lib
|
2018-07-26 17:16:41 +07:00 |
Dan Halbert
|
bc760dd341
|
WIP: complete manual inspection of all significant changes
|
2018-07-23 21:34:25 -04:00 |
hathach
|
bb28faf39c
|
arturo182 review
|
2018-07-17 23:57:49 +07:00 |
hathach
|
a0b9871ba9
|
use seperate interrupt_char.c for nrf
move usb descriptors into usb.c
|
2018-07-17 21:52:20 +07:00 |
hathach
|
d4e84a9bd4
|
Merge branch 'master' into fix_nrf52840_serial
|
2018-07-17 21:27:16 +07:00 |
hathach
|
3525d65af3
|
should fix #1021
- update tinyusb for wanted char
- move usb code into usb.c
|
2018-07-17 21:24:49 +07:00 |
Dan Halbert
|
a20ab40ed2
|
Merge 3.0.0 final bugfixes and changes to master
|
2018-07-16 09:01:46 -04:00 |
Dan Halbert
|
bfe14ff824
|
Merge pull request #1014 from arturo182/nrf_shared_ble
nrf: Split the ble module into a shared part and the port implementation
|
2018-07-13 10:23:37 -04:00 |
Dan Halbert
|
414267388d
|
Merge pull request #1023 from arturo182/nrf_pyocd
nrf: Fix flashing with pyocd
|
2018-07-13 10:02:20 -04:00 |
arturo182
|
05c1384b67
|
nrf: Split the ble module into a shared part and the port implementation
This allows other ports to implement these shared bindings.
|
2018-07-13 16:01:15 +02:00 |
arturo182
|
883ca21321
|
nrf: Fix flashing with pyocd
|
2018-07-13 15:22:46 +02:00 |
arturo182
|
9729fc3d31
|
nrf: Fix BLE on nRF52840 after adding the USB functionality
|
2018-07-13 14:55:02 +02:00 |
hathach
|
f98c7f708e
|
merge review
|
2018-07-12 01:37:23 +07:00 |
hathach
|
10846d316b
|
Merge branch 'master' into nrf52840_usbboot
|
2018-07-11 21:35:44 +07:00 |
Dan Halbert
|
4962468fff
|
Merge pull request #1011 from arturo182/nrf_cleanup
nrf: More cleanup and porting
|
2018-07-10 15:44:30 -04:00 |
hathach
|
a53b1c7cf1
|
code format
|
2018-07-10 22:49:51 +07:00 |
arturo182
|
eab00ff140
|
nrf: Remove even more unused files
|
2018-07-10 14:59:22 +02:00 |
arturo182
|
2c63fb2a94
|
nrf: Remove the random hal and module
Thus getting rid of the whole old hal!
The module is not needed because the common-hal
nRF implementation uses HW RNG anyway.
|
2018-07-10 14:59:22 +02:00 |
arturo182
|
1163462635
|
nrf: Remove the old time hal and replace with nRFx
|
2018-07-10 14:59:10 +02:00 |
Scott Shawcroft
|
e875f4e52e
|
Merge pull request #1002 from arturo182/nrfx_gpio
nrf: Rewrite the DigitalInOut hal using nRFx
|
2018-07-09 17:54:38 -07:00 |
hathach
|
0e819599e7
|
Merge branch 'master' into nrf52840_usbboot
|
2018-07-10 02:02:52 +07:00 |
hathach
|
7715d19efe
|
update bootloader hex
|
2018-07-10 01:20:37 +07:00 |
hathach
|
97a1ae911e
|
add family option for uf2
|
2018-07-10 01:18:14 +07:00 |
hathach
|
f199e87085
|
add ARRAY_SIZE
which is missing when building with debug mode
|
2018-07-10 01:06:57 +07:00 |
hathach
|
c5089d7274
|
generate uf2 by default
update tusb
|
2018-07-10 01:02:33 +07:00 |
Dan Halbert
|
64b9ee9c74
|
Merge pull request #985 from tannewt/heap_tweaks3
A few heap related tweaks
|
2018-07-08 23:21:38 -04:00 |
Scott Shawcroft
|
a45659c59a
|
Merge pull request #1000 from arturo182/nrfx_uart
nrf: Rewrite the UART HAL using nRFx
|
2018-07-08 20:17:47 -07:00 |
Scott Shawcroft
|
133b99b6f2
|
Merge pull request #999 from arturo182/nrf_mphalport
nrf: mphalport cleanup
|
2018-07-08 20:13:21 -07:00 |
Scott Shawcroft
|
fd5634e4aa
|
Merge pull request #992 from arturo182/nrf_i2c_fix
nrf: Fix I2C transfers with data larger than HW allows
|
2018-07-08 20:12:09 -07:00 |
arturo182
|
388f554ff6
|
nrf: Rewrite the DigitalInOut hal using nRFx
|
2018-07-08 17:48:32 +02:00 |
arturo182
|
25ece8fb3d
|
nrf: Rewrite the UART HAL using nrfx
|
2018-07-08 16:42:04 +02:00 |
arturo182
|
c6a2a55bc9
|
nrf: Cleanup mpconfigboard files
All the removed defines were used by legacy modules that are now
removed.
|
2018-07-08 15:18:11 +02:00 |
arturo182
|
887486582e
|
nrf: Remove port-specific help
It contains mentions to the pyb module which was removed.
The ble-specific help will be re-added later when the API
is stabilized.
|
2018-07-08 15:18:11 +02:00 |
arturo182
|
1ea633c484
|
nrf: mphalport cleanup
|
2018-07-08 14:39:30 +02:00 |
arturo182
|
da27253693
|
nrf: Fix I2C transfers with data larger than HW allows
|
2018-07-06 21:12:24 +02:00 |
arturo182
|
ac74edb4e4
|
nrf: Fix SPI transfers with data larger than HW allows
|
2018-07-06 21:10:25 +02:00 |
hathach
|
baf68a936e
|
remove hal_time files
|
2018-07-06 15:59:20 +07:00 |
hathach
|
3e319694aa
|
mp_hal_delay_ms() to call background task
remove hal_time.c
|
2018-07-06 15:48:01 +07:00 |