Ruslan V. Uss
503e66a500
Merge pull request #760 from mjkillough/pca9685
...
Fix full on/off in pca9685.
2020-08-17 10:24:23 +05:00
Michael Killough
acfd46aa60
Fix full on/off in pca9685.
...
It's currently not possible to toggle between full off and full on, as
switching to full on leaves the full off control bit set. The full off
control bit takes precedence according to the datasheet, which means the
signal remains off.
The 'normal' branch does correctly clear full off/full on, as it writes
0s to the `LEDn_ON` registers unconditionally and writes 0 to the control
bit in `LEDn_OFF`.
2020-08-16 12:28:42 +01:00
Ruslan V. Uss
48e4132996
Merge pull request #747 from 0x0aa/fix-ssd1306-roboto-fonts
...
fix ssd1306 roboto fonts
2020-06-19 16:47:44 +05:00
Ruslan V. Uss
887143a14e
Merge pull request #748 from 0x0aa/optimize-ssd1306-fill-rectangle
...
optimize ssd1306_fill_rectangle
2020-06-19 16:47:08 +05:00
Ruslan V. Uss
76f3181891
Merge pull request #749 from 0x0aa/optimize-ssd1306-draw-vline
...
optimize ssd1306_draw_vline
2020-06-19 16:47:00 +05:00
Ruslan V. Uss
37449fabd9
Merge pull request #755 from colesnicov/master
...
Support for TTF font
2020-06-19 16:46:40 +05:00
Ruslan V. Uss
f2650e5b94
Merge pull request #752 from bastianhjaeger/fix/type-in-extras-bme680
...
Fix typo in cmoponent.mk of extra/bme680
2020-06-19 16:46:21 +05:00
Denis Colesnicov
6c993f96fb
Support for TTF font
2020-06-18 11:48:20 +02:00
Basti (EliteBook)
b9879e1a98
Fix typo
2020-06-04 09:29:51 +02:00
Olli Asikainen
15d224e417
optimize ssd1306_draw_vline
2020-04-24 16:33:36 +03:00
Olli Asikainen
cc24111c05
optimize ssd1306_fill_rectangle
2020-04-24 16:31:05 +03:00
Olli Asikainen
4b2ca1d0b9
fix ssd1306 roboto fonts
2020-04-24 16:27:11 +03:00
Ruslan V. Uss
bc979883c2
Merge pull request #740 from ernicek/ernicek/support-64-48
...
Added support for OLED with size 64x48
2020-02-05 12:58:06 +05:00
Ernest Toth
dbef6a2c93
Added support for OLED with size 64x48
2020-02-04 19:08:26 +00:00
Ruslan V. Uss
53fa634908
Merge pull request #725 from UncleRus/Itead_si7021
...
Support for Itead Si7021
2019-07-24 14:39:07 +05:00
UncleRus
92fc3e8bcb
Support for Itead Si7021
2019-07-22 02:21:27 +05:00
Júnio Teixeira
d02b40dce8
Http download issue when connection lost ( #723 )
...
* Fix bug when read returns -1
When the socket down the "read" function returns -1.
Then the while(read_byte > 0) only works for signed types.
* Remove printf debug line
2019-06-23 08:22:59 +02:00
Ruslan V. Uss
8f378b41c8
Merge pull request #707 from ourairquality/freertos-v10.2.0
...
FreeRTOS: update to v10.2.0
2019-04-11 20:30:41 +05:00
Ruslan V. Uss
3ca6b84edf
Merge pull request #713 from ourairquality/tsoftuart
...
tsoftuart: add a softare timer base UART driver, and example.
2019-04-11 20:26:52 +05:00
Ruslan V. Uss
7d2a1d4af6
Merge pull request #712 from ourairquality/mactimer
...
mactimer: add MAC NMI timer support.
2019-04-11 20:25:07 +05:00
Our Air Quality
5ab0d05768
tsoftuart: add a softare timer base UART driver, and example.
2019-04-11 23:15:44 +10:00
Our Air Quality
05da9151ee
mactimer: add mactimer_disarm to remove a pending timer.
2019-04-11 22:10:41 +10:00
Our Air Quality
25e155be4e
README: update FreeRTOS version
2019-04-09 22:20:32 +10:00
Our Air Quality
b4e9ceabd5
mactimer: add MAC NMI timer support.
...
Support for using the MAC timer, a NMI with a higher priority than the
maskable interrupts, but with similar practical limitations to the MAC layer
handler.
2019-04-09 21:07:02 +10:00
Ruslan V. Uss
a487762b2a
Merge pull request #708 from ourairquality/fix-const-loss
...
Fix compiler warnings over const losses.
2019-04-07 17:07:38 +05:00
Ruslan V. Uss
92baec5cfa
Merge pull request #709 from ourairquality/onewire-signed-var
...
onewire: fix some variable declarations that should have been signed.
2019-04-07 17:06:56 +05:00
Ruslan V. Uss
494cc554b2
Merge pull request #710 from ourairquality/tsl2561-signed-var3
...
tsl2561: fix a variable declaration the should have been signed.
2019-04-07 17:05:12 +05:00
Ruslan V. Uss
89746cf1fc
Merge pull request #711 from ourairquality/clean-examples-target
...
examples: add a clean-examples target, to clean all of the examples.
2019-04-07 17:02:09 +05:00
Our Air Quality
6c459dc746
examples: add a clean-examples target, to clean all of the examples.
2019-04-06 13:10:41 +11:00
Our Air Quality
71b6354cd0
tsl2561: fix a variable declaration the should have been signed.
2019-04-06 12:08:40 +11:00
Our Air Quality
c2267a1d55
onewire: fix some variable declarations that should have been signed.
2019-04-06 11:59:45 +11:00
Our Air Quality
2d9c701c37
Fix compiler warnings over const losses.
2019-04-06 11:39:29 +11:00
Our Air Quality
bceb096e69
FreeRTOS: update to v10.2.0
2019-04-05 21:45:00 +11:00
Zaltora
d0373af5c0
LVGL: Open-source Embedded GUI Library ( #669 )
...
* Add lvgl as main component
* update dev5.2 lvgl branch
* update lvgl 5.2 +update example + update configuration
* Update submodule and example
* update lv_drivers (fix) and example
* fix problem when merge
2019-02-26 21:58:15 +01:00
Ruslan V. Uss
bbc22571ec
Merge pull request #693 from ja2142/master
...
added lease time option to dhcpserver's DHCPOFFER
2019-01-17 04:37:42 +05:00
Radoslaw Olko
b6b0e5da13
added lease time option to dhcpserver's DHCPOFFER
2019-01-16 22:55:37 +01:00
Ruslan V. Uss
a721fb0bc7
Merge pull request #688 from strongly-typed/feature/http_get_host
...
http_get example: Make compatible with IPv4
2018-12-04 20:31:00 +05:00
Sascha Schade (strongly-typed)
d70e48eb24
http_get example: Make compatible with IPv4
...
ipv6.google.com is not available from an IPv4-only network.
httpbin.org gives nice answers to many requests.
2018-12-04 16:21:01 +01:00
Ruslan V. Uss
2cded08ce4
Merge pull request #683 from quietboil/master
...
Fixed command and address in LSB mode
2018-10-26 12:39:25 +05:00
Ruslan V. Uss
253ac0790a
Merge pull request #667 from UncleRus/sdio_cmd25_fix
...
CMD25 workaround for SDIO, fix #666
2018-10-17 14:15:48 +05:00
Alex Demenchuk
1a348179dd
Fixed command and address in LSB mode
2018-10-11 17:47:02 -04:00
Ruslan V. Uss
f82a420b87
Merge pull request #678 from k-korn/master
...
Add ADS1015 support to ads111x lib.
2018-08-25 00:28:28 +05:00
Korn
b5b05286e9
Add ADS1015 support to ads111x lib.
2018-08-22 19:04:18 +03:00
Ruslan V. Uss
47cc1770c5
Merge pull request #677 from SuperHouse/revert-671-master
...
Revert "Shrink gpio<>iomux maps"
2018-08-22 17:40:07 +05:00
Ruslan V. Uss
d627251a32
Revert "Shrink gpio<>iomux maps"
2018-08-22 17:39:50 +05:00
Ruslan V. Uss
9353f06df6
Merge pull request #676 from quietboil/master
...
Fixed sysparams flash area address calculation
2018-08-22 15:46:32 +05:00
Alex Demenchuk
13d78403fd
Fixed sysparams flash area address calculation
2018-08-21 15:23:22 -04:00
Ruslan V. Uss
014025df5a
Merge pull request #671 from quietboil/master
...
Shrink gpio<>iomux maps
2018-08-08 19:07:43 +05:00
Alex Demenchuk
d848620975
Shrink gpio<>iomux maps
2018-08-07 16:12:52 -04:00
UncleRus
e104409d52
CMD25 workaround for SDIO
2018-08-02 19:05:42 +05:00