Commit Graph

13019 Commits

Author SHA1 Message Date
caternuson
46fc8a8a86 change order so SPEAKER is first 2019-03-11 17:45:27 -07:00
Scott Shawcroft
cac9da37f9
Update board info build to handle top level list. 2019-03-11 17:07:15 -07:00
Dan Halbert
e3e35a5048
Merge pull request #1624 from tannewt/add_translate_files
Add translation file locations back.
2019-03-11 19:32:05 -04:00
Scott Shawcroft
ac136a21b1
Merge pull request #1632 from pewpew-game/pewpew-brightness
Add default devices and tweak brightness in boards/pewpew10
2019-03-11 16:27:35 -07:00
caternuson
53b7055283 add SPEAKER pin alias for PyPortal 2019-03-11 15:12:29 -07:00
Radomir Dopieralski
caf51cf4eb Add default devices and tweak brightness in boards/pewpew10 2019-03-11 19:09:21 +01:00
Scott Shawcroft
5c104c934f
Add translation file locations back.
Skip line numbers because they cause diff churn. Also, keep sorting
by msgid to prevent churn from adding new files.
2019-03-08 12:47:04 -08:00
Scott Shawcroft
186e315911
Merge pull request #1622 from sommersoft/en_ARR
Add A Pirate Translation (English)
2019-03-08 11:24:08 -08:00
sommersoft
3f5559df9e outdated .po file was outdated. oops. 2019-03-07 21:48:01 -06:00
sommersoft
3a738af510 Merge branch 'master' of https://github.com/adafruit/circuitpython into en_ARR 2019-03-07 18:51:14 -06:00
sommersoft
c4d627a877 inital commit for English Pirate translation 2019-03-07 18:50:43 -06:00
Dan Halbert
2de8236979
Merge pull request #1620 from dhalbert/display-transactions-fix
Rework displayio display bus transaction handling during refresh
2019-03-07 10:19:42 -05:00
Dan Halbert
26ed411936 Shrink build so de_DE fits 2019-03-07 07:47:18 -05:00
Dan Halbert
1f31877d55 Rework background display task to allow reads from SPI SD card during display. Clarify code. Handle multiple displays better. 2019-03-07 00:08:16 -05:00
Dan Halbert
c854f6617a check display-bus transaction status and act accordingly 2019-03-06 13:45:48 -05:00
Dan Halbert
2eaa98ad71
Merge pull request #1601 from penguindustin/master
added height and width attributes for displayio
2019-03-06 12:43:55 -05:00
Dustin Mendoza
4145f87fcd changed from mp_int_t to uint16_t 2019-03-05 21:25:09 -08:00
Dan Halbert
233cfcd4a2
Merge pull request #1618 from dhalbert/build-uf2-for-radio-boards
Build both BIN and UF2 for RFM boards
2019-03-05 14:25:47 -05:00
Dan Halbert
b1d194505e Build both BIN and UF2 for RFM boards 2019-03-05 13:11:10 -05:00
Dan Halbert
e6339656fc
Merge pull request #1614 from sommersoft/new_freq_in
Add frequencyio.FrequencyIn
2019-03-04 15:56:48 -05:00
Dan Halbert
146271fa58
Merge pull request #1604 from dhalbert/display_wait_for_frame-check-interrupts
Don't wait for display frame if interrupt pending
2019-03-04 13:55:13 -05:00
sommersoft
8de4cf6b10 update RTD documentation 2019-03-02 18:33:37 -06:00
sommersoft
b7b74d1f78 update translations 2019-03-02 18:17:58 -06:00
Dustin Mendoza
9737a45b33 changed width and height to be properties 2019-03-02 14:50:10 -08:00
sommersoft
b2520f3147 using the correct name for things is important... 2019-03-02 16:17:23 -06:00
Dan Halbert
0ac40235b8
Merge pull request #1611 from siddacious/docs_fixes
Fixed the OnDiskBitmap example to reflect code changes
2019-03-02 13:31:35 -05:00
Bryan Siepert
945550f4bd Fixed the OnDiskBitmap example to reflect code changes 2019-03-02 09:12:40 -08:00
sommersoft
c9eb02d9d2 shore-up inclusion 2019-03-02 10:05:32 -06:00
sommersoft
2cd6a79016 better handle frequencyio inclusion 2019-03-01 22:46:57 -06:00
sommersoft
438eadd63a re-add frequencyin to 'timer_handler' after upstream merge 2019-03-01 21:47:23 -06:00
sommersoft
a44bfc2730 Merge branch 'master' of https://github.com/adafruit/circuitpython into new_freq_in 2019-03-01 21:24:30 -06:00
Dan Halbert
17bf2afa41
Merge pull request #1607 from pewpew-game/pewpew10.x-4.x
Add support for PewPew 10.x boards
2019-03-01 14:07:32 -05:00
Radomir Dopieralski
263134dcd3 Add more guards for CIRCUITPYTHON_PEW 2019-03-01 18:50:00 +01:00
Dan Halbert
1ba761086a
Merge pull request #1606 from siddacious/bmp_bitdepths
added monochrome, 8bpp indexed, and 32bpp ARGB BMPs
2019-03-01 12:04:34 -05:00
Dan Halbert
7535326d38
Merge pull request #1605 from dhalbert/pwmout-tcc-lock-ccb
Use TCC LUPD lock when updating CCB
2019-03-01 12:03:38 -05:00
Radomir Dopieralski
2bfafd1fc9 Enable math for pewpew10 2019-03-01 16:55:54 +01:00
Radomir Dopieralski
7afbfc7003 Use find_free_timer() 2019-03-01 16:46:59 +01:00
Radomir Dopieralski
ea78417f7f Improve documentation 2019-03-01 16:36:29 +01:00
Bryan Siepert
76dc8e1ac8 fixed typo 2019-03-01 07:32:46 -08:00
Radomir Dopieralski
5d85d54026 Move the frozen pew.py into a submodule 2019-03-01 16:24:22 +01:00
Bryan Siepert
e9f18122e9 Merge branch 'master' into bmp_bitdepths 2019-03-01 07:22:18 -08:00
Bryan Siepert
014595bff5 fixed whitespace, clarified variable name, and updated error messages 2019-03-01 07:17:50 -08:00
Radomir Dopieralski
a9074f7bd1 More style fixes 2019-03-01 16:11:22 +01:00
Dan Halbert
5af2c7fc16
Merge pull request #1608 from dhalbert/pyportal-rev-c
Update PyPortal pins to rev C
2019-03-01 10:07:09 -05: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
8e50aeb06f Fix pew.tick() to not accumulate error over time 2019-03-01 15:54:16 +01:00
Radomir Dopieralski
3826ca4194 Rename internal pins to add underscore in front 2019-03-01 15:10:43 +01:00
Radomir Dopieralski
f5f4932220 Clean unused include from tick.c 2019-03-01 15:09:00 +01:00
Radomir Dopieralski
18870255ea Remove the pewpew70 board definition, leave only pewpew10 2019-03-01 15:06:24 +01:00
Dan Halbert
fb027f2024 Update PyPortal pins to rev C 2019-03-01 09:06:03 -05:00