10738 Commits (f1d91908fa427cb419d6fcd5f64f6c581a0cdd0f)
 

Author SHA1 Message Date
Damien George f1d91908fa esp8266/boards: Add manifest_release.py with files for a release. 5 years ago
Jim Mussared 912892b209 esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz. 5 years ago
clach04 ffd11486d4 tests/cpydiff: Fix typo in types_bytes_keywords.py doc comments. 5 years ago
Jim Mussared 93bd61ca91 unix: Allow building without a manifest. 5 years ago
Jim Mussared df7f632fd7 esp8266: Allow building without a manifest. 5 years ago
Jim Mussared 7662501d5b py/mkrules.mk: Add warning/error for invalid frozen config. 5 years ago
Jim Mussared 8ba963cfa3 tools/makemanifest.py: Eval relative paths w.r.t. current manifest file. 5 years ago
Damien George 12413e92a3 stm32/powerctrlboot: Fix config of systick IRQ priority on F0/L0/WB MCU. 5 years ago
Josh Lloyd 8f9e2e325a py/objtype: Add type.__bases__ attribute. 5 years ago
Josh Lloyd 59c1b7d4b8 esp32/boards: Split out CPU frequency config, make 160MHz the default. 5 years ago
Jim Mussared 25a228af7e examples/bluetooth: Add basic BLE peripheral examples. 5 years ago
Jim Mussared ebf8332104 extmod/re1.5: Support escaping within RE classes. 5 years ago
Jeremy Herbert 7a7ee16ccf esp32/machine_uart: Add ability to invert UART pins. 5 years ago
Damien George 69b238ec63 stm32/accel: Fix Accel.read() method so it does read a byte. 5 years ago
Frederic.Pierson 925f244ab3 stm32/boards: Add NADHAT_PYB405 board. 5 years ago
Frederic.Pierson 28062b5108 stm32/accel: Add support for KXTJ3. 5 years ago
Damien George 3105207aff stm32/accel: Rename MMA I2C macro constants to make it generic. 5 years ago
Damien George 4f2c737b0c stm32/mpu: Save and restore the IRQ state when configuring MPU. 5 years ago
Damien George 5954387858 drivers/onewire/ds18x20.py: Add support for DS1822 sensor. 5 years ago
Volodymyr Shymanskyy 615d6b3c66 docs/wipy/tutorial: Link Blynk examples to the official library. 6 years ago
Mike Causer a2c4cb484d docs: Fix spelling in various parts of the docs. 6 years ago
Mike Causer 5a8f392f09 docs/esp8266: Add ntptime usage to esp8266 quickref. 6 years ago
Peter Hinch c0b3419261 docs/library: Clarify relation between machine and port-specific mods. 6 years ago
Thiago Paes 5463ab6df6 docs/esp8266/tutorial: Make http_get sample function self contained. 6 years ago
Damien George d1ed73ca8f docs/library/bluetooth.rst: Fix typo in HR/UART services example. 5 years ago
iabdalkader 6e4468a2ab stm32/adc: Fix sampling for internal channels on H7 MCUs. 5 years ago
iabdalkader 4cee42d864 stm32/adc: Use IS_CHANNEL_INTERNAL macro to check for internal channels. 5 years ago
iabdalkader d523a377d1 stm32/adc: Remove unused macro and channel check, and fix spacing. 5 years ago
iabdalkader cb2b210d45 stm32/adc: Update ADC driver to work with the new H7 HAL. 5 years ago
Damien George ce1de1faf0 esp32: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George 2e90ff7fa8 qemu-arm: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George 287800d6e1 stm32: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George 2fd3f2520d esp8266: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George b1c0355b93 unix: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George e81f538e25 tools: Add mechanism to provide a manifest of frozen files. 5 years ago
Damien George 8e8cfa6f53 tools/make-frozen.py: Allow to run with no directory passed in. 5 years ago
Damien George 8f7f671236 extmod/modbluetooth: In gap_advertise only accept None to stop adv. 5 years ago
Jim Mussared 36502bdfdc extmod/modbluetooth: Make gap_disconnect not raise when disconnected. 5 years ago
Jim Mussared ea315d7d58 docs/library/bluetooth.rst: Explain how to increase char buffer size. 5 years ago
Jim Mussared 4b2b05718a esp32: Run NimBLE on the app core. 5 years ago
Jim Mussared 423e67d0a0 extmod/modbluetooth: Improve ringbuf handling. 5 years ago
Jim Mussared cb73103f57 extmod/modbluetooth: Fix order of params to IRQ_GATTS_WRITE event. 5 years ago
Jim Mussared 62e3a966fb docs/library/bluetooth.rst: Clarify gap_advertise adv_data behavior. 5 years ago
Jim Mussared ba16a22991 extmod/modbluetooth: Clear gap_advertise payload when data is empty. 5 years ago
Jim Mussared 418f12c5f5 extmod/modbluetooth: Increase maximum connections from 1 to 4. 5 years ago
Damien George f562f94e1c travis: Use "make submodules" to init required modules for each port. 5 years ago
Damien George d7a9388fe0 ports: Add new make target "submodules" which inits required modules. 5 years ago
Damien George 3ee71ff314 minimal/frozentest.mpy: Recompile now that mpy format changed. 5 years ago
Damien George 23f0691fdd py/persistentcode: Make .mpy more compact with qstr directly in prelude. 5 years ago
Damien George 858e992d2e tests/run-perfbench.py: Skip complex tests if target doesn't enable it. 5 years ago