sommersoft
|
2437ab9605
|
update frequencyin interrupt handler
|
2019-02-22 17:19:09 -06:00 |
sommersoft
|
a1060747f8
|
Merge branch 'new_master' into new_freq_in
|
2019-02-22 23:12:11 +00:00 |
Scott Shawcroft
|
d33923942b
|
Merge pull request #1576 from Tasm-Devil/master
Update de_DE.po
|
2019-02-22 13:05:33 -08:00 |
Scott Shawcroft
|
10cdf9a480
|
Add missing messages
|
2019-02-22 12:18:25 -08:00 |
Scott Shawcroft
|
1d3489fef5
|
Remove duplicates and English translations
|
2019-02-22 11:30:25 -08:00 |
Scott Shawcroft
|
af863a3780
|
Merge pull request #1586 from sommersoft/shared_timer_handler
Move shared_timer_handler
|
2019-02-22 11:04:27 -08:00 |
sommersoft
|
a3f387274f
|
fix build issues
|
2019-02-21 20:46:42 -06:00 |
sommersoft
|
7a7f6638d2
|
update peripherals submodule
|
2019-02-21 18:44:51 -06:00 |
Dan Halbert
|
d218069f03
|
Merge pull request #1584 from tannewt/disable_concurrent_write_protection
Add option to disable the concurrent write protection
|
2019-02-21 17:15:50 -05:00 |
Scott Shawcroft
|
3e877e0f6a
|
Merge pull request #1580 from cpforbes/cpf-1572
Set __file__ for the main source file (e.g. code.py, main.py)
|
2019-02-21 13:36:26 -08: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 |
Scott Shawcroft
|
ed1ace09e9
|
Fix unix build by using filesystem stub
|
2019-02-21 13:23:28 -08:00 |
Scott Shawcroft
|
daee83c10b
|
Fix mount doc
|
2019-02-21 13:23:02 -08:00 |
Scott Shawcroft
|
b8678c936b
|
Merge pull request #1585 from tannewt/backlight_pwm_frequency_boost
Tweak the backlight PWM rate to be higher than audio range
|
2019-02-21 12:51:01 -08:00 |
Dan Halbert
|
01e5a82f1c
|
conditionalize re object type name
|
2019-02-21 15:11:54 -05:00 |
Scott Shawcroft
|
08158a7c34
|
Tweak the backlight PWM rate to be higher that audio range. Fixes #1571
|
2019-02-21 12:02:01 -08:00 |
Scott Shawcroft
|
1a0596a2fb
|
Add option to disable the concurrent write protection
This allows writing to the filesystem from the host computer and
CircuitPython by increasing the risk of filesystem corruption.
|
2019-02-21 10:45:41 -08:00 |
Kattni
|
f3e50b9df2
|
Merge pull request #1581 from dhalbert/ble-drv-root-pointer
Use critical section, not lock, in CharacteristicBuffer; use a root pointer for ble_drv list
|
2019-02-21 12:28:41 -05:00 |
Dan Halbert
|
10d3a20f8a
|
Add CIRCUITPY macro; rename u* only when CIRCUITPY=1
|
2019-02-21 11:09:44 -05:00 |
Pascal Deneaux
|
d7f23c7883
|
Update de_DE.po
|
2019-02-21 13:21:18 +01:00 |
Dan Halbert
|
c5dbdbe88c
|
rename ure, ujson, and uerrno to re, json, and errno
|
2019-02-21 00:33:36 -05:00 |
Dan Halbert
|
99da3b9646
|
Use critical section, not lock, in CharacteristicBuffer; use a root pointer for ble_drv list
|
2019-02-21 00:19:31 -05:00 |
Craig Forbes
|
1532863d83
|
Set __file__ for the main source file (e.g. code.py, main.py)
|
2019-02-20 21:37:29 -06:00 |
Pascal Deneaux
|
fd62ec89da
|
Update de_DE.po
|
2019-02-20 23:51:05 +01:00 |
sommersoft
|
55e7c5a41b
|
handle 'set_timer_handler' on this side, vs samd-periphs.
|
2019-02-19 20:18:21 -06:00 |
Dan Halbert
|
0dc2600587
|
Merge pull request #1552 from tannewt/onsdbitmap
Fix displaying images off of SD cards.
|
2019-02-19 19:28:53 -05:00 |
Scott Shawcroft
|
3e24b9668e
|
Merge pull request #1573 from dhalbert/reset-analogout
Fix #ifdefs in port.c to call xxx_reset() routines properly. Remove most uses of EXPRESS_BOARD.
|
2019-02-19 16:14:33 -08:00 |
Scott Shawcroft
|
b1e8c43679
|
Fix reload while display is updating.
|
2019-02-19 14:51:39 -08:00 |
Scott Shawcroft
|
53fa65e318
|
Speed up pyportal by writing memory on the same access as our rotation.
|
2019-02-19 14:51:39 -08: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
|
4e75aaecd0
|
Merge pull request #1569 from TG-Techie/patch-7
PYPORTAL:make it easier for people to hookup in spi mode
|
2019-02-19 14:12:30 -05: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
|
9c24c804fb
|
Fix #ifdefs in port.c to call xxx_reset() rroutines properly. Remove most uses of EXPRESS_BOARD.
|
2019-02-18 22:44:31 -05:00 |
Kattni
|
ef802c91e7
|
Merge pull request #1566 from dhalbert/fix-weaklinks
correct weak module links; samd module only in m4 ports; update frozen libs
|
2019-02-18 19:49:09 -05:00 |
TG-Techie
|
d453b605d3
|
make it easier for people to hookup in spi mode without looking inspecting schematic
|
2019-02-18 15:00:14 -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
|
339a22752b
|
Remove rtc from pirkey_m0 to make TRANSLATION=fr fit
|
2019-02-18 09:02:26 -05:00 |
Dan Halbert
|
5c884bf6d6
|
forgot json
|
2019-02-18 07:57:54 -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
|
fd3e9ce2f8
|
Merge pull request #1560 from dhalbert/shallow-travis-errors
Fix travis shallow build issue
|
2019-02-17 22:07:44 -05:00 |
Dan Halbert
|
cc51cad813
|
Merge pull request #1564 from dhalbert/module-presence-fixes
fix module weak links; add missing nrf features
|
2019-02-17 22:02:54 -05:00 |
Dan Halbert
|
5ec92415b0
|
fix module weak links; add missing nrf features
|
2019-02-17 17:29:28 -05:00 |
Lionel Debroux
|
b0c2c3c756
|
A couple build fixes for mp_float_t = double (MICROPY_FLOAT_IMPL_DOUBLE).
Signed-off-by: Lionel Debroux <lionel_debroux@yahoo.fr>
|
2019-02-17 11:21:48 +01: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 |
sommersoft
|
dafc370d22
|
moves 'shared_timer_handler' back to atmel-samd from samd-peripherals
|
2019-02-16 19:54:16 -06:00 |
sommersoft
|
ea9200a042
|
starting again; initial addition of 'frequencyio.FrequencyIn'
|
2019-02-16 19:26:24 -06:00 |
Dan Halbert
|
071a21af16
|
remove 'git fetch --shallow-exclude'
|
2019-02-16 17:15:40 -05:00 |
Dan Halbert
|
4f85a78daf
|
test: changing git depth to 6
|
2019-02-16 17:10:53 -05:00 |