v0.90.0 for RC1-1
adrianstevens
released this
23 Nov 00:49
·
1269 commits
to develop
since this release
What's Changed
- release 0.4.3 by @lamebrain in #91
- release 0.20.0 by @lamebrain in #92
- beta 4.5 release (0.21.0) by @lamebrain in #95
- 0.22.0 release by @lamebrain in #99
- bump assembly ref by @lamebrain in #100
- 0.23.0 release by @lamebrain in #108
- Updated enums and structures to match ESP32 and OS definitions. by @NevynUK in #113
- Configuration and new events. by @NevynUK in #115
- Misc networking fixes by @NevynUK in #117
- 0.5.2.5 - Configuration by @NevynUK in #118
- Removing NTP server config by @NevynUK in #122
- App re-arch by @bryancostanich in #123
- NTPTimeChanged event. by @NevynUK in #125
- Update Meadow.F7.csproj by @alexischr in #126
- Builds now generating docxml for inclusion in nuget package by @wildlingdev in #116
- Added full-duplex exchange to
IByteCommunications
by @bryancostanich in #124 - B6.0 by @adrianstevens in #127
- Adding getsockopt. by @NevynUK in #129
- Feature/spi cleanup by @ctacke in #130
- Moved the reset code to the end of the configuration structure. by @NevynUK in #131
- Revert "Moved the reset code to the end of the configuration structure." by @adrianstevens in #132
- Revert "Adding getsockopt." by @adrianstevens in #133
- Remove Esp32Coprocessor check status + property simplification by @adrianstevens in #134
- Ip address fixes & config changes by @NevynUK in #140
- Added input/output to analog channel info by @ctacke in #141
- unitizing timeouts by @ctacke in #137
- changed backing field on timeouts by @ctacke in #142
- unitize analog input port by @ctacke in #144
- Merging network changes. by @NevynUK in #145
- Fix IsConnected being reset after a connection. by @NevynUK in #146
- Removed Units and Contracts from Core repo by @ctacke in #147
- Fixed timer issues with D02, D06, D09 & D11 by @Peter-Moody in #138
- Feature/ccm by @ctacke in #150
- DeviceInfo clean-up by @ctacke in #156
- Network APIs by @ctacke in #155
- Updated for battery info by @ctacke in #158
- Added sleep APIs by @ctacke in #157
- [Wifi] Fix some issues with synchronization by @alexischr in #159
- Move GetI2cBusNumberForPins from F7CoreCompute into hardware specific… by @adrianstevens in #161
- Analog doc fixes by @ctacke in #163
- Implement proper OS startup/App lifecycle by @alexischr in #160
- serial port updates by @ctacke in #162
- Feature/pwm freq by @ctacke in #166
- lifecycle updates by @ctacke in #165
- Config update by @NevynUK in #168
- Add validateInterruptGroup param when calling ReassertConfig by @adrianstevens in #164
- Implement IApp in App and define methods as virtual + minor cleanup by @adrianstevens in #167
- Feature/app config by @ctacke in #169
- lifecycle fix by @ctacke in #171
- Removed some XML comment warnings. by @NevynUK in #170
- added App and Device to Resolver by @ctacke in #172
- debounce changed to timespan by @ctacke in #173
- Base digital port clean-up by @ctacke in #174
- remove interrupt capability for group 10 on F7 by @ctacke in #175
- Feature/base port by @ctacke in #176
- Align app settings with other config filenames by @patridge in #180
- updates to appconfig by @ctacke in #181
- implemented ICounterController by @ctacke in #177
- disable interrupts on ESP-used groups by @ctacke in #183
- App fail restart: align config setting names by @patridge in #184
- handle invalid JSON or invalid YAML in app configs by @ctacke in #187
- Issue 214 by @ctacke in #185
- Trying a new network API by @ctacke in #188
- Add InvokeOnMainThread by @ctacke in #189
- [After Meadow.Contracts#34] Remove OnShutdown unused parameters by @patridge in #190
- removed some string interpolation from debug messaging by @ctacke in #193
- InputPort dispose not getting called by @ctacke in #192
- SpiPeripheral ReadRegister fix + xml comments by @adrianstevens in #194
- unitized sleep by @ctacke in #195
- Fix comment typo by @patridge in #196
- CCM is a v2, not v1 by @ctacke in #198
- Feature/ms network by @ctacke in #199
- Moved power management to an interface in the OS by @ctacke in #201
- Improve unhandled exception output by @ctacke in #202
- Feature/update service by @ctacke in #197
- removed power unused methods from App by @ctacke in #204
- better handling of incorrect platform startup messaging by @ctacke in #205
- remove recovery stuff from IApp by @ctacke in #206
- Use dotnet instead of nuget and msbuild by @NevynUK in #208
- [OS] Pause runtime main thread on app shutdown by @alexischr in #211
- better handling of bad data in the app config by @ctacke in #213
- fix package icon by @ctacke in #215
- resistor bug by @ctacke in #216
- only disable interrupts that were previously enabled by @ctacke in #217
- Feature/log ticks by @ctacke in #214
- battery info fix for F7v2 by @ctacke in #209
- Sync main back to develop by @adrianstevens in #219
New Contributors
- @alexischr made their first contribution in #126
- @wildlingdev made their first contribution in #116
- @patridge made their first contribution in #180
Full Changelog: 5.1.0...v0.90.0