Scott Shawcroft
b334289669
Reenable LTO for debug.
5 years ago
Scott Shawcroft
12cf5e51c2
Allow for resizing the stack area.
5 years ago
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
5 years ago
hathach
27b2a9fe59
add usb_desc, disable tinyusb stack CFG_TUD_DESC_AUTO
5 years ago
hathach
d15caf0dbd
hid keyboard and mouse work well
5 years ago
hathach
221d54a595
workaround to use lib/utils/interrupt_char.c
5 years ago
hathach
ae783b0b1a
update tinyusb, set scsi sense key for unsupported commands
5 years ago
Dan Halbert
bf033123a7
Merge pull request #1073 from adafruit/tannewt-patch-2
...
Wordsmith
5 years ago
Scott Shawcroft
0a02d77d64
Comment that it may vary by board
5 years ago
Scott Shawcroft
76971d9907
Wordsmith
...
For #1067
5 years ago
Scott Shawcroft
a6d94b6845
Merge pull request #1068 from dhalbert/micropython-25ae98f-merge
...
Micropython 25ae98f
merge
5 years ago
Dan Halbert
b1006170f1
Download arm-none toolchain only when necessary.
5 years ago
Scott Shawcroft
433a29bb70
Merge pull request #1066 from Makdaam/issue1033
...
Fixin issue1033
5 years ago
Dan Halbert
fbe98ff9a9
Merge pull request #1071 from dhalbert/3.x-hallowing
...
add HalloWing
5 years ago
Dan Halbert
680597547c
add HalloWing
5 years ago
Dan Halbert
c76a4d477f
remove qemu-arm build; fix docs build bugs
5 years ago
Dan Halbert
bfbb5cde5a
put back test in qemu-arm build
5 years ago
Dan Halbert
a5068eae0d
fix .travis.yml
5 years ago
Dan Halbert
2e260a0eab
Merge remote-tracking branch 'adafruit/master' into micropython-25ae98f-merge
5 years ago
Dan Halbert
f48b70050e
merge finished
5 years ago
Leszek Jakubowski
a99f942742
'/' and '\' are also acceptable ends of the path now
5 years ago
hathach
368d59796f
adding usb_hid
...
compiled with undefined ref
5 years ago
hathach
21339c4155
house keeping
5 years ago
hathach
e86f7d0b88
add usb msc callback description
5 years ago
hathach
5bdf40901f
update tusb lib
5 years ago
Dan Halbert
fbfc9c3995
Merge pull request #1062 from tannewt/import_merge
...
Merge in the rest of 3.x
5 years ago
Dan Halbert
f6d09d0605
Merge pull request #1060 from tannewt/uf23
...
Update uf2 tools to support python3.
5 years ago
Dan Halbert
ef46a0a554
Merge pull request #1061 from tannewt/import_merge
...
Merge 3.x into master
5 years ago
Dan Halbert
6b01f37bbf
Merge pull request #1058 from tannewt/gcc_2018q2
...
Update travis to gcc 2018q2.
5 years ago
Scott Shawcroft
1ffb0a714f
Merge remote-tracking branch 'adafruit/3.x' into import_merge
5 years ago
Scott Shawcroft
d855f322b9
Merge branch '3.x' into import_merge
5 years ago
Scott Shawcroft
70df242f72
Update uf2 tools to support python3.
5 years ago
Scott Shawcroft
055725f744
Update travis to gcc 2018q2.
5 years ago
Dan Halbert
bc760dd341
WIP: complete manual inspection of all significant changes
5 years ago
Scott Shawcroft
08def6b51e
Merge pull request #1052 from dhalbert/speed-up-dict-long-lived
...
Prevent repetitive recursive scanning of dicts when making them long-…
5 years ago
Dan Halbert
be1d882a8b
Prevent repetitive recursive scanning of dicts when making them long-lived
5 years ago
arturo182
1fb81979b2
Merge pull request #1036 from hathach/fix_nrf52840_serial
...
Fix nrf52840 serial mentioned #1021
5 years ago
hathach
bb28faf39c
arturo182 review
5 years ago
hathach
a0b9871ba9
use seperate interrupt_char.c for nrf
...
move usb descriptors into usb.c
5 years ago
hathach
d4e84a9bd4
Merge branch 'master' into fix_nrf52840_serial
5 years ago
hathach
3525d65af3
should fix #1021
...
- update tinyusb for wanted char
- move usb code into usb.c
5 years ago
Dan Halbert
2809b4f9dd
Merge branch 'master' into micropython-25ae98f-merge
5 years ago
Scott Shawcroft
617351aebc
Merge pull request #1031 from dhalbert/3.0.0-to-master
...
Merge 3.0.0 final bugfixes and changes to master
5 years ago
Dan Halbert
a20ab40ed2
Merge 3.0.0 final bugfixes and changes to master
5 years ago
Scott Shawcroft
6c5a152a51
Merge pull request #1028 from dhalbert/class-property-fix
...
do not call property if referenced by class, not object
5 years ago
Dan Halbert
6dfa527f79
do not call property if referenced by class, not object
5 years ago
Dan Halbert
e2e01efa84
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
5 years ago
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
5 years ago
Dan Halbert
414267388d
Merge pull request #1023 from arturo182/nrf_pyocd
...
nrf: Fix flashing with pyocd
5 years ago
arturo182
05c1384b67
nrf: Split the ble module into a shared part and the port implementation
...
This allows other ports to implement these shared bindings.
5 years ago