Nick Moore
|
fd83cf2048
|
Add a peripherals/nrf/nvm.c to wrap flash page writes safely
|
2019-04-16 14:53:44 +10:00 |
|
Nick Moore
|
d0e5af3b09
|
Working flash pages for nvm.ByteArray adafruit/circuitpython#1042
import microcontroller
def dump(n = microcontroller.nvm):
for i in range(0,len(n)):
print ("%02X " % n[i], end="")
if i % 16 == 15: print('')
microcontroller.nvm[0:4096] = bytes([1,2,3,4,5,6,7,8]) * 512
microcontroller.nvm[4096:8192] = bytes([16,17,18,19]) * 1024
microcontroller.nvm[4090:4101] = b'thisisatest'
microcontroller.nvm[100:105] = b'hello'
microcontroller.nvm[8000:8007] = b'goodbye'
dump()
|
2019-04-16 14:53:44 +10:00 |
|
Nick Moore
|
531cf7eb4c
|
switch CIRCUITPY_NVM on!
|
2019-04-16 14:53:44 +10:00 |
|
Nick Moore
|
933500c448
|
nvm.ByteArray reads & writes but no sensible erase yet adafruit/circuitpython#1042
|
2019-04-16 14:53:44 +10:00 |
|
Nick Moore
|
df89156f2f
|
Start on nRF nvm.ByteArray adafruit/circuitpython#1042 (doesn't do anything yet)
|
2019-04-16 14:53:44 +10:00 |
|
Scott Shawcroft
|
4826994599
|
Merge pull request #1802 from adafruit/revert-1779-nrf-nvm-2
Revert "nrf nvm: touchups to nickzoic PR #1768"
|
2019-04-15 19:19:21 -07:00 |
|
Scott Shawcroft
|
254d0a53ac
|
Revert "nrf nvm: touchups to nickzoic PR #1768"
|
2019-04-15 18:50:33 -07:00 |
|
Scott Shawcroft
|
22889ca29a
|
Merge pull request #1790 from pewpew-game/pybadge-stage
Enable _stage module and freeze stage library on the PyBadge
|
2019-04-15 14:25:50 -07:00 |
|
Scott Shawcroft
|
7573da03f6
|
Merge pull request #1779 from dhalbert/nrf-nvm-2
nrf nvm: touchups to nickzoic PR #1768
|
2019-04-15 14:23:35 -07:00 |
|
Scott Shawcroft
|
7ef3f37772
|
Merge pull request #1791 from hexthat/patch-1
Update zh_Latn_pinyin.po
|
2019-04-15 14:21:06 -07:00 |
|
Scott Shawcroft
|
2ef9cec613
|
Merge pull request #1794 from arofarn/french-translation
Updated french translation
|
2019-04-15 14:20:24 -07:00 |
|
Scott Shawcroft
|
0c6a568438
|
Merge pull request #1795 from siddacious/cp32_wrover
Changing to support for CP32-M4 wrover
|
2019-04-15 14:18:14 -07:00 |
|
Scott Shawcroft
|
b6f0b4148c
|
Merge pull request #1797 from adafruit/deshipu-patch-1
Enable builds for ugame10
|
2019-04-15 14:14:14 -07:00 |
|
Radomir Dopieralski
|
2023c8329f
|
Enable builds for ugame10
|
2019-04-15 21:06:30 +02:00 |
|
Radomir Dopieralski
|
ade6bd8185
|
Enable _stage module and freeze stage library on the PyBadge
|
2019-04-15 14:38:02 +02:00 |
|
siddacious
|
5135ee52d9
|
Changing to support for CP32-M4 wrover
|
2019-04-14 19:45:44 -07:00 |
|
Pierrick C
|
c57e07789d
|
Missing '\n'
|
2019-04-14 23:11:05 +02:00 |
|
Pierrick C
|
75c7dc486a
|
Add new translations + spell checking
|
2019-04-14 23:03:05 +02:00 |
|
Pierrick C
|
e6e76a06b7
|
Contributions from OlivierDev (odeevee) + some new string
|
2019-04-14 16:52:30 +02:00 |
|
hexthat
|
e3cfd1693c
|
Update zh_Latn_pinyin.po
add translations
|
2019-04-13 10:13:41 -07:00 |
|
Dan Halbert
|
f8473f4a39
|
Merge pull request #1788 from tannewt/pinyin
Add Chinese (Pinyin) and slim down boards so it fits
|
2019-04-12 20:36:59 -04:00 |
|
Scott Shawcroft
|
defc6dceb0
|
Slim down feather m0 express
|
2019-04-12 16:18:08 -07:00 |
|
Scott Shawcroft
|
5d205b6749
|
Update translations
|
2019-04-12 15:26:08 -07:00 |
|
Scott Shawcroft
|
796fc3f5ab
|
Update font location and shrink a bunch of builds
|
2019-04-12 15:25:48 -07:00 |
|
Scott Shawcroft
|
c064deaaf5
|
Merge pull request #1785 from pewpew-game/ugame-displayio
Enable displayio for the ugame10 board
|
2019-04-12 13:26:51 -07:00 |
|
Scott Shawcroft
|
22ca98501b
|
Merge pull request #1786 from maholli/master
keeping travis happy (with proper load-leveling)
|
2019-04-12 12:58:42 -07:00 |
|
hexthat
|
a123cdc5ac
|
Update supervisor.mk
|
2019-04-12 12:55:55 -07:00 |
|
hexthat
|
f36572f322
|
Rename tools/new-ter-u12n.bdf to tools/default-font/new-ter-u12n.bdf
|
2019-04-12 12:55:13 -07:00 |
|
hexthat
|
b4509362ef
|
Add files via upload
|
2019-04-12 12:55:13 -07:00 |
|
hexthat
|
0e5385006b
|
Rename zh.po to zh_Latn_pinyin.po
|
2019-04-12 12:55:13 -07:00 |
|
hexthat
|
57f5284ef7
|
Delete zh_CN.po
too many characters needed in bdf font
|
2019-04-12 12:55:13 -07:00 |
|
hexthat
|
2056eaa49b
|
Update zh.po
|
2019-04-12 12:55:13 -07:00 |
|
hexthat
|
60cb6b709a
|
Add files via upload
|
2019-04-12 12:55:12 -07:00 |
|
hexthat
|
dbd532b8f2
|
Update zh.po
|
2019-04-12 12:55:12 -07:00 |
|
hexthat
|
1efe6877f4
|
Update zh.po
|
2019-04-12 12:55:12 -07:00 |
|
hexthat
|
6c75e40293
|
Update zh.po
|
2019-04-12 12:55:12 -07:00 |
|
hexthat
|
aa9a1c538c
|
Add files via upload
|
2019-04-12 12:55:12 -07:00 |
|
hexthat
|
f7b17f711a
|
Create zh.po
Chinese Hanyu Pinyin
|
2019-04-12 12:55:11 -07:00 |
|
Radomir Dopieralski
|
7aab3e8c93
|
Re-use an error message in _stage
|
2019-04-12 21:31:06 +02:00 |
|
Scott Shawcroft
|
7161038d6b
|
Turn off displayio because it is a satellite
|
2019-04-12 11:54:32 -07:00 |
|
Radomir Dopieralski
|
0599286e32
|
Use never_reset in ugame10
|
2019-04-12 20:45:52 +02:00 |
|
Max Holliday
|
7b3e7cf9a3
|
forgot to keep travis happy
|
2019-04-12 10:06:17 -07:00 |
|
Max Holliday
|
41499ac315
|
No I2S on G19
|
2019-04-12 10:06:17 -07:00 |
|
Max Holliday
|
e85b6fb83c
|
adding kicksat-sprite board
See https://github.com/RoboticExplorationLab/sprite for details
|
2019-04-12 10:06:17 -07:00 |
|
Scott Shawcroft
|
29615dae06
|
Merge pull request #1787 from pewpew-game/custom-font
Allow overriding the font per board definition
|
2019-04-12 09:53:59 -07:00 |
|
Radomir Dopieralski
|
d39e7e7dd5
|
Use displayio.Display directly
|
2019-04-12 12:46:28 +02:00 |
|
Radomir Dopieralski
|
1eede2d1e3
|
Allow overriding the font per board definition
This way boards with smaller screens can use smaller fonts
|
2019-04-12 12:09:53 +02:00 |
|
Radomir Dopieralski
|
dabbded622
|
Got back to using Display object in the Stage library
|
2019-04-12 11:19:19 +02:00 |
|
Radomir Dopieralski
|
c3136f4f32
|
Enable displayio for uGame10 board
Also, make the _stage library work with the fourwire bus, to re-use the
display.
|
2019-04-12 01:10:57 +02:00 |
|
Dan Halbert
|
121d532a0e
|
Merge pull request #1781 from tannewt/build_aliases
Add alias support for unique board revs
|
2019-04-11 15:50:38 -04:00 |
|