Jeff Epler
d40ba94449
explain why this is its own file
2022-12-13 13:19:10 -06:00
Jeff Epler
5ac622a30d
get rid of nearly-empty getenv.c file
2022-12-13 13:13:01 -06:00
Scott Shawcroft
5b9fefe4e5
Merge pull request #7336 from PontusO/main
...
Added new RP2040 board with integrated SD/Card reader and RTC
2022-12-13 10:27:25 -08:00
Jeff Epler
35f2046ab2
Fix returning GETENV_ERR_LENGTH for over-long strings
2022-12-13 12:02:07 -06:00
Jeff Epler
56d4f8f552
can't use object-based calls at this time
2022-12-13 11:32:33 -06:00
Jeff Epler
d49af4d784
make wording a bit clearer
2022-12-13 08:11:47 -06:00
Pontus Oldberg
aa5b1e063f
Added new RP2040 board with integrated SD/Card reader and RTC
2022-12-13 13:34:28 +01:00
Jeff Epler
adff93c61a
Mark cyw43 pins "never reset" before reset_port
...
reset_port calls reset_all_pins, which disables the built-in pull
down. In theory, this could allow some CYW43 interfacing pin to float
to an inappropriate value. There's no proof of this! but the move can't
really hurt, either
2022-12-12 20:14:08 -06:00
Jeff Epler
90894014a2
Use the HW LED as status indicator
...
For me this made a rare startup failure stop, which is nonsense.
2022-12-12 19:43:10 -06:00
Jeff Epler
808161eaab
fix missing sentinel in call
2022-12-12 19:09:57 -06:00
Jeff Epler
3620d14542
Pass string length when enabling radio
2022-12-12 17:04:03 -06:00
Jeff Epler
1b15985783
Fix web workflow builds
2022-12-12 09:20:56 -06:00
Jeff Epler
6426ddb73b
Rename test and add some additional cases
...
While working on adding 0o and 0b literals (which aren't added yet and
may not be) I realized that my approach would likely cause a problem
for the value "0"
2022-12-12 08:22:54 -06:00
MicroDev
b01bf1e16c
revert fetch-depth setting in ci
2022-12-12 02:10:01 +05:30
MicroDev
53e1416484
downgrade and lock `tj-actions/changed-files` at `v34.5.1`
2022-12-12 02:09:08 +05:30
Dan Halbert
10138f43d6
Merge pull request #7327 from pypewpew/in-group-remove
...
displayio: Set in_group to false when removing a layer from a group
2022-12-11 12:55:52 -05:00
Jeff Epler
31fd7cb51b
Merge remote-tracking branch 'origin/main' into dotenv-becomes-toml
2022-12-11 11:06:51 -06:00
Dan Halbert
c0fbcec368
Merge pull request #7331 from PontusO/main
...
Added LDO control pin, new flash variants and support functions for the LDO control pin.
2022-12-11 11:56:40 -05:00
Dan Halbert
a7606aa8df
Merge pull request #7329 from MicroDev1/ci
...
Temporary Fix for #7328
2022-12-11 11:53:12 -05:00
Pontus Oldberg
66eca9c35e
Updated formatting.
2022-12-11 17:25:26 +01:00
Pontus Oldberg
f7e735b492
Added LDO control pin, new flash variants and support functions for the LDO control pin.
2022-12-11 17:11:24 +01:00
MicroDev
628865b235
change fetch-depth setting in ci
2022-12-11 20:49:00 +05:30
MicroDev
fa14307c7d
update `tj-actions/changed-files` to `v34.5.3`
2022-12-11 20:19:43 +05:30
Pontus Oldberg
9ef5b7d118
Merge branch 'main' of https://github.com/PontusO/circuitpython
2022-12-11 13:02:03 +01:00
Pontus Oldberg
da413094f8
Added LDO control pin and initial setup
2022-12-11 13:01:00 +01:00
Radomir Dopieralski
6412d971fa
displayio: Set in_group to false when removing a layer from a group
...
Otherwise the removed layer cannot be re-added.
2022-12-11 02:59:56 +01:00
Jeff Epler
2bf5d2bc07
Merge remote-tracking branch 'origin/main' into dotenv-becomes-toml
2022-12-10 15:39:50 -06:00
Jeff Epler
dd6dd5df21
rework the getenv test again
...
* use a virtual fat filesystem during the test
* this makes the file I/O part more closely patch runtime which is nice
* side-steps the need to add a special function for testing
* but test still can't be run on a device, because the vfs calls
are incompatible, and you intentionally can't remount "/" anyway
* and side-steps problems with storing 'bad' toml files
2022-12-10 12:58:08 -06:00
Jeff Epler
3ab71d7448
Rename test function, make 'bad' files binary & add another test
2022-12-09 15:23:56 -06:00
Jeff Epler
6dca9db225
Rename test function & fix a bug with default value handling
2022-12-09 14:35:50 -06:00
Jeff Epler
040fac0724
No need to track excess length
...
.. this is a relic from when the actual required length was given
back to the caller
2022-12-09 14:29:14 -06:00
Jeff Epler
cc7d550407
Really finish renaming to getenv
2022-12-09 14:28:46 -06:00
Jeff Epler
1f504e5c0f
Remove line accidentally duplicated
2022-12-09 14:15:00 -06:00
Jeff Epler
44f15d563d
Rename "environ" errors to "getenv" errors
2022-12-09 14:14:53 -06:00
Jeff Epler
678a466d1a
alphabetize
2022-12-09 14:12:43 -06:00
Jeff Epler
499af3ed00
update source locations in translation file
2022-12-09 14:11:57 -06:00
Jeff Epler
f2032dbf0f
remove mention of _environ
2022-12-09 14:11:37 -06:00
Jeff Epler
3a92c079fc
Finish renaming os_environ_get_key to os_getenv
...
.. for consistency.
2022-12-09 14:07:23 -06:00
Scott Shawcroft
906cd6eb65
Merge pull request #7324 from dhalbert/doc-remove-asyncio-update-library-pages
...
remove micropython asyncio doc; update libraries page and links
2022-12-09 08:31:43 -08:00
Jeff Epler
529ec23ecb
sadly, no emoji in the docs :( hopefully this works
2022-12-08 20:07:48 -06:00
Dan Halbert
fa96bcce84
remove micropython asyncio doc; update libraries page and links
2022-12-08 20:23:02 -05:00
Jeff Epler
3cb628d290
fix nrf build
2022-12-08 16:45:58 -06:00
Dan Halbert
4fa0c4d108
Merge pull request #7320 from dhalbert/seeed-xiao-nrf52840-charge-rate-pin
...
Add pin for charge rate for Seeed XIAO nRF52840 Sense
2022-12-08 16:51:26 -05:00
Jeff Epler
f30d3ba02e
update expected result
2022-12-08 15:39:19 -06:00
Jeff Epler
3459fe322b
Withdraw the _environ module
...
This existed solely for testing, so expose it a different way during
the unix coverage build
Also turn off os.getenv support on samd21.
2022-12-08 15:33:10 -06:00
Jeff Epler
243ecc2502
remove debugging prints
2022-12-08 14:18:22 -06:00
Jeff Epler
170918995c
fix mistaken code formatting
...
I wanted to use the idiom
```c
#if GUARD
if (condition) {
alternate code
} else
#else
{
common default code
}
```
idiom, in which the common default code is conditioned both on a
compile-time check and a run-time check. However, I got it wrong
and uncrustify chipped in, adding extra brackets around a following
piece of code and re-indenting it.
2022-12-08 14:16:53 -06:00
Jeff Epler
19ad1d5f53
update translations
2022-12-08 14:12:59 -06:00
Jeff Epler
a05829528b
_environ: update documentation
2022-12-08 13:36:48 -06:00
Dan Halbert
4e7d65251f
Add pin for charge rate for Seeed XIAO nRF52840 Sense
2022-12-08 14:09:44 -05:00