sommersoft
|
a44bfc2730
|
Merge branch 'master' of https://github.com/adafruit/circuitpython into new_freq_in
|
2019-03-01 21:24:30 -06:00 |
Radomir Dopieralski
|
89b2788d11
|
Apply review fixes:
* fix formatting
* fix copyrights
* fix CIRCUITPYTHON_GAMEPAD guards
* add CIRCUITPYTHON_PEW guards to reset
* fix module list order
|
2019-03-01 16:05:15 +01:00 |
Radomir Dopieralski
|
45fea86554
|
Rebase on top of CircuitPython 4.x
|
2019-03-01 14:59:21 +01:00 |
Radomir Dopieralski
|
88e40193ae
|
Add a _pew module
|
2019-02-28 23:32:58 +01:00 |
sommersoft
|
9d3fcf9a0d
|
add frequencyio to circuipy_ configs
|
2019-02-24 18:05:51 -06:00 |
Scott Shawcroft
|
0261c57d32
|
Merge pull request #1582 from dhalbert/remove-u-names
rename ure, ujson, and uerrno to re, json, and errno
|
2019-02-21 13:24:07 -08:00 |
Dan Halbert
|
10d3a20f8a
|
Add CIRCUITPY macro; rename u* only when CIRCUITPY=1
|
2019-02-21 11:09:44 -05:00 |
Scott Shawcroft
|
46fd60c703
|
Prevent infinite display update recursion and fix VFS mounting
Fixes #1529
|
2019-02-19 14:50:31 -08:00 |
Dan Halbert
|
1177c32679
|
Merge pull request #1562 from debrouxl/minor_improvements_and_fixes
Minor fixes
|
2019-02-19 13:22:42 -05:00 |
Dan Halbert
|
263e9822ea
|
typo
|
2019-02-18 12:21:31 -05:00 |
Dan Halbert
|
ba77a9ca80
|
move non-u names for native modules to circuitpy_mpconfig.h
|
2019-02-18 12:08:23 -05:00 |
Dan Halbert
|
c1144a288f
|
regularize how module weak links and alternate names are listed
|
2019-02-18 00:45:43 -05:00 |
Dan Halbert
|
97aeb1953b
|
correct weak module links; samd module only in m4 ports; update libraries
|
2019-02-17 23:48:08 -05:00 |
Dan Halbert
|
5ec92415b0
|
fix module weak links; add missing nrf features
|
2019-02-17 17:29:28 -05:00 |
Lionel Debroux
|
94e51de166
|
Define MP_SSIZE_MAX for LONGINT_IMPL_LONGLONG as well.
Signed-off-by: Lionel Debroux <lionel_debroux@yahoo.fr>
|
2019-02-17 11:21:35 +01:00 |
Dan Halbert
|
7b3f7605b8
|
address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZE
|
2019-02-15 20:32:32 -05:00 |